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
title: Accelerated lab account set up guide | Azure Lab Services
3
3
description: This guide helps administrators quickly set up a lab account for use within their school.
4
4
services: lab-services
5
5
documentationcenter: na
@@ -17,7 +17,7 @@ ms.author: spelluru
17
17
18
18
---
19
19
20
-
# Lab Account Setup Guide
20
+
# Lab Account Set Up Guide
21
21
22
22
The first step that needs to be completed by administrators is to set up a lab account within your Azure subscription. A lab account is a container for your classroom labs and only takes a few minutes to set up.
23
23
@@ -57,7 +57,7 @@ To understand how to configure your lab account based on your school's needs, yo
57
57
58
58
1.**Do the lab's virtual machines (VMs) need to have access to other Azure or on-prem resources?**
59
59
60
-
When you setup a lab account, you also have the option to peer with a virtual network (VNet). To decide whether you need to peer with a VNet, consider the following questions:
60
+
When you set up a lab account, you also have the option to peer with a virtual network (VNet). To decide whether you need to peer with a VNet, consider the following questions:
61
61
-**Do you need to provide access to a licensing server?**
title: Accelerated classroom lab set up guide | Azure Lab Services
3
3
description: This guide helps lab creators quickly set up a lab account for use within their school.
4
4
services: lab-services
5
5
documentationcenter: na
@@ -17,13 +17,13 @@ ms.author: spelluru
17
17
18
18
---
19
19
20
-
# Classroom Lab Setup Guide
20
+
# Classroom Lab Set Up Guide
21
21
22
22
The process for publishing a lab to your students can take up to several hours depending on the number of virtual machines (VMs) that will be created in your lab. You should give yourself at least a day to set up a lab to ensure that it's working properly and to allow enough time to publish students' VMs.
23
23
24
24
## Understand your class's lab requirements
25
25
26
-
Before you setup a new lab, you should consider the following questions:
26
+
Before you set up a new lab, you should consider the following questions:
27
27
28
28
1.**What software requirements does the class have?**
29
29
@@ -48,7 +48,7 @@ Before you setup a new lab, you should consider the following questions:
48
48
49
49
> [!NOTE]
50
50
> Depending on the region you select for your lab, you may see fewer compute sizes available since this varies by region. If you need to create a lab using a large number of GPU VMs, you should coordinate with your account specialist to submit a request to ensure that the number VMs are available within your region. Our general recommendation is to select the smallest compute size that is closest to your needs. With Lab Services, you can easily set up a new lab with a different compute capacity later if needed.
51
-
51
+
52
52
1.**What dependencies does the class have on external Azure or network resources?**
53
53
54
54
If your lab VMs need to use external resources, such as a database, file share, licensing server, etc. you will need to coordinate with your administrators to ensure that your lab has access to these resources.
@@ -60,7 +60,7 @@ Before you setup a new lab, you should consider the following questions:
60
60
61
61
1.**How will costs be controlled?**
62
62
63
-
AzLabs uses a pay-as-you go pricing model which means that you only pay for the time that a lab VM is running. To control costs, you have three options that are typically used in conjunction with one another:
63
+
Lab Services uses a pay-as-you go pricing model which means that you only pay for the time that a lab VM is running. To control costs, you have three options that are typically used in conjunction with one another:
64
64
65
65
-**Schedule** - A schedule allows you to automatically control when your labs' VMs are started and shut down.
66
66
-**Quota** - The quota controls the number of hours that students will have access to a VM outside of the scheduled hours. If the quota is reached while a student is using it, the VM is automatically shut down and the student is not able to restart the VM unless the quota is increased.
@@ -70,6 +70,7 @@ Before you setup a new lab, you should consider the following questions:
70
70
> This setting currently only exists for Windows; Linux support is coming soon.
71
71
72
72
1.**How will students connect to their VM?**
73
+
73
74
For RDP to Windows VMs, we recommend students use [Microsoft Remote Desktop client](https://docs.microsoft.com/windows-server/remote/remote-desktop-services/clients/remote-desktop-clients). Remote Desktop client supports Macs, Chromebooks, and Windows.
74
75
75
76
For Linux VMs, students may use either SSH or RDP. To connect using RDP, you are responsible for installing and configuring the necessary RDP and GUI packages. More details on this is provided below.
0 commit comments