Skip to content

Commit 8f62b86

Browse files
committed
edits
1 parent cc291f8 commit 8f62b86

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.topic: how-to
1414

1515
# Configure project environment types
1616

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.
1818

1919
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.
2020

@@ -47,22 +47,22 @@ To add a new project environment type:
4747

4848
1. Sign in to the [Azure portal](https://portal.azure.com) and go to Azure Deployment Environments.
4949

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.
5151

5252
1. Select **Environment types** in the left pane.
5353

5454
1. Select **+ Add**.
5555

5656
:::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":::
5757

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:
5959

6060
|Name |Value |
6161
|---------|----------|
6262
|**Type**| Select a dev center environment type to enable for the project.|
6363
|**Deployment subscription**| Select the target subscription in which the environment will be created.|
6464
|**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.|
6666
|**Permissions on environment resources** > **Additional access** | Select the users or Microsoft Entra groups that are granted specific roles on the environment resources.|
6767
|**Tags** (optional) | Provide a name and value for tags that are applied on all resources created as part of the environments.|
6868

@@ -79,13 +79,13 @@ To update an existing project environment type:
7979

8080
1. In the Azure portal, go to Azure Deployment Environments.
8181

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.
8383

8484
1. Select **Environment types** in the left pane.
8585

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**.
8787

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**.
8989

9090
## Enable or disable a project environment type
9191

@@ -95,27 +95,27 @@ When you enable an environment type (or re-enable one that you disabled), develo
9595

9696
1. In the Azure portal, go to Azure Deployment Environments.
9797

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.
9999

100100
1. Select **Environment types** in the left pane.
101101

102102
1. Select the environment type to enable or disable.
103103

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.
105105

106106
## Delete a project environment type
107107

108108
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.
109109

110110
1. In the Azure portal, go to Azure Deployment Environments.
111111

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.
113113

114114
1. Select **Environment types** in the left pane.
115115

116116
1. Select a project environment type to delete.
117117

118-
1. Select **Delete** from the command bar and then confirm.
118+
1. Select **Delete** at the top of the page, and then confirm.
119119

120120
## Related content
121121

0 commit comments

Comments
 (0)