Skip to content

Files

Latest commit

81c33cc · Mar 27, 2022

History

History
91 lines (55 loc) · 5.22 KB

classroom-labs-concepts.md

File metadata and controls

91 lines (55 loc) · 5.22 KB
title description ms.topic ms.date
Labs concepts - Azure Lab Services | Microsoft Docs
Learn the basic concepts of Lab Services, and how it can make it easy to create and manage labs.
how-to
01/27/2022

Labs concepts

This article describes key Azure Lab Services concepts and definitions.

Schedules

Schedules are the time slots that an educator creates so the lab VMs are available for class time. Schedules can be one-time or recurring. Any scheduled time doesn't count against extra time students may be given to complete homework. A lab can use quota time, scheduled time, or a combination of both.

Scheduled time is commonly used when students are following the educator's directions during class hours. For more information about schedules, see Create and manage schedules for labs in Azure Lab Services.

All the student VMs are started with schedules. (Unclaimed VMs aren't started when schedules run.) VMs are started even if a student doesn't sign into a VM. To help reduce likelihood of accruing costs when a VM isn't being used, see Configure automatic shutdown of VMs for a lab.

There are two types of schedules.

  • Standard. This schedule will start all student VMs at the specified start time and shut down all lab VMs at the specified stop time.
  • Stop only. This schedule will stop all lab VMs at the specified time, even if the VM was manually started by an educator or student.

Quota

Quota is the limit of time a student may use their VM outside of class. Allowing time for homework is done by using quota hours. If no quota is assigned, students can only use their VM during scheduled time or if the educator starts the VM for them.

Quota hours are counted when the student starts the lab VM themselves. If an educator manually starts the lab VM for a student, quota hours aren't used for that student.

A lab can use either quota time, scheduled time, or a combination of both.

Automatic shut-down

Anytime a machine is Running, costs are being incurred, even if no one is connected to the VM. You can enable several auto-shutdown features to avoid extra costs when the VMs aren't being used. The are three auto-shutdown policies available in Azure Lab Services.

  • Disconnect idle virtual machines.
  • Shut down virtual machines when students disconnect from the virtual machine.
  • Shut down virtual machines when students don't connect a recently started virtual machine.

For more information, see Configure automatic shutdown of VMs for a lab plan.

Template virtual machine

A template VM in a lab is a base image from which all students' VMs are created. Educators configure the template VM with the software needed to complete the lab. When educators publish a template VM, Azure Lab Services creates or updates student lab VMs to match the template VM.

Labs can be created without needing a template VM, if using the April 2022 Update (preview). The Marketplace or Azure Compute Gallery image is used as-is to create the student's VMs.

Lab plans

Lab plans are an Azure resource and contain settings used when creating new labs. Lab plans control the networking setup, which VM images are available and if Canvas integration can be used for a lab. To create a lab plan, see Quickstart: Create a lab plan using the Azure portal.

User profiles

Azure Lab Services was designed with three major personas in mind: administrators, educators, and students. You'll see these three roles mentioned throughout Azure Lab Services documentation. This section describes each persona and the tasks they’re typically responsible for.

Administrator

An IT administrator for organization is typically the lab plan owner. The lab plan owner is often the one owns the Azure subscription and does the following tasks:

  • Creates and organizes resource groups to contain lab plans and labs.
  • Creates lab plans for your organization.
  • Manages and configures policies across all labs.
  • Gives permissions to educators in the organization to create a lab using the lab plan.

Educator

Educators, often a teacher or an online trainer, creates labs using a pre-created lab plan. An educator does the following tasks:

  • Creates a lab.
  • Installs the appropriate software on virtual machines template.
  • Publishes the lab to create VMs for the students.
  • Specifies which students can access the lab.
  • Sends registration link to the lab to students, if necessary.
  • Use the lab to teach their course.

Some organizations may opt to have their administrators complete the previous tasks to create and manage labs on behalf of the educators.

Student

A student does the following tasks:

  • Registers for the lab, if needed.
  • Connects to a VM in the lab and uses it for completing assigned work.

Next steps

The first action to take to use Azure Lab Services is to create a lab plan. Labs can be created only after a lab plan is created.