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/classroom-labs/classroom-labs-concepts.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,44 +18,54 @@ ms.author: spelluru
18
18
---
19
19
20
20
# Classroom Labs concepts
21
+
21
22
The following list contains key Lab Services concepts and definitions:
22
23
23
24
## Quota
24
-
Quota is the time limit (in hours) that a teacher can set for a student to use a lab VM. It can be set to 0, or a specific number of hours. If the quota is set to 0, a student can only use the virtual machine when a schedule is running or when a teacher manually turns on the virtual machine for the student.
25
-
25
+
26
+
Quota is the time limit (in hours) that a teacher can set for a student to use a lab VM. It can be set to 0, or a specific number of hours. If the quota is set to 0, a student can only use the virtual machine when a schedule is running or when a teacher manually turns on the virtual machine for the student.
27
+
28
+
Quota hours are counted when the student starts the lab VM themselves. If a teacher manually starts the lab VM for a student, quota hours are not used for that student.
29
+
26
30
## Schedules
27
-
Schedules are the time slots(one time or recurring) that a teacher can create for the class. All virtual machines in the lab are automatically started at the beginning to the schedule and they are stopped at the end of the schedule. Quota hours are not used when a schedule is running.
31
+
32
+
Schedules are the time slots (one time or recurring) that a teacher can create for the class. All virtual machines in the lab are automatically started at the beginning to the schedule and stopped at the end of the schedule. Quota hours are not used when a schedule is running.
28
33
29
34
## Template virtual machine
30
-
A template virtual machine in a lab is a base virtual machine image from which all users’ virtual machines are created. Trainers/lab creators set up the template virtual machine and configure it with the software that they want to provide to training attendees to do labs. When you publish a template VM, Azure Lab Services creates or updates lab VMs based on the template VM.
31
35
36
+
A template virtual machine in a lab is a base virtual machine image from which all users’ virtual machines are created. Trainers/lab creators set up the template virtual machine and configure it with the software that they want to provide to training attendees to do labs. When you publish a template VM, Azure Lab Services creates or updates lab VMs based on the template VM.
32
37
33
38
## User profiles
34
-
This article describes different user profiles in Azure Lab Services.
39
+
40
+
This article describes different user profiles in Azure Lab Services.
35
41
36
42
### Lab account owner
37
-
Typically, and IT administrator of organization's cloud resources, who owns the Azure subscription acts as a lab account owner and does the following tasks:
43
+
44
+
Typically, and IT administrator of organization's cloud resources, who owns the Azure subscription acts as a lab account owner and does the following tasks:
38
45
39
46
- Sets up a lab account for your organization.
40
47
- Manages and configures policies across all labs.
41
48
- Gives permissions to people in the organization to create a lab under the lab account.
42
49
43
50
### Professor
44
-
Typically, users such as a teacher or an online trainer creates classroom labs under a lab account. An educator does the following tasks:
51
+
52
+
Typically, users such as a teacher or an online trainer creates classroom labs under a lab account. An educator does the following tasks:
45
53
46
54
- Creates a classroom lab.
47
-
- Creates virtual machines in the lab.
55
+
- Creates virtual machines in the lab.
48
56
- Installs the appropriate software on virtual machines.
49
57
- Specifies who can access the lab.
50
58
- Provides registration link to the lab to students.
51
59
52
60
### Student
61
+
53
62
A student does the following tasks:
54
63
55
-
- Uses the registration link that the lab user receives from a lab creator to register with the lab.
56
-
- Connects to a virtual machine in the lab and use it for doing class work, assignments, and projects.
64
+
- Uses the registration link that the lab user receives from a lab creator to register with the lab.
65
+
- Connects to a virtual machine in the lab and use it for doing class work, assignments, and projects.
57
66
58
67
## Next steps
68
+
59
69
Get started with setting up a lab account that's required to create a classroom lab using Azure Lab Services:
60
70
61
71
-[Set up a lab account](tutorial-setup-lab-account.md)
0 commit comments