You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/lab-services/includes/lab-services-add-lab-creator.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: include
5
5
ms.service: lab-services
6
6
---
7
7
8
-
To create or edit a lab in the Azure Lab Services website ([https://labs.azure.com](https://labs.azure.com)), your Azure account must be assigned the [Lab Creator role](../concept-lab-services-role-based-access-control.md#lab-creator-role) in Azure RBAC. If you assign the Lab Creator role on the lab plan's resource group, the user can create labs for all lab plans in the resource group. Learn more about [Azure Lab Services built-in roles](../concept-lab-services-role-based-access-control.md).
8
+
To create or edit a lab in the Azure Lab Services website ([https://labs.azure.com](https://labs.azure.com)), your Azure account must be assigned the [Lab Creator role](../concept-lab-services-role-based-access-control.md#lab-creator-role) in Azure RBAC. If you assign the Lab Creator role to a user on the lab plan's resource group, that user can create labs for all lab plans in the resource group. Learn more about [Azure Lab Services built-in roles](../concept-lab-services-role-based-access-control.md).
9
9
10
10
> [!NOTE]
11
11
> Owners of a lab plan can automatically create labs and do not need to be assigned the Lab Creator role.
@@ -14,11 +14,11 @@ To create or edit a lab in the Azure Lab Services website ([https://labs.azure.c
14
14
15
15
1. From the **Access control (IAM)** page, select **Add** > **Add role assignment**.
16
16
17
-
:::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.":::
17
+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-menu-generic.png" alt-text="Screenshot that shows the Access control (IAM) page with Add role assignment menu option highlighted.":::
18
18
19
19
1. On the **Role** tab, select the *Lab Creator* role.
20
20
21
-
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-role-generic.png" alt-text="Screenshot that shows the Add roll assignment page with Role tab selected.":::
21
+
:::image type="content" source="../../../includes/role-based-access-control/media/add-role-assignment-role-generic.png" alt-text="Screenshot that shows the Add roll assignment page with Role tab selected." lightbox="../../../includes/role-based-access-control/media/add-role-assignment-role-generic.png":::
22
22
23
23
1. On the **Members** tab, select the user you want to add to the *Lab Creators* role.
Copy file name to clipboardExpand all lines: articles/lab-services/includes/lab-services-tutorial-create-lab-plan.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ ms.service: lab-services
9
9
10
10
1. Select **Create a resource** in the upper left-hand corner of the Azure portal.
11
11
12
-
:::image type="content" source="../media/lab-services-tutorial-create-lab-plan/azure-portal-create-resource.png" alt-text="Screenshot that shows the Azure portal home page, highlighting the Create a resource button.":::
12
+
:::image type="content" source="../media/lab-services-tutorial-create-lab-plan/azure-portal-create-resource.png" alt-text="Screenshot that shows the Azure portal home page, highlighting the Create a resource button." lightbox="../media/lab-services-tutorial-create-lab-plan/azure-portal-create-resource.png":::
13
13
14
-
1. Enter **Lab Plan** in the search field, and then select **Create** > **Lab plan**.
14
+
1. Enter *Lab Plan* in the search field, and then select **Create** > **Lab plan**.
15
15
16
-
:::image type="content" source="../media/lab-services-tutorial-create-lab-plan/select-lab-plans-service.png" alt-text="Screenshot of the Azure Marketplace and how to search for and create a lab plan resource.":::
16
+
:::image type="content" source="../media/lab-services-tutorial-create-lab-plan/select-lab-plans-service.png" alt-text="Screenshot of the Azure Marketplace and how to search for and create a lab plan resource." lightbox="../media/lab-services-tutorial-create-lab-plan/select-lab-plans-service.png":::
17
17
18
18
1. On the **Basics** tab of the **Create a lab plan** page, provide the following information:
19
19
@@ -24,7 +24,7 @@ ms.service: lab-services
24
24
|**Name**| Enter *MyLabPlan* as the lab plan name. |
25
25
|**Region**| Select a geographic location to host your lab plan resource. |
26
26
27
-
1. After you're finished configuring the resource, select **Review + Create**.
27
+
1. After you finish configuring the resource, select **Review + Create**.
28
28
29
29
1. Review all the configuration settings and select **Create** to start the deployment of the Lab Plan.
30
30
@@ -34,4 +34,4 @@ ms.service: lab-services
34
34
35
35
1. Confirm that you see the Lab Plan **Overview** page for *MyLabPlan*.
36
36
37
-
:::image type="content" source="../media/lab-services-tutorial-create-lab-plan/lab-plan-page.png" alt-text="Screenshot that shows the lab plan overview page in the Azure portal.":::
37
+
:::image type="content" source="../media/lab-services-tutorial-create-lab-plan/lab-plan-page.png" alt-text="Screenshot that shows the lab plan overview page in the Azure portal." lightbox="../media/lab-services-tutorial-create-lab-plan/lab-plan-page.png":::
Copy file name to clipboardExpand all lines: articles/lab-services/quick-create-connect-lab.md
+29-28Lines changed: 29 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,24 @@
1
1
---
2
2
title: 'Quickstart: Create and connect to a lab'
3
3
titleSuffix: Azure Lab Services
4
-
description: In this quickstart, you learn how to create a Windows-based lab in Azure Lab Services. You create the lab from an Azure Marketplace image, publish it, and then connect to it through Remote Desktop (RDP).
4
+
description: In this quickstart, you learn how to create a Windows-based lab in Azure Lab Servicesfrom an Azure Marketplace image, publish it, and connect to it.
5
5
services: lab-services
6
6
ms.service: lab-services
7
-
author: ntrogh
8
-
ms.author: nicktrog
7
+
author: RoseHJM
8
+
ms.author: rosemalcolm
9
9
ms.topic: quickstart
10
-
ms.date: 02/09/2023
10
+
ms.date: 03/13/2024
11
11
ms.custom: mode-portal
12
+
#customer intent: As an administrator or educator, I want to quickly create a lab virtual machine to test the procedure for making labs in Azure Lab Services.
12
13
---
13
14
14
15
# Quickstart: Create and connect to a lab in Azure Lab Services
15
16
16
-
Azure Lab Services enables you to create labs, whose infrastructure is managed by Azure. You can create labs for running classroom trainings, hackathons, or for experimenting. In this quickstart, you create a Windows-based lab virtual machine (VM) with Azure Lab Services and connect to it by using remote desktop (RDP).
17
+
In this quickstart, you create a Windows-based lab virtual machine (VM) with Azure Lab Services and connect to it by using remote desktop (RDP). Azure Lab Services enables you to create labs with infrastructure managed by Azure. You can create labs for running classroom trainings, hackathons, or for experimenting.
17
18
18
-
To create the lab VM, you first create a lab plan in the Azure portal, and use the Azure Lab Services website to add a lab based on an Azure Marketplace VM image. After you publish the VM, you can then register for the lab and connect to it by using remote desktop.
19
+
To create the lab VM, you first create a lab plan in the Azure portal. Use the Azure Lab Services website to add a lab based on an Azure Marketplace VM image. After you publish the VM, you can register for the lab and connect to it by using remote desktop.
19
20
20
-
:::image type="content" source="./media/quick-create-connect-lab/lab-services-process-windows-lab.png" alt-text="Diagram that shows the steps for creating a lab with Azure Lab Services, highlighting Create a lab plan, create lab, publish lab, and connect to lab.":::
21
+
:::image type="content" source="./media/quick-create-connect-lab/lab-services-process-windows-lab.png" alt-text="Diagram that shows the steps for creating a lab with Azure Lab Services, highlighting Create a lab plan, create lab, publish lab, and connect to lab." lightbox="./media/quick-create-connect-lab/lab-services-process-windows-lab.png":::
21
22
22
23
After you complete this quickstart, you'll have a lab that you can connect to and use for your own experimentation, or you can invite other lab users.
23
24
@@ -38,11 +39,11 @@ Follow these steps to add a lab to the lab plan you created earlier:
38
39
39
40
1. Sign in to the [Azure Lab Services website](https://labs.azure.com) by using the credentials for your Azure subscription.
40
41
41
-
1. Select **New lab**.
42
+
1. Select **Create lab**.
42
43
43
-
:::image type="content" source="./media/quick-create-connect-lab/new-lab-button.png" alt-text="Screenshot of the Azure Lab Services website, highlighting the New lab button.":::
44
+
:::image type="content" source="./media/quick-create-connect-lab/new-lab-button.png" alt-text="Screenshot of the Azure Lab Services website, highlighting the Create lab button." lightbox="./media/quick-create-connect-lab/new-lab-button.png":::
44
45
45
-
1. On the **New Lab** page, enter the following information, and then select **Next**:
46
+
1. On the **New lab** page, enter the following information, and then select **Next**.
46
47
47
48
| Field | Description |
48
49
| ------------ | -------------------------- |
@@ -51,11 +52,11 @@ Follow these steps to add a lab to the lab plan you created earlier:
51
52
|**Virtual machine size**| Select *Medium*. |
52
53
|**Location**| Leave the default value. |
53
54
54
-
Some virtual machine sizes might not be available depending on the lab plan region and your subscription core limit. Learn more about [virtual machine sizes in the administrator's guide](./administrator-guide.md#vm-sizing) and how to [request additional capacity](./how-to-request-capacity-increase.md).
55
+
Some virtual machine sizes might not be available depending on the lab plan region and your subscription core limit. Learn more about [virtual machine sizes in the administrator's guide](./administrator-guide.md#vm-sizing) and how to [request more capacity](./how-to-request-capacity-increase.md).
55
56
56
57
You can [enable or disable specific virtual machine images](./specify-marketplace-images.md#enable-and-disable-images) by configuring the lab plan.
57
58
58
-
1. On the **Virtual machine credentials** page, specify the default **username** and **password**, and then select**Next**.
59
+
1. On the **Virtual machine credentials** page, specify the default **Username** and **Password**. Select**Next**.
59
60
60
61
By default, all the lab VMs use the same credentials.
61
62
@@ -64,29 +65,29 @@ Follow these steps to add a lab to the lab plan you created earlier:
64
65
65
66
:::image type="content" source="./media/quick-create-connect-lab/new-lab-credentials.png" alt-text="Screenshot of the Virtual machine credentials page in the Azure Lab Services website.":::
66
67
67
-
1. On the **Lab policies** page, leave the default values and select **Next**.
68
+
1. On the **Lab policies** page, accept the default values and select **Next**.
68
69
69
70
1. On the **Template virtual machine settings** page, select **Use virtual machine image without customization**.
70
71
71
-
In this quickstart, you use the VM image as-is, known as a *templateless VM*. Azure Lab Services also supports creating a *template VM*, which lets you make configuration changes or install software on top of the VM image.
72
+
In this quickstart, you use the VM image as-is, known as a *templateless VM*. Azure Lab Services also supports creating a *template VM*, which lets you configure the VM and install software in the VM image.
72
73
73
-
:::image type="content" source="./media/quick-create-connect-lab/templateless-virtual-machine-settings.png" alt-text="Screenshot of the Template virtual machine settings page, with the option selected to create a templateless VM.":::
74
+
:::image type="content" source="./media/quick-create-connect-lab/templateless-virtual-machine-settings.png" alt-text="Screenshot of the Template virtual machine settings page, with the option selected to create a templateless VM.":::
74
75
75
-
1. Select **Finish** to start the lab creation. It might take several minutes for the lab creation to finish.
76
+
1. Select **Finish** to start the lab creation. It might take several minutes to create the lab.
76
77
77
78
1. When the lab creation finishes, you can see the lab details in the **Template** page.
78
79
79
-
:::image type="content" source="./media/quick-create-connect-lab/templateless-template.png" alt-text="Screenshot of Template page for a templateless lab.":::
80
+
:::image type="content" source="./media/quick-create-connect-lab/templateless-template.png" alt-text="Screenshot of Template page for a templateless lab." lightbox="./media/quick-create-connect-lab/templateless-template.png":::
80
81
81
-
## Publish lab
82
+
## Publish your lab
82
83
83
-
Before Azure Lab Services can create lab VMs for your lab, you first need to publish the lab. When you publish the lab, you need to specify the maximum number of lab VMs that Azure Lab Services creates. All VMs in the lab share the same configuration as the lab template.
84
+
Before Azure Lab Services can create lab VMs for your lab, you need to publish the lab. When you publish the lab, specify the maximum number of lab VMs that Azure Lab Services creates. All VMs in the lab share the same configuration as the lab template.
84
85
85
86
To publish the lab and create one lab VM:
86
87
87
88
1. On the **Template** page, select **Publish** on the toolbar.
88
89
89
-
:::image type="content" source="./media/quick-create-connect-lab/template-page-publish-button.png" alt-text="Screenshot of Azure Lab Services template page. The Publish template menu button is highlighted.":::
90
+
:::image type="content" source="./media/quick-create-connect-lab/template-page-publish-button.png" alt-text="Screenshot of Azure Lab Services template page. The Publish template menu button is highlighted." lightbox="./media/quick-create-connect-lab/template-page-publish-button.png":::
90
91
91
92
> [!WARNING]
92
93
> Publishing is an irreversible action, and can't be undone.
@@ -97,25 +98,25 @@ To publish the lab and create one lab VM:
97
98
98
99
1. Wait until the publishing finishes. You can track the publishing status on the **Template** page.
99
100
100
-
:::image type="content" source="./media/quick-create-connect-lab/publish-template-progress.png" alt-text="Screenshot of Azure Lab Services template page. The publishing in progress message is highlighted.":::
101
+
:::image type="content" source="./media/quick-create-connect-lab/publish-template-progress.png" alt-text="Screenshot of Azure Lab Services template page. The publishing in progress message is highlighted." lightbox="./media/quick-create-connect-lab/publish-template-progress.png":::
101
102
102
103
1. On the **Virtual machine pool** page, confirm that there's one lab VM, named **Unassigned**, that is in the **Stopped** state.
103
104
104
-
:::image type="content" source="./media/quick-create-connect-lab/virtual-machines-stopped.png" alt-text="Screenshot that shows the list of virtual machines for the lab. The lab VM shows as unassigned and stopped.":::
105
+
:::image type="content" source="./media/quick-create-connect-lab/virtual-machines-stopped.png" alt-text="Screenshot that shows the list of virtual machines for the lab. The lab VM shows as unassigned and stopped." lightbox="./media/quick-create-connect-lab/virtual-machines-stopped.png":::
105
106
106
107
## Start and connect to lab VM
107
108
108
-
After you publish the lab, you can now start the lab VM and connect to it by using remote desktop client software. In this quickstart, you use the lab VM yourself and you don't assign it to another user.
109
+
After you publish the lab, you can start the lab VM and connect to it by using Remote Desktop. In this quickstart, you use the lab VM yourself. You don't assign it to another user.
109
110
110
111
1. On the **Virtual machine pool** page, toggle the lab VM **State**, and then select **Start** to start the lab VM.
111
112
112
113
Starting the lab VM can take a few minutes.
113
114
114
-
:::image type="content" source="./media/quick-create-connect-lab/virtual-machines-start.png" alt-text="Screenshot that shows how to start a lab VM by toggling the state in the list of virtual machines.":::
115
+
:::image type="content" source="./media/quick-create-connect-lab/virtual-machines-start.png" alt-text="Screenshot that shows how to start a lab VM by toggling the state in the list of virtual machines." lightbox="./media/quick-create-connect-lab/virtual-machines-start.png":::
115
116
116
117
1. When the lab VM is in the **Running** state, select the **Connect** icon to download the remote desktop connection file to your computer.
117
118
118
-
:::image type="content" source="./media/quick-create-connect-lab/virtual-machines-connect.png" alt-text="Screenshot that shows how to get the connection details for the lab VM in the list of virtual machines.":::
119
+
:::image type="content" source="./media/quick-create-connect-lab/virtual-machines-connect.png" alt-text="Screenshot that shows how to get the connection details for the lab VM in the list of virtual machines." lightbox="./media/quick-create-connect-lab/virtual-machines-connect.png":::
119
120
120
121
1. Open the downloaded remote desktop connection file to connect to the lab VM.
121
122
@@ -136,11 +137,11 @@ You can now explore and experiment within the lab virtual machine.
136
137
137
138
[!INCLUDE [Troubleshoot region restriction](./includes/lab-services-troubleshoot-region-restriction.md)]
138
139
139
-
## Next steps
140
+
## Next step
140
141
141
-
You've successfully created a lab virtual machine for experimenting inside the VM. You created a lab plan in the Azure portal and added a lab from the Azure Lab Services website. You then published the lab to create the lab VM, and connect to it with remote desktop.
142
+
Youcreated a lab virtual machine for experimenting inside the VM. You created a lab plan in the Azure portal and added a lab from the Azure Lab Services website. You published the lab to create the lab VM, and connected to it with Remote Desktop.
142
143
143
-
Azure Lab Services supports different Microsoft Entra roles to delegate specific tasks and responsibilities to different people in your organization. In the next tutorial, you learn how to set up a lab for classroom teaching, where you assign permissions to lab creators and invite lab users to connect to the lab VMs.
144
+
Azure Lab Services supports different Microsoft Entra roles to delegate specific tasks and responsibilities to different people in your organization. In the next tutorial, you learn how to set up a lab for classroom teaching. You assign permissions to lab creators and invite lab users to connect to the lab VMs.
144
145
145
146
> [!div class="nextstepaction"]
146
147
> [Tutorial: Create a lab for classroom training](./tutorial-setup-lab.md)
0 commit comments