You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#customer intent: As a platform engineer, I want to create an environment type so that my team members can deploy environments.
11
13
---
12
14
13
15
# Configure environment types for a dev center
14
16
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.
16
18
17
-
In this article, you'll learn how to:
19
+
In this article, you learn how to:
18
20
19
21
* Add a new environment type to a dev center.
20
22
* Delete an environment type from a dev center.
21
23
22
24
:::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":::
23
25
24
-
## Add a new dev center environment type
26
+
## Add a dev center environment type
25
27
26
-
To add a new environment type to the dev center:
28
+
To add a new environment type to a dev center:
27
29
28
30
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.
31
34
1. Select **+ Create**.
32
35
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).
35
38
1. Select **Add**.
36
39
37
40
:::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
49
52
To delete an environment type from a dev center:
50
53
51
54
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.
54
58
1. Select the environment types that you want to delete.
0 commit comments