Skip to content

Commit a898917

Browse files
authored
Merge pull request #296596 from v-albemi/devcenter-environment-types
Freshness Edit: Azure Deployment Environments Set 2
2 parents 2cfbe4f + 6b46531 commit a898917

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/deployment-environments/how-to-configure-devcenter-environment-types.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,35 @@ ms.service: azure-deployment-environments
66
ms.custom: build-2023
77
ms.author: rosemalcolm
88
author: RoseHJM
9-
ms.date: 12/04/2023
9+
ms.date: 03/20/2025
1010
ms.topic: how-to
11+
12+
#customer intent: As a platform engineer, I want to create an environment type so that my team members can deploy environments.
1113
---
1214

1315
# Configure environment types for a dev center
1416

15-
In Azure Deployment Environments, you use [environment types](./concept-environments-key-concepts.md#dev-center-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.
17+
In Azure Deployment Environments, you use [environment types](./concept-environments-key-concepts.md#dev-center-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.
1618

17-
In this article, you'll learn how to:
19+
In this article, you learn how to:
1820

1921
* Add a new environment type to a dev center.
2022
* Delete an environment type from a dev center.
2123

2224
:::image type="content" source="media/configure-dev-center-environment-types/azure-deployment-environments-environment-types.png" alt-text="Screenshot of example environment types." lightbox="media/configure-dev-center-environment-types/azure-deployment-environments-environment-types.png":::
2325

24-
## Add a new dev center environment type
26+
## Add a dev center environment type
2527

26-
To add a new environment type to the dev center:
28+
To add a new environment type to a dev center:
2729

2830
1. Sign in to the [Azure portal](https://portal.azure.com) and go to Azure Deployment Environments.
29-
1. Select your dev center from the list.
30-
1. Select **Environment types** from the left pane.
31+
1. In the left pane, under **Configure**, select **Dev centers**.
32+
1. On the **Dev centers** page, select your dev center.
33+
1. Select **Environment types** in the left pane.
3134
1. Select **+ Create**.
3235
1. On the **Create environment type** page, add the following details:
33-
1. For **Name**, add a name for the environment type.
34-
1. For **Tags**, add tags by adding **Name** and **Value** information (optional).
36+
1. In the **Name** box, add a name for the environment type.
37+
1. Under **Tags**, add tags by entering **Name** and **Value** information (optional).
3538
1. Select **Add**.
3639

3740
:::image type="content" source="media/configure-dev-center-environment-types/create-new-dev-center-environment-type.png" alt-text="Screenshot that shows the page for adding an environment type." lightbox="media/configure-dev-center-environment-types/create-new-dev-center-environment-type.png":::
@@ -49,8 +52,9 @@ When you delete an environment type, it's no longer available when you deploy en
4952
To delete an environment type from a dev center:
5053

5154
1. Sign in to the [Azure portal](https://portal.azure.com) and go to Azure Deployment Environments.
52-
1. Select your dev center from the list.
53-
1. Select **Environment types** from the left pane.
55+
1. In the left pane, under **Configure**, select **Dev centers**.
56+
1. On the **Dev centers** page, select your dev center.
57+
1. Select **Environment types** in the left pane.
5458
1. Select the environment types that you want to delete.
5559
1. Select **Delete** and then confirm.
5660

0 commit comments

Comments
 (0)