Skip to content

Environments

Rico Suter edited this page Jul 2, 2021 · 9 revisions

An Environment is an isolated system where multiple Services can be deployed and operated. For example you could have the following environments:

  • Development (dev)
  • User acceptance testing (uat), often also called staging or non-production (np)
  • Production (prod)

Monitoring

Each Environment can be linked to a logging backend (e.g. an Application Insights resource).

Additionally, for each Service you can define a filter so that the logs can be visualized and listed per Service and Environment (i.e. show the logs for a given Service Deployment).

Clone this wiki locally