Skip to content

Commit 0bb3bdd

Browse files
committed
edit pass: provide-access-to-create-and-manage-environments
1 parent 844d955 commit 0bb3bdd

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,52 +22,52 @@ Based on the scope of access that you allow, a Deployment Environments User can:
2222
* Read, write, delete, or perform actions (like deploy or reset) on their own environment.
2323
* Read or perform actions (deploy or reset) on environments that other users created.
2424

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.
25+
When you assign the role at the project level, the 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 user can perform the actions only on the respective environment types.
2626

2727
## Assign permissions to developers for a project
2828

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

32-
:::image type="content" source=".\media\configure-deployment-environments-user\access-control-page.png" alt-text="Screenshot showing link to access control page.":::
32+
:::image type="content" source=".\media\configure-deployment-environments-user\access-control-page.png" alt-text="Screenshot that shows the link to the access control page.":::
3333

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

36-
:::image type="content" source=".\media\configure-deployment-environments-user\add-role-assignment.png" alt-text="Screenshot showing Add role assignment menu option.":::
36+
:::image type="content" source=".\media\configure-deployment-environments-user\add-role-assignment.png" alt-text="Screenshot that shows the menu option for adding a role assignment.":::
3737

38-
4. On the Add role assignment page, on the Role tab, search for *deployment environments user*, select the **Deployment Environments User** built-in role, and then select **Next**.
39-
5. On the Members tab, select **+ Select Members**.
40-
6. In **Select members**, select the Active Directory Users or Groups you want to add, and then select **Select**.
41-
7. On the Members tab, select **Review + assign**.
38+
4. On the **Add role assignment** page, on the **Role** tab, search for **deployment environments user**, select the **Deployment Environments User** built-in role, and then select **Next**.
39+
5. On the **Members** tab, select **+ Select Members**.
40+
6. In **Select members**, select the Active Directory users or groups that you want to add, and then choose **Select**.
41+
7. On the **Members** tab, select **Review + assign**.
4242

43-
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).
43+
The users can now view the project and all the environment types that you've enabled within it. Deployment Environments users can also [create environments from the Azure CLI](./quickstart-create-access-environments.md).
4444

4545
## Assign permissions to developers for an environment type
4646

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

50-
:::image type="content" source=".\media\configure-deployment-environments-user\project-environment-types.png" alt-text="Screenshot showing the environment types associated with a project.":::
50+
:::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.":::
5151

5252
3. Select **Access Control**.
5353

54-
:::image type="content" source=".\media\configure-deployment-environments-user\access-control-page.png" alt-text="Screenshot showing link to access control page.":::
54+
:::image type="content" source=".\media\configure-deployment-environments-user\access-control-page.png" alt-text="Screenshot that shows the link to the access control page.":::
5555

5656
4. Select **Add** > **Add role assignment**.
5757

58-
:::image type="content" source=".\media\configure-deployment-environments-user\add-role-assignment.png" alt-text="Screenshot showing Add role assignment menu option.":::
58+
:::image type="content" source=".\media\configure-deployment-environments-user\add-role-assignment.png" alt-text="Screenshot that shows the menu option for adding a role assignment.":::
5959

60-
5. On the Add role assignment page, on the Role tab, search for *deployment environments user*, select the **Deployment Environments User** built-in role, and then select **Next**.
61-
6. On the Members tab, select **+ Select Members**.
62-
7. In **Select members**, select the Active Directory Users or Groups you want to add, and then select **Select**.
63-
8. On the Members tab, select **Review + assign**.
60+
5. On the **Add role assignment** page, on the **Role** tab, search for **deployment environments user**, select the **Deployment Environments User** built-in role, and then select **Next**.
61+
6. On the **Members** tab, select **+ Select Members**.
62+
7. In **Select members**, select the Active Directory users or groups that you want to add, and then choose **Select**.
63+
8. On the **Members** tab, select **Review + assign**.
6464

65-
The user can now view the project and the specific environment type that they have been granted access to. Deployment Environments users can [create environments using the CLI](./quickstart-create-access-environments.md).
65+
The users can now view the project and the specific environment type that you've granted them access to. Deployment Environments users can also [create environments by using the CLI](./quickstart-create-access-environments.md).
6666

6767
> [!NOTE]
68-
> 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.
68+
> 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.
6969
7070
## Next steps
7171

72-
* [Create and Configure Projects](./quickstart-create-and-configure-projects.md)
73-
* [Provide access to Dev Managers](./how-to-configure-project-admin.md)
72+
* [Create and configure projects](./quickstart-create-and-configure-projects.md)
73+
* [Provide access to dev managers](./how-to-configure-project-admin.md)

articles/deployment-environments/how-to-configure-project-admin.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,18 @@ ms.topic: how-to
1212

1313
# Provide access to dev managers
1414

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.
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 Admin users 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

1717
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 of access that you allow, a DevCenter Project Admin can:
19+
Based on the scope of access that you allow, a DevCenter Project Admin user can:
2020

2121
* View, add, update, disable, or delete the project environment types.
2222
* Create an environment.
2323
* Read, write, delete, or perform actions (like deploy or reset) on their own environment.
2424
* Read, delete, or perform actions (like deploy or reset) on environments that other users created.
2525

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.
26+
When you assign the role at the project level, the user can perform the preceding actions on all environment types at the project level. When you assign the role to specific environment types, the user can perform the actions only on the respective environment types.
2727

2828
## Assign permissions to dev managers for a project
2929

@@ -48,7 +48,7 @@ When you assign the role at the project level, the DevCenter Project Admin can p
4848

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

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).
51+
The users can now view the project and manage all the environment types that you've enabled within it. DevCenter Project Admin users can also [create environments from the Azure CLI](./quickstart-create-access-environments.md).
5252

5353
## Assign permissions to dev managers for an environment type
5454

@@ -73,7 +73,7 @@ The users can now view the project and manage all the environment types that you
7373
7. In **Select members**, select the Active Directory users or groups that you want to add, and then choose **Select**.
7474
8. On the **Members** tab, select **Review + assign**.
7575

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).
76+
The users can now view the project and manage only the specific environment type that you've granted them access to. DevCenter Project Admin users can also [create environments by using the Azure CLI](./quickstart-create-access-environments.md).
7777

7878
> [!NOTE]
7979
> 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.

0 commit comments

Comments
 (0)