Skip to content

Commit 997872a

Browse files
Merge pull request #295979 from v-albemi/configure-user
Freshness Edit: Azure Deployment Environments Set 1
2 parents 876e75a + 8128984 commit 997872a

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

articles/deployment-environments/how-to-configure-deployment-environments-user.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,23 @@ description: Learn how to configure access to projects for developers by using t
55
ms.service: azure-deployment-environments
66
ms.author: rosemalcolm
77
author: RoseHJM
8-
ms.date: 12/05/2023
8+
ms.date: 03/14/2025
99
ms.topic: how-to
10+
11+
#customer intent: As a platform engineer, I want to provide user access for Deployment Environments projects so that team members can create deployment environments.
1012
---
1113

1214
# Provide access to projects for developers
1315

14-
This guide explains how to provide user access for Azure Deployment Environments projects.
16+
This article explains how to provide user access for Azure Deployment Environments projects.
1517

1618
In Azure Deployment Environments, development team members must have access to a project before they can create deployment environments. By using the built-in roles, Deployment Environments User and Deployment Environments Reader, you can assign permissions to users or groups at either the project level or the environment type level.
1719

1820
When assigned at the project level, a developer who has the Deployment Environments User role can perform the following actions on all enabled project environment types:
1921

2022
* View the project environment types.
2123
* Create an environment.
22-
* Read, write, delete, or perform actions (like deploy or reset) on their own environment.
24+
* Read, write to, delete, or perform actions (like deploy or reset) on their own environment.
2325

2426
A developer who has the Deployment Environments Reader role can:
2527

@@ -31,19 +33,19 @@ When you assign a role to specific environment types, the user can perform the a
3133

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

34-
1. Select **Projects** from the left pane, then choose the project that you want your developers to be able to access.
36+
1. Select **Projects** in the left pane, and then choose the project that you want your developers to be able to access.
3537

36-
1. Select **Access control (IAM)** from the left pane.
38+
1. Select **Access control (IAM)** in the left pane.
3739

38-
1. Select **Add** > **Add role assignment**.
40+
1. Select **Add role assignment**.
3941

4042
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
4143

4244
| Setting | Value |
4345
| --- | --- |
4446
| **Role** | Select **[Deployment Environments User](how-to-configure-deployment-environments-user.md)**. |
4547
| **Assign access to** | Select **User, group, or service principal**. |
46-
| **Members** | Select the users or groups you want to have access to the project. |
48+
| **Members** | Select the users or groups that you want to have access to the project. |
4749

4850
:::image type="content" source="media/configure-deployment-environments-user/add-role-assignment.png" alt-text="Screenshot that shows the Add role assignment pane." lightbox="media/configure-deployment-environments-user/add-role-assignment.png":::
4951

@@ -53,23 +55,23 @@ The users can now view the project and all the environment types enabled within
5355

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

56-
1. Select **Projects** from the left pane, then choose the project that you want your developers to be able to access.
58+
1. Select **Projects** in the left pane, and then choose the project that you want your developers to be able to access.
5759

58-
1. Select **Environment types** from the left pane, and then select the ellipsis (**...**) beside the specific environment type.
60+
1. Select **Environment types** in the left pane, and then select the ellipsis (**...**) next to the specific environment type.
5961

6062
:::image type="content" source="media\configure-deployment-environments-user\project-environment-types.png" alt-text="Screenshot that shows the environment types associated with a project." lightbox="media\configure-deployment-environments-user\project-environment-types.png":::
6163

6264
1. Select **Access control**.
6365

64-
1. Select **Add** > **Add role assignment**.
66+
1. Select **Add role assignment**.
6567

6668
1. Assign the following role. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
6769

6870
| Setting | Value |
6971
| --- | --- |
7072
| **Role** | Select **[Deployment Environments User](how-to-configure-deployment-environments-user.md)**. |
7173
| **Assign access to** | Select **User, group, or service principal**. |
72-
| **Members** | Select the users or groups you want to have access to the project. |
74+
| **Members** | Select the users or groups that you want to have access to the project. |
7375

7476
:::image type="content" source="media/configure-deployment-environments-user/add-role-assignment.png" alt-text="Screenshot that shows the Add role assignment pane for environment type." lightbox="media/configure-deployment-environments-user/add-role-assignment.png":::
7577

0 commit comments

Comments
 (0)