Skip to content

Commit eb7ed94

Browse files
authored
Merge pull request #99598 from spelluru/labowner1220
Add user as an owner to a lab
2 parents 5876e9e + 5807af0 commit eb7ed94

File tree

5 files changed

+53
-0
lines changed

5 files changed

+53
-0
lines changed

articles/lab-services/classroom-labs/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454
href: how-to-connect-peer-virtual-network.md
5555
- name: Attach or detach a shared image gallery
5656
href: how-to-attach-detach-shared-image-gallery.md
57+
- name: Add user as an owner to a classroom lab
58+
href: how-to-add-user-lab-owner.md
5759
- name: Create and configure classroom labs (instructor)
5860
items:
5961
- name: Create and manage classroom labs
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: How to add user as a lab owner in Azure Lab Services
3+
description: This article shows you how an administrator can add a user as an owner to a lab.
4+
services: lab-services
5+
documentationcenter: na
6+
author: spelluru
7+
manager:
8+
editor: ''
9+
10+
ms.service: lab-services
11+
ms.workload: na
12+
ms.tgt_pltfrm: na
13+
ms.devlang: na
14+
ms.topic: article
15+
ms.date: 12/20/2019
16+
ms.author: spelluru
17+
18+
---
19+
# How to add a user as an owner of a classroom lab in Azure Lab Services
20+
This article shows you how to add a user as an owner of a lab in Azure Lab Services.
21+
22+
## Add user to the reader role for the lab account
23+
1. Sign in to the [Azure portal](https://portal.azure.com).
24+
2. Select **All Services** on the left menu. Search for **Lab Services**, and then select it.
25+
3. Select your **lab account** from the list.
26+
2. On the **Lab Account page**, select **Access Control (IAM)** on the left menu.
27+
2. On the **Access control (IAM)** page, select **Add** on the toolbar, and the select **Add role assignment**.
28+
29+
![Role assignment for the lab account ](../media/how-to-add-user-lab-owner/lab-account-access-control-page.png)
30+
3. On the **Add a role assignment** page, do the following steps:
31+
1. Select **Reader** for the **role**.
32+
2. Select the user.
33+
3. Select **Save**.
34+
35+
![Add user to the reader role for the lab account ](../media/how-to-add-user-lab-owner/reader-lab-account.png)
36+
37+
## Add user to the owner role for the lab
38+
39+
1. Back on the **Lab Account** page, select **All labs** on the left menu.
40+
2. Select the **lab** to which you want to add user as an owner.
41+
42+
![Select the lab ](../media/how-to-add-user-lab-owner/select-lab.png)
43+
3. On the **Lab** page, select **Access control (IAM)** on the left menu.
44+
4. On the **Access control (IAM)** page, select **Add** on the toolbar, and the select **Add role assignment**.
45+
5. On the **Add a role assignment** page, do the following steps:
46+
1. Select **Owner** for the **role**.
47+
2. Select the user.
48+
3. Select **Save**.
49+
50+
## Next steps
51+
Confirm that the user sees the lab upon logging into the [Lab Services portal](https://labs.azure.com).
106 KB
Loading
22.9 KB
Loading
64.8 KB
Loading

0 commit comments

Comments
 (0)