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
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-configure-project-environment-types.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
14
14
15
15
# Configure project environment types
16
16
17
-
This guide explains how to add environment types to projects in Azure Deployment Environments. It also explains how to updtate, enable, disable, and delete environment types.
17
+
This guide explains how to add environment types to projects in Azure Deployment Environments. It also explains how to update, enable, disable, and delete environment types.
18
18
19
19
Project environment types are a subset of the [environment types configured for a dev center](how-to-configure-devcenter-environment-types.md). They help preconfigure the environments that a specific development team can create.
20
20
@@ -47,22 +47,22 @@ To add a new project environment type:
47
47
48
48
1. Sign in to the [Azure portal](https://portal.azure.com) and go to Azure Deployment Environments.
49
49
50
-
1.Select **Projects** in the left pane, and then choose the specific project.
50
+
1.In the left pane, under **Configure**, select **Projects**. On the **Projects** page, select the specific project.
51
51
52
52
1. Select **Environment types** in the left pane.
53
53
54
54
1. Select **+ Add**.
55
55
56
56
:::image type="content" source="media/configure-project-environment-types/add-new-project-environment-type.png" alt-text="Screenshot that shows how to add a project environment type." lightbox="media/configure-project-environment-types/add-new-project-environment-type.png":::
57
57
58
-
1. On the **Add environment type to Project** page, provide the following details:
58
+
1. On the **Add environment type to \<project>** page, provide the following details:
59
59
60
60
|Name |Value |
61
61
|---------|----------|
62
62
|**Type**| Select a dev center environment type to enable for the project.|
63
63
|**Deployment subscription**| Select the target subscription in which the environment will be created.|
64
64
|**Deployment identity**| Select either a system-assigned managed identity or a user-assigned managed identity that will be used to perform deployments on behalf of the user.|
65
-
|**Permissions on environment resources** > **Environment Creator Role(s)**| Select the roles that get access to the environment resources.|
65
+
|**Permissions on environment resources** > **Environment creator role(s)**| Select the roles that get access to the environment resources.|
66
66
|**Permissions on environment resources** > **Additional access**| Select the users or Microsoft Entra groups that are granted specific roles on the environment resources.|
67
67
|**Tags** (optional) | Provide a name and value for tags that are applied on all resources created as part of the environments.|
68
68
@@ -79,13 +79,13 @@ To update an existing project environment type:
79
79
80
80
1. In the Azure portal, go to Azure Deployment Environments.
81
81
82
-
1.Select **Projects** in the left pane, and then choose the specific project.
82
+
1.In the left pane, under **Configure**, select **Projects**. On the **Projects** page, select the specific project.
83
83
84
84
1. Select **Environment types** in the left pane.
85
85
86
-
1.For the environment type that you want to update, select the ellipsis (**...**) on the specific row, and then choose**Edit**.
86
+
1.On the row of the environment type that you want to update, select the ellipsis (**...**) and then select**Edit**.
87
87
88
-
1. On the **Edit environment type** page, update the configuration, and then select **Submit**.
88
+
1. On the **Edit \<environment type>** page, update the configuration, and then select **Update**.
89
89
90
90
## Enable or disable a project environment type
91
91
@@ -95,27 +95,27 @@ When you enable an environment type (or re-enable one that you disabled), develo
95
95
96
96
1. In the Azure portal, go to Azure Deployment Environments.
97
97
98
-
1.Select **Projects** in the left pane, and then choose the specific project.
98
+
1.In the left pane, under **Configure**, select **Projects**. On the **Projects** page, select the specific project.
99
99
100
100
1. Select **Environment types** in the left pane.
101
101
102
102
1. Select the environment type to enable or disable.
103
103
104
-
1. Select **Enable** or **Disable**from the command bar and then confirm.
104
+
1. Select **Enable** or **Disable**at the top of the page.
105
105
106
106
## Delete a project environment type
107
107
108
108
You can delete a specific project environment type only if no deployed environments in the project are using it. After you delete a project environment type, development teams can't use it to create environments.
109
109
110
110
1. In the Azure portal, go to Azure Deployment Environments.
111
111
112
-
1.Select **Projects** in the left pane, and then choose the specific project.
112
+
1. In the left pane, under **Configure**, select **Projects**. On the **Projects** page, select the specific project.
113
113
114
114
1. Select **Environment types** in the left pane.
115
115
116
116
1. Select a project environment type to delete.
117
117
118
-
1. Select **Delete**from the command bar and then confirm.
118
+
1. Select **Delete**at the top of the page, and then confirm.
0 commit comments