Skip to content

Commit a863c6c

Browse files
committed
removing setup lab account tutorial
1 parent 4121267 commit a863c6c

File tree

4 files changed

+48
-102
lines changed

4 files changed

+48
-102
lines changed

articles/lab-services/.openpublishing.redirection.lab-services.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,11 @@
859859
"source_path_from_root": "/articles/lab-services/get-started-manage-labs.md",
860860
"redirect_url": "/azure/lab-services/quick-create-lab-portal",
861861
"redirect_document_id": false
862+
},
863+
{
864+
"source_path_from_root": "/articles/lab-services/classroom-labs/tutorial-setup-lab-account.md",
865+
"redirect_url": "/azure/lab-services/how-to-create-lab-accounts",
866+
"redirect_document_id": false
862867
}
863868

864869
]

articles/lab-services/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
href: tutorial-create-lab-with-advanced-networking.md
4444
- name: Track usage of a lab
4545
href: tutorial-track-usage.md
46-
- name: Set up a lab account
47-
href: tutorial-setup-lab-account.md
4846
- name: Concepts
4947
items:
5048
- name: Key concepts for Azure Lab Services
@@ -270,6 +268,8 @@
270268
href: how-to-manage-lab-accounts.md
271269
- name: Configure auto-shutdown of VMs for a lab account
272270
href: how-to-configure-lab-accounts.md
271+
- name: Add a lab creator
272+
href: how-to-add-lab-creator.md
273273
- name: Allow lab creator to pick lab location
274274
href: allow-lab-creator-pick-lab-location.md
275275
- name: Create a lab with a shared resource
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
title: 'How to add a lab creator to a lab account with Azure Lab Services'
3+
titleSuffix: Azure Lab Services
4+
description: Learn how to grant a user access to create labs.
5+
ms.topic: tutorial
6+
services: lab-services
7+
ms.service: lab-services
8+
author: ntrogh
9+
ms.author: nicktrog
10+
ms.date: 06/27/2024
11+
ms.custom: subject-rbac-steps
12+
---
13+
14+
# Add a user to the Lab Creator role
15+
16+
[!INCLUDE [preview note](./includes/lab-services-new-update-note.md)]
17+
18+
To grant people the permission to create labs, add them to the Lab Creator role.
19+
20+
Follow these steps to [assign Azure roles using the Azure portal](../role-based-access-control/role-assignments-portal.yml).
21+
22+
> [!NOTE]
23+
> Azure Lab Services automatically assigns the Lab Creator role to the Azure account you use to create the lab account.
24+
25+
1. On the **Lab Account** page, select **Access control (IAM)**.
26+
27+
1. From the **Access control (IAM)** page, select **Add** > **Add role assignment**.
28+
29+
:::image type="content" source="../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png" alt-text="Screenshot that shows the Access control (I A M) page with Add role assignment menu option highlighted.":::
30+
31+
1. On the **Role** tab, select the **Lab Creator** role.
32+
33+
:::image type="content" source="../../includes/role-based-access-control/media/add-role-assignment-role-generic.png" alt-text="Screenshot that shows the Add role assignment page with Role tab selected.":::
34+
35+
1. On the **Members** tab, select the user you want to add to the Lab Creators role.
36+
37+
1. On the **Review + assign** tab, select **Review + assign** to assign the role.
38+
39+
## Next steps
40+
41+
In this article, you granted lab creation permissions to another user. To learn about how to create a lab, see [Set up a lab](how-to-manage-classroom-labs).

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

Lines changed: 0 additions & 100 deletions
This file was deleted.

0 commit comments

Comments
 (0)