Edit

Share via


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 naming conventions that your enterprise uses: for example, sandbox, dev, test, and production. You can specify deployment settings and the permissions that are available to developers per environment type and per project.

In this article, you 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 dev center environment type

To add a new environment type to a dev center:

  1. Sign in to the Azure portal and go to Azure Deployment Environments.
  2. In the left pane, under Configure, select Dev centers.
  3. On the Dev centers page, select your dev center.
  4. Select Environment types in the left pane.
  5. Select + Create.
  6. On the Create environment type page, add the following details:
    1. In the Name box, add a name for the environment type.
    2. Under Tags, add tags by entering 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's no longer available when you deploy environments or configure new project environment types.

To delete an environment type from a dev center:

  1. Sign in to the Azure portal and go to Azure Deployment Environments.
  2. In the left pane, under Configure, select Dev centers.
  3. On the Dev centers page, select your dev center.
  4. Select Environment types in the left pane.
  5. Select the environment types that you want to delete.
  6. Select Delete and then confirm.

Next step