Skip to content

Commit 7bf28bb

Browse files
committed
edit pass: provide-access-to-create-and-manage-environments
1 parent 420f99c commit 7bf28bb

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Configure deployment environments user access
2+
title: Provide access to developers
33
titleSuffix: Azure Deployment Environments
4-
description: Learn how to configure access for developers by using the Deployment Environments Users built-in role.
4+
description: Learn how to configure access for developers by using the Deployment Environments User built-in role.
55
ms.service: deployment-environments
66
ms.custom: ignite-2022
77
ms.author: rosemalcolm
@@ -13,18 +13,18 @@ ms.topic: how-to
1313

1414
# Provide access to developers
1515

16-
Development team members must have access to a specific project before they can create deployment environments. By using the built-in Deployment Environments User role, you can assign permissions to Active Directory Users or Groups at either the project level or the specific project environment type level.
16+
In Azure Deployment Environments, development team members must get access to a specific project before they can create deployment environments. By using the built-in Deployment Environments User role, you can assign permissions to Active Directory users or groups at either the project level or the environment type level.
1717

18-
Based on the scope that users are granted access to, a Deployment Environments User can:
18+
Based on the scope of access that you allow, a Deployment Environments User can:
1919

20-
* View the project environment types
21-
* Create an environment
22-
* Read, write, delete, or perform actions (deploy, reset, etc.) on their own environment
23-
* Read or perform actions (deploy, reset, etc.) on environments created by other users
20+
* View the project environment types.
21+
* Create an environment.
22+
* Read, write, delete, or perform actions (like deploy or reset) on their own environment.
23+
* Read or perform actions (deploy or reset) on environments that other users created.
2424

25-
When the role is assigned at the project level, the Deployment Environments User will be able to perform the actions listed above on all environment types enabled at the Project level. When the role is assigned to specific environment type(s), the user will be able to perform the actions only on the respective environment type(s).
25+
When you assign the role at the project level, the Deployment Environments User can perform the preceding actions on all environment types enabled at the project level. When you assign the role to specific environment types, the Deployment Environments User can perform the actions only on the respective environment types.
2626

27-
## Assign permissions to developers to a project
27+
## Assign permissions to developers for a project
2828

2929
1. Select the project you want to provide your development team members access to.
3030
2. Select **Access Control(IAM)** from the left menu.
@@ -42,7 +42,7 @@ When the role is assigned at the project level, the Deployment Environments User
4242

4343
The user can now view the project and all the Environment Types enabled within it. Deployment Environments users can [create environments from the CLI](./quickstart-create-access-environments.md).
4444

45-
## Assign permissions to developers to a specific environment type
45+
## Assign permissions to developers for an environment type
4646

4747
1. Select the project you want to provide your development team members access to.
4848
2. Select **Environment Types** and select the **...** beside the specific environment type.
Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure deployment environments project admin access
2+
title: Provide access to dev managers
33
titleSuffix: Azure Deployment Environments
44
description: Learn how to configure access for dev managers by using the DevCenter Project Admin built-in role.
55
ms.service: deployment-environments
@@ -10,75 +10,75 @@ ms.date: 10/12/2022
1010
ms.topic: how-to
1111
---
1212

13-
# Provide access to Dev Managers
13+
# Provide access to dev managers
1414

15-
You can create multiple projects associated with the dev center to align with each team's specific requirements. By using the built-in DevCenter Project Admin role, you can delegate project administration to a member of a team. Project Admins can configure [project environment types](concept-environments-key-concepts.md#project-environment-types) to enable developers to create different types of [environments](concept-environments-key-concepts.md#environments) and apply different settings to each environment type.
15+
In Azure Deployment Environments, you can create multiple projects associated with the dev center to align with each team's requirements. By using the built-in DevCenter Project Admin role, you can delegate project administration to a member of a team. DevCenter Project Admins can configure [project environment types](concept-environments-key-concepts.md#project-environment-types) to enable developers to create various types of [environments](concept-environments-key-concepts.md#environments) and apply settings to each environment type.
1616

17-
The DevCenter Project Admin role can be assigned at either the project level or the specific project environment type level.
17+
You can assign the DevCenter Project Admin role to a dev manager at either the project level or the environment type level.
1818

19-
Based on the scope that users are granted access to, a DevCenter Project Admin can:
19+
Based on the scope of access that you allow, a DevCenter Project Admin can:
2020

21-
* View, add, update, disable or delete the project environment types
22-
* Create an environment
23-
* Read, write, delete, or perform actions (deploy, reset, etc.) on their own environment
24-
* Read, delete, or perform actions (deploy, reset, etc.) on environments created by other users
21+
* View, add, update, disable, or delete the project environment types.
22+
* Create an environment.
23+
* Read, write, delete, or perform actions (like deploy or reset) on their own environment.
24+
* Read, delete, or perform actions (like deploy or reset) on environments that other users created.
2525

26-
When the role is assigned at the project level, the DevCenter Project Admin can perform the actions listed above on all environment types at the Project level. When the role is assigned to specific environment type(s), the DevCenter Project Admin can perform the actions only on the respective environment type(s).
26+
When you assign the role at the project level, the DevCenter Project Admin can perform the preceding actions on all environment types at the project level. When you assign the role to specific environment types, the DevCenter Project Admin can perform the actions only on the respective environment types.
2727

28-
## Assign permissions to dev managers to a project
28+
## Assign permissions to dev managers for a project
2929

30-
1. Select the project you want to provide your development team members access to.
30+
1. Select the project that you want your development team members to be able to access.
3131
2. Select **Access Control(IAM)** from the left menu.
3232

33-
:::image type="content" source=".\media\configure-project-admin\access-control-page.png" alt-text="Screenshot showing link to access control page.":::
33+
:::image type="content" source=".\media\configure-project-admin\access-control-page.png" alt-text="Screenshot that shows the link to the access control page.":::
3434

3535
3. Select **Add** > **Add role assignment**.
3636

37-
:::image type="content" source=".\media\configure-project-admin\add-role-assignment.png" alt-text="Screenshot showing Add role assignment menu option.":::
37+
:::image type="content" source=".\media\configure-project-admin\add-role-assignment.png" alt-text="Screenshot that shows the menu option for adding a role assignment.":::
3838

39-
4. On the Add role assignment page, on the Role tab, search for *DevCenter Project Admin*, select the **DevCenter Project Admin** built-in role, and then select **Next**.
39+
4. On the **Add role assignment** page, on the **Role** tab, search for **DevCenter Project Admin**, select the **DevCenter Project Admin** built-in role, and then select **Next**.
4040

41-
:::image type="content" source=".\media\configure-project-admin\built-in-role.png" alt-text="Screenshot showing built-in DevCenter project admin role.":::
41+
:::image type="content" source=".\media\configure-project-admin\built-in-role.png" alt-text="Screenshot that shows selecting the built-in DevCenter Project Admin role.":::
4242

43-
5. On the Members tab, select **+ Select Members**.
43+
5. On the **Members** tab, select **+ Select Members**.
4444

45-
:::image type="content" source=".\media\configure-project-admin\select-role-members.png" alt-text="Screenshot showing link to select role members pane.":::
45+
:::image type="content" source=".\media\configure-project-admin\select-role-members.png" alt-text="Screenshot that shows the link for selecting role members.":::
4646

47-
1. In **Select members**, select the Active Directory Users or Groups you want to add, and then select **Select**.
47+
1. In **Select members**, select the Active Directory users or groups that you want to add, and then choose **Select**.
4848

49-
7. On the Members tab, select **Review + assign**.
49+
7. On the **Members** tab, select **Review + assign**.
5050

51-
The user will now be able to view the project and manage all the Environment Types that have been enabled within it. DevCenter Project Admin can also [create environments from the CLI](./quickstart-create-access-environments.md).
51+
The users can now view the project and manage all the environment types that you've enabled within it. DevCenter Project Admins can also [create environments from the Azure CLI](./quickstart-create-access-environments.md).
5252

53-
## Assign permissions to dev managers to a specific environment type
53+
## Assign permissions to dev managers for an environment type
5454

55-
1. Select the project you want to provide your development team members access to.
56-
2. Select **Environment Types** and select the **...** beside the specific environment type.
55+
1. Select the project that you want your development team members to be able to access.
56+
2. Select **Environment Types**, and then select the ellipsis (**...**) beside the specific environment type.
5757

58-
:::image type="content" source=".\media\configure-project-admin\project-environment-types.png" alt-text="Screenshot showing the environment types associated with a project.":::
58+
:::image type="content" source=".\media\configure-project-admin\project-environment-types.png" alt-text="Screenshot that shows the environment types associated with a project.":::
5959

6060
3. Select **Access Control**.
6161

62-
:::image type="content" source=".\media\configure-project-admin\access-control-page.png" alt-text="Screenshot showing link to access control page.":::
62+
:::image type="content" source=".\media\configure-project-admin\access-control-page.png" alt-text="Screenshot that shows the link to the access control page.":::
6363

6464
4. Select **Add** > **Add role assignment**.
6565

66-
:::image type="content" source=".\media\configure-project-admin\add-role-assignment.png" alt-text="Screenshot showing Add role assignment menu option.":::
66+
:::image type="content" source=".\media\configure-project-admin\add-role-assignment.png" alt-text="Screenshot that shows the menu option for adding a role assignment.":::
6767

68-
5. On the Add role assignment page, on the Role tab, search for **DevCenter Project Admin**, select the **DevCenter Project Admin** built-in role, and then select **Next**.
68+
5. On the **Add role assignment** page, on the **Role** tab, search for **DevCenter Project Admin**, select the **DevCenter Project Admin** built-in role, and then select **Next**.
6969

70-
:::image type="content" source=".\media\configure-project-admin\built-in-role.png" alt-text="Screenshot showing built-in DevCenter project admin role.":::
70+
:::image type="content" source=".\media\configure-project-admin\built-in-role.png" alt-text="Screenshot that shows selecting the built-in DevCenter Project Admin role.":::
7171

72-
6. On the Members tab, select **+ Select Members**.
73-
7. In **Select members**, select the Active Directory Users or Groups you want to add, and then select **Select**.
74-
8. On the Members tab, select **Review + assign**.
72+
6. On the **Members** tab, select **+ Select Members**.
73+
7. In **Select members**, select the Active Directory users or groups that you want to add, and then choose **Select**.
74+
8. On the **Members** tab, select **Review + assign**.
7575

76-
The user will now be able to view the project and manage only the specific environment type that they have been granted access to. DevCenter Project Admin can also [create environments using the CLI](./quickstart-create-access-environments.md).
76+
The users can now view the project and manage only the specific environment type that you've granted them access to. DevCenter Project Admins can also [create environments by using the Azure CLI](./quickstart-create-access-environments.md).
7777

7878
> [!NOTE]
79-
> Only users assigned the Deployment Environments User role, the DevCenter Project Admin role, or a built-in role with appropriate permissions will be able to create environments.
79+
> Only users who have the Deployment Environments User role, the DevCenter Project Admin role, or a built-in role with appropriate permissions can create environments.
8080
8181
## Next steps
8282

83-
* [Create and Configure Projects](./quickstart-create-and-configure-projects.md)
83+
* [Create and configure projects](./quickstart-create-and-configure-projects.md)
8484
* [Provide access to developers](./how-to-configure-deployment-environments-user.md)

0 commit comments

Comments
 (0)