Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cd51bd6

Browse files
committedJul 27, 2021
Updated Steps
1 parent 127e14c commit cd51bd6

File tree

4 files changed

+34
-19
lines changed

4 files changed

+34
-19
lines changed
 

‎articles/lab-services/how-to-add-user-lab-owner.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: How to add additional owners to a lab in Azure Lab Services
33
description: This article shows you how an administrator can add a user as an owner to a lab in Azure Lab Services.
44
ms.topic: article
5-
ms.date: 09/04/2020
5+
ms.date: 07/26/2021
6+
ms.custom: subject-rbac-steps
67
---
78

89
# How to add additional owners to an existing lab in Azure Lab Services
@@ -28,18 +29,23 @@ To add an user as an additional owner to an existing lab, you must first give th
2829
## Add user to the owner role for the lab
2930

3031
> [!NOTE]
31-
> If the user has only Reader access on the a lab, the lab isn't shown in labs.azure.com.
32-
33-
1. Back on the **Lab Account** page, select **All labs** on the left menu.
34-
2. Select the **lab** to which you want to add user as an owner.
35-
36-
![Select the lab ](./media/how-to-add-user-lab-owner/select-lab.png)
37-
3. On the **Lab** page, select **Access control (IAM)** on the left menu.
38-
4. On the **Access control (IAM)** page, select **Add** on the toolbar, and the select **Add role assignment**.
39-
5. On the **Add a role assignment** page, do the following steps:
40-
1. Select **Owner** for the **role**.
41-
2. Select the user.
42-
3. Select **Save**.
32+
> If the user has only Reader access on the a lab, the lab isn't shown in labs.azure.com. For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
33+
34+
35+
1. On the **Lab Account** page, select **Access control (IAM)**
36+
37+
1. Select **Add** > **Add role assignment (Preview)**.
38+
39+
![Access control (IAM) page with Add role assignment menu open.](../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png)
40+
41+
1. On the **Role** tab, select the **Lab Creator** role.
42+
43+
![Add role assignment page with Role tab selected.](../../includes/role-based-access-control/media/add-role-assignment-role-generic.png)
44+
45+
1. On the **Members** tab, select the user you want to add to the Lab Creators role
46+
47+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
48+
4349

4450
## Next steps
4551
Confirm that the user sees the lab upon logging into the [Lab Services portal](https://labs.azure.com).
Binary file not shown.

‎articles/lab-services/tutorial-setup-lab-account.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: Set up a lab account with Azure Lab Services | Microsoft Docs
33
description: Learn how to set up a lab account with Azure Lab Services, add a lab creator, and specify Marketplace images to be used by labs in the lab account.
44
ms.topic: tutorial
5-
ms.date: 06/26/2020
5+
ms.date: 07/26/2021
6+
ms.custom: subject-rbac-steps
67
---
78

89
# Tutorial: Set up a lab account with Azure Lab Services
@@ -45,17 +46,25 @@ The following steps illustrate how to use the Azure portal to create a lab accou
4546
![Lab account page](./media/tutorial-setup-lab-account/lab-account-page.png)
4647

4748
## Add a user to the Lab Creator role
48-
To set up a classroom lab in a lab account, the user must be a member of the **Lab Creator** role in the lab account. To provide educators the permission to create labs for their classes, add them to the **Lab Creator** role:
49+
To set up a classroom lab in a lab account, the user must be a member of the **Lab Creator** role in the lab account. To provide educators the permission to create labs for their classes, add them to the **Lab Creator** role: For detailed steps, see [Assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.md).
4950

5051
> [!NOTE]
5152
> The account you used to create the lab account is automatically added to this role. If you are planning to use the same user account to create a classroom lab in this tutorial, skip this step.
5253
53-
1. On the **Lab Account** page, select **Access control (IAM)**, select **+ Add** on the toolbar, and then select **+ Add role assignment** on the toolbar.
5454

55-
![Access Control -> Add Role Assignment button](./media/tutorial-setup-lab-account/add-role-assignment-button.png)
56-
1. On the **Add role assignment** page, select **Lab Creator** for **Role**, select the user you want to add to the Lab Creators role, and select **Save**.
55+
1. On the **Lab Account** page, select **Access control (IAM)**
5756

58-
![Add lab creator](./media/tutorial-setup-lab-account/add-lab-creator.png)
57+
1. Select **Add** > **Add role assignment (Preview)**.
58+
59+
![Access control (IAM) page with Add role assignment menu open.](../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png)
60+
61+
1. On the **Role** tab, select the **Lab Creator** role.
62+
63+
![Add role assignment page with Role tab selected.](../../includes/role-based-access-control/media/add-role-assignment-role-generic.png)
64+
65+
1. On the **Members** tab, select the user you want to add to the Lab Creators role
66+
67+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
5968

6069

6170
## Next steps

0 commit comments

Comments
 (0)
Please sign in to comment.