Skip to content

Commit c0aa0dd

Browse files
authored
Merge pull request #105021 from EMaher/enewman/update-schedule-info
Updating lab concepts with schedule types.
2 parents ab76855 + 37a8e63 commit c0aa0dd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/lab-services/classroom-labs/classroom-labs-concepts.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ The following list contains key Lab Services concepts and definitions:
2525

2626
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.
2727

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.
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 aren't used for that student.
2929

3030
## Schedules
3131

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.
32+
Schedules are the time slots that a teacher can create for the class so the student VMs are available for class time. Schedules can be one-time or recurring. Quota hours aren't used when a schedule is running.
33+
34+
There are three types of schedules: Standard, Start only and Stop only.
35+
36+
- **Standard**. This schedule will start all student VMs at the specified start time and shutdown all student VMs at the specified stop time.
37+
- **Start only**. This schedule will start all student VMs at the specified time. Student VMs won't be stop until a student stops the their VM through the Azure Lab Services portal or a stop only schedule occurs.
38+
- **Stop only**. This schedule will stop all student VMs at the specified time.
3339

3440
## Template virtual machine
3541

0 commit comments

Comments
 (0)