Skip to content

Files

Latest commit

d1090cd · Jun 1, 2022

History

History
40 lines (28 loc) · 2.4 KB

how-to-create-schedules-within-teams.md

File metadata and controls

40 lines (28 loc) · 2.4 KB
title description ms.topic ms.date ms.custom
Create Azure Lab Services schedules within Teams
Learn how to create Lab Services schedules within Teams.
how-to
04/25/2022
devdivchpfy22

Create and manage Lab Services schedules within Teams

Schedules allow you to configure a classroom lab such that the VMs automatically start and shut down at a specified time. You can define a one-time schedule or a recurring schedule. The article covers the procedures to create and manage schedules for a lab.

Here's how schedules affect lab virtual machines:

  • Template VM isn't included in schedules.
  • Only assigned virtual machines are started. If a machine isn't claimed by user (student), the machine won't start on the scheduled hours.
  • All virtual machines (whether claimed by a user or not) are stopped based on the lab schedule.

Important

The scheduled run time of VMs doesn't count against the quota allotted to a user. The alloted quota is for the time outside of schedule hours that a student spends on VMs.

Users can create, edit, and delete lab schedules within Teams as in the Lab Services web portal: https://labs.azure.com. For more information, see creating and managing schedules.

Automatic shutdown and disconnect settings

You can enable several automatic shutdown cost control features to prevent extra costs when the VMs aren't being actively used. The combination of the following three automatic shutdown and disconnect features catches most of the cases where users accidentally leave their virtual machines running:

  • Automatically disconnect users from virtual machines that the OS considers idle.
  • Automatically shut down virtual machines when users disconnect.
  • Automatically shut down virtual machines that are started but users don't connect.

For more information, see the article on configuring auto-shutdown settings for a lab.

Next steps