Configure environment types for a dev center

In Azure Deployment Environments, you use environment types to define the environments that development teams can deploy. You have the flexibility to name the environment types according to the nomenclature that your enterprise uses: for example, sandbox, dev, test, or production. You can specify deployment settings and the permissions that are available to developers per environment type and per project.

In this article, you'll learn how to:

  • Add a new environment type to a dev center.
  • Delete an environment type from a dev center.

Screenshot of example environment types.

Add a new dev center environment type

Add a new environment type to the dev center as follows:

  1. Sign in to the Azure portal.
  2. Open Azure Deployment Environments.
  3. Select your dev center from the list.
  4. Select Environment types from the left pane.
  5. Select + Add.
  6. On the Add environment type page, add the following details:
    1. For Name, add a name for the environment type.
    2. For Description, add a description (optional).
    3. For Tags, add tags by adding Name and Value information (optional).
  7. Select Add.

Screenshot that shows the page for adding an environment type.

Note

A dev center environment type is available to a specific project only after you add an associated project environment type.

Delete a dev center environment type

Note

You can't delete a dev center environment type if any existing project environment types or deployed environments reference it. Delete all the associated project environment types and deployed environments before you try to delete a dev center environment type.

When you delete an environment type, it will no longer be available when you're deploying environments or configuring new project environment types.

To delete an environment type from a dev center:

  1. Sign in to the Azure portal.
  2. Open Azure Deployment Environments.
  3. Select your dev center from the list.
  4. Select Environment types from the left pane.
  5. Select the environment types that you want to delete.
  6. Select Delete and then confirm.

Next steps