Skip to content

Commit cc291f8

Browse files
committed
new pr
1 parent 90e4161 commit cc291f8

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

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

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ ms.author: rosemalcolm
88
author: RoseHJM
99
ms.date: 03/13/2025
1010
ms.topic: how-to
11+
12+
#customer intent: As a platform engineer, I want to configure project environment types in order to preconfigure the environments that my team will create.
1113
---
1214

1315
# Configure project environment types
1416

15-
This guide explains how to add environment types to projects in Azure Deployment Environments.
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.
1618

1719
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.
1820

@@ -33,26 +35,25 @@ In this article, you'll learn how to:
3335
* Delete a project environment type.
3436

3537
## Prerequisites
36-
Before you configure a project environment type, you need:
3738

3839
- An [environment type at the dev center level](how-to-configure-devcenter-environment-types.md).
3940
- [Write access](/azure/devops/organizations/security/add-users-team-project) to a specific project.
4041

41-
## Add a new project environment type
42+
## Add a project environment type
4243

43-
When you configure a new project environment type, your development teams can use it to create an environment. They'll create the environment in the mapped subscription by using the configured deployment identity, along with permissions granted to resources created as part of the environment. All the associated policies are automatically applied.
44+
When you configure a project environment type, your development teams can use it to create an environment. They'll create the environment in the mapped subscription by using the configured deployment identity, along with permissions granted to resources created as part of the environment. All the associated policies are automatically applied.
4445

45-
Add a new project environment type as follows:
46+
To add a new project environment type:
4647

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

49-
1. Select **Projects** from the left pane, and then choose the specific project.
50+
1. Select **Projects** in the left pane, and then choose the specific project.
5051

51-
1. Select **Environment types** from the left pane.
52+
1. Select **Environment types** in the left pane.
5253

5354
1. Select **+ Add**.
5455

55-
:::image type="content" source="media/configure-project-environment-types/add-new-project-environment-type.png" alt-text="Screenshot that shows selections for adding a project environment type." lightbox="media/configure-project-environment-types/add-new-project-environment-type.png":::
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":::
5657

5758
1. On the **Add environment type to Project** page, provide the following details:
5859

@@ -65,26 +66,26 @@ Add a new project environment type as follows:
6566
|**Permissions on environment resources** > **Additional access** | Select the users or Microsoft Entra groups that are granted specific roles on the environment resources.|
6667
|**Tags** (optional) | Provide a name and value for tags that are applied on all resources created as part of the environments.|
6768

68-
:::image type="content" source="media/configure-project-environment-types/add-project-environment-type-page.png" alt-text="Screenshot that shows adding details on the page for adding a project environment type." lightbox="media/configure-project-environment-types/add-project-environment-type-page.png":::
69+
:::image type="content" source="media/configure-project-environment-types/add-project-environment-type-page.png" alt-text="Screenshot that shows the page for adding a project environment type." lightbox="media/configure-project-environment-types/add-project-environment-type-page.png":::
6970

7071
> [!NOTE]
71-
> At least one managed identity (system assigned or user assigned) must be enabled for deployment identity. It will be used to perform the environment deployment on behalf of the developer. Additionally, the identity attached to the dev center should be [granted Contributor and User Access Administrator access to the deployment subscription](how-to-configure-managed-identity.md) configured per environment type.
72+
> At least one managed identity (system assigned or user assigned) must be enabled for deployment identity. It will be used to perform the environment deployment on behalf of the developer. Additionally, the identity attached to the dev center should be [granted Contributor and User Access Administrator access to the deployment subscription](how-to-configure-managed-identity.md) that's configured for the environment type.
7273
7374
## Update a project environment type
7475

75-
You can update a project environment type so that it uses a different subscription or deployment identity when developers deploy environments. Updating a project environment type affects only the creation of new environments. Existing environments will continue to exist in the previously mapped subscription.
76+
You can update a project environment type so that it uses a different subscription or deployment identity when developers deploy environments. Updating a project environment type affects only newly created environments. Existing environments will continue to exist in the previously mapped subscription.
7677

77-
Update an existing project environment type as follows:
78+
To update an existing project environment type:
7879

7980
1. In the Azure portal, go to Azure Deployment Environments.
8081

81-
1. Select **Projects** from the left pane, and then choose the specific project.
82+
1. Select **Projects** in the left pane, and then choose the specific project.
8283

83-
1. Select **Environment types** from the left pane.
84+
1. Select **Environment types** in the left pane.
8485

85-
1. For the environment type that you want to update, select the ellipsis (**...**) on the specific row, then choose **Edit**.
86+
1. For the environment type that you want to update, select the ellipsis (**...**) on the specific row, and then choose **Edit**.
8687

87-
1. On the **Edit environment type** page, update the previous configuration, and then select **Submit**.
88+
1. On the **Edit environment type** page, update the configuration, and then select **Submit**.
8889

8990
## Enable or disable a project environment type
9091

@@ -94,9 +95,9 @@ When you enable an environment type (or re-enable one that you disabled), develo
9495

9596
1. In the Azure portal, go to Azure Deployment Environments.
9697

97-
1. Select **Projects** from the left pane, and then choose the specific project.
98+
1. Select **Projects** in the left pane, and then choose the specific project.
9899

99-
1. Select **Environment types** from the left pane.
100+
1. Select **Environment types** in the left pane.
100101

101102
1. Select the environment type to enable or disable.
102103

@@ -108,9 +109,9 @@ You can delete a specific project environment type only if no deployed environme
108109

109110
1. In the Azure portal, go to Azure Deployment Environments.
110111

111-
1. Select **Projects** from the left pane, and then choose the specific project.
112+
1. Select **Projects** in the left pane, and then choose the specific project.
112113

113-
1. Select **Environment types** from the left pane.
114+
1. Select **Environment types** in the left pane.
114115

115116
1. Select a project environment type to delete.
116117

0 commit comments

Comments
 (0)