Monday 22 July 2024

Create a lab for classroom training with Azure Lab Services (lab)

 

Create a lab for classroom training with Azure Lab ServicesDiagram that shows the steps involved in creating a lab with Azure Lab Services.

You need the Lab Creator Azure RBAC role to create labs for a lab plan. Depending on your organization, the responsibilities for creating lab plans and labs might be assigned to different people or teams. Learn more about mapping permissions across your organization.

After you complete this tutorial, lab users can register for the lab using their email, and connect to their lab virtual machine with remote desktop (RDP).

In this tutorial, you learn how to:

  • Create a lab
  • Customize the lab template
  • Publish the lab to create lab VMs
  • Add a recurring lab schedule
  • Invite users to the lab by email

Prerequisites

Create a lab

You use the Azure Lab Services website to create a customizable lab (lab template) in the lab plan. In Azure Lab Services, a lab contains the configuration and settings for creating lab VMs. All lab VMs in a lab are the same. In the next section, you customize the lab template for the classroom training.

Follow these steps to add a lab to a lab plan.

  1. Sign in to the Azure Lab Services website by using the credentials for your Azure subscription.

  2. Select Create lab.

    Screenshot of the Azure Lab Services website, highlighting the Create lab button.

  3. On the New lab page, enter the following information, and then select Next:

    FieldDescription
    NameEnter Programming-101.
    Virtual machine imageSelect Windows 11 Pro.
    Virtual machine sizeSelect Small.
    LocationLeave the default value.

    Some virtual machine sizes might not be available depending on the lab plan region and your subscription core limit. Learn more about virtual machine sizes in the administrator's guide and how to request more capacity.

  4. On the Virtual machine credentials page, specify the default Username and Password, and then select Next.

    By default, all the lab VMs use the same credentials.

     Important

    Make a note of user name and password. They won't be shown again.

    Screenshot of the Virtual machine credentials page in the Azure Lab Services website.

  5. On the Lab policies page, accept the default values and select Next.

  6. On the Template virtual machine settings page, select Create a template virtual machine.

    template virtual machine enables you to make configuration changes or install software on the base VM image.

    Screenshot of the Template virtual machine settings page, highlighting the option to create a template VM.

  7. Select Finish to start creating the lab. It might take several minutes.

  8. When the lab creation finishes, you can see the lab details in the Template page.

    Screenshot of Template page for a lab, which displays the template.

Add a lab schedule

Instead of each lab user starting their lab VM manually, you can optionally create a lab schedule to automatically start and stop the lab VMs according to your training calendar. Azure Lab Services supports one-time events or recurring schedules.

You can also use a quota to manage the number of hours that lab users can run their lab virtual machine.

Follow these steps to add a recurring schedule to your lab:

  1. On the Schedule page for the lab, select Add scheduled event on the toolbar.

    Screenshot of the Add scheduled event button on the Schedule page, highlighting the Schedule menu and Add scheduled event button.

  2. On the Add scheduled event page, enter the following information:

    FieldValue
    Event typeStandard
    Start dateEnter a start date for the classroom training.
    Start timeEnter a start time for the classroom training.
    Stop timeEnter an end time for the classroom training.
    Time zoneSelect your time zone.
    RepeatKeep the default value, which is a weekly recurrence for four months.
    NotesOptionally enter a description for the schedule.
  3. Select Save to confirm the lab schedule.

    Screenshot of the Add scheduled event window.

  4. In the calendar view, confirm that the scheduled event is present.

    Screenshot of the Schedule page for Azure Lab Services. Repeating schedule, Monday through Friday shown in the calendar.

Customize the lab template

The lab template serves as the basis for the lab VMs. To make sure that lab users have the right configuration and software components, you can customize the lab template.

To customize the lab template, start the template virtual machine. Then connect and configure it for the classroom training.

Use the following steps to update a template VM.

  1. On the Template page for the lab, select Start template on the toolbar.

    It might take a few minutes for the VM to start.

  2. After the template VM starts, select Connect to template, and open the downloaded remote desktop connection file.

    Screenshot that shows the Template page for a lab, highlighting Connect to template.

  3. Sign in to the template VM with the credentials you specified for the lab.

  4. Install any software that you need for the classroom training. For example, you might install Visual Studio Code for a general programming course.

  5. Close your remote desktop session to disconnect from the template VM.

  6. On the Template page, select Stop template.

You customized the lab template for the course. After you publish, every VM in the lab has the same configuration as the template VM.

Publish lab

All VMs in the lab share the same configuration as the lab template. Before Azure Lab Services creates lab VMs for your lab, you need to publish the lab. You can specify the maximum number of lab VMs that Azure Lab Services creates. You can also modify the number of lab virtual machines at a later stage.

To publish the lab and create the lab VMs:

  1. On the Template page, select Publish on the toolbar.

    Screenshot that shows the Template page for the lab, highlighting the Publish template menu button.

     Warning

    Publishing is an irreversible action, and can't be undone.

  2. On the Publish template page, enter 3 for the number of VMs, and then select Publish.

    It can take up to 20 minutes for the process to complete. You can track the publishing status on the Template page.

  3. On the Virtual machine pool page, confirm that the labs VMs are created.

    The lab VMs are currently stopped and unassigned, which means that they aren't assigned to specific lab users.

    Screenshot that shows the list of virtual machines for the lab. The lab VMs show as unassigned and stopped.

 Caution

When you republish a lab, Azure Lab Services recreates all existing lab virtual machines and removes all data from the virtual machines.

Invite users

By default, Azure Lab Services restricts access to a lab. Only listed users can register for a lab and use a lab VM. Optionally, you can turn off restricted access.

To allow access for users to a lab, perform the following steps:

  1. Add the users to the lab.
  2. Invite the users to lab by providing them with a registration link.

Add users to the lab

Azure Lab Services supports multiple ways to add users to a lab:

  • Enter email addresses manually
  • Upload a CSV file with student information
  • Sync the lab with a Microsoft Entra group

In this tutorial, manually add the users by providing email addresses. To add the users, follow these steps:

  1. Select the Users page for the lab, and select Add users manually.

    Screenshot that shows the Users page, highlighting Add users manually.

  2. On the Add users page, enter the lab user email addresses on separate lines or on a single line separated by semicolons.

    Screenshot that shows the Add users page, enabling you to enter user email addresses.

  3. Select Add to add the users and grant them access to the lab.

You added users to the lab. On the Users page, you can see that their status is Not registered. You can now invite these users to the lab by sending them a registration link.

Send invitation emails

After you add users to the lab, they can register for the lab by using a registration link for the lab. You can either manually provide users with the link or Azure Lab Services can send invitation emails.

  1. On the Users page for the lab, select Invite all on the toolbar.

    Screenshot of the User page in Azure Lab Services, highlighting the Invite all button.

  2. On the Send invitation by email page, enter an optional message, and then select Send.

    The email automatically includes the registration link. You can also get this registration link by selecting ... (ellipsis) > Registration link on the toolbar.

    Screenshot that shows the Send invitation by email page in the Azure Lab Services website.

  3. You can track the status of the invitation in the Users list.

    The status should change to Sending and then to Sent on <date>.

    After users register for the lab, their names appear on the Users page.

Troubleshooting

Lab creation fails with You are not authorized to access this resource

When you create a new lab plan, it might take a few minutes for the permissions to propagate to the lab level. You can assign the Lab Creator role at the resource group level to prevent this behavior:

  1. In the Azure portal, go to the resource group that contains the lab plan.
  2. Select Access control (IAM) from the left navigation.
  3. Select Add > Add role assignment.
  4. Assign the Lab Creator role to the user account.

Lab creation fails with Subscription has labs in 2 regions, and the regional limit for this subscription is 2

Create a project in Azure DevOps

 

Create a project in Azure DevOps

Azure DevOps Services | Azure DevOps Server 2022 - Azure DevOps Server 2019

Create an Azure DevOps project to establish a repository for source code and to plan and track work. You can manage and structure your project to support your business needs. Each project provides boundaries to isolate data from other projects. For more information, see About projects and scaling your organization.

 Important

Select a version from Azure DevOps Content Version selector.

Select the version of this article that corresponds to your platform and version. The version selector is above the table of contents. Look up your Azure DevOps platform and version.

Prerequisites

  • You need an organization before you can create a project. If you don't have an organization, create an organization.
  • You must be a member of the Project Collection Administrators group or have the collection-level "Create new projects" permission set to Allow. If you're the Organization owner, you're automatically added to the Project Collection Administrators group. For more information, see Change project collection-level permissions.

 Important

To create a public project or to make a private project public, see the information in Make a private project public. You must enable additional policy settings to work with public projects. Then, return to this article to create your project.

Create a project

You can create up to 1000 projects within an organization in Azure DevOps. For more information, see Work tracking, process, and project limits.

  1. Sign in to your organization (https://dev.azure.com/{yourorganization}).

  2. Select New project.

    Screenshot of listed projects and highlighted New projects button.

  3. Enter information into the form provided.

    • Provide a name for your project. Your project name can't contain special characters, such as / : \ ~ & % ; @ ' " ? < > | # $ * } { , + = [ ], can't begin with an underscore, can't begin or end with a period, and must be 64 or fewer characters.
    • Enter an optional description.
    • Choose the visibility, initial source control type, and work item process. For more information, see Choosing the right version control for your project and Choose a process.

    Screenshot of create new project form.

    When you choose public visibility, anyone on the internet can view your project. With private visibility, only users you give access to can view your project. For more information about features and access levels for public projects, see Make a private project public. If the Public option isn't available, you need to change the policy.

  4. Select Create. Azure DevOps displays the project welcome page.

    Screenshot of project creation confirmation dialog.

    Select one of the following options to continue:

List projects

View a list of projects from your web browser.

  1. Sign in to your organization (https://dev.azure.com/{yourorganization}).

  2. Select Organization settings and then select Projects.

    Screenshot of highlighted Project button and resulting list.

    Open your desired project. For more information, see About settings at the user, team, project, or organization-level.

Get list of organizations backed by Microsoft Entra ID


Get list of organizations backed by Microsoft Entra ID

Azure DevOps Services

Learn how to download a complete list of organizations backed by a Microsoft Entra tenant. On this list, you can find the following information:

  • organization IDs
  • organization names
  • organization URLs
  • organization owners

Prerequisites

You must be a member of an Azure DevOps organization connected to Microsoft Entra ID.

Get list of organizations

Using any organization backed by your Microsoft Entra ID, complete the following steps. If you don't have access to an organization, create one by signing in to Start.VisualStudio.com with your Microsoft Entra identity. You can delete the organization when you're done.

  1. Sign in to your organization (https://dev.azure.com/{yourorganization}).

  2. Select gear icon Organization settings.

    Screenshot showing highlighted Organization settings button.

  3. Select Microsoft Entra ID, and then Download.

    Select Microsoft Entra ID, and then Download

Create an organization

 

Create an organization

Use an organization to connect groups of related projects, and help to scale up your enterprise. You can use a personal Microsoft account, GitHub account, or a work or school account. Use your work or school account to automatically connect your organization to your Microsoft Entra ID.

Prerequisites

 Important

Adhere to the following guidelines when you create an organization name.

  • Use only letters from the English alphabet
  • Start your organization name with a letter or number
  • Use letters, numbers, or hyphens after the initial character
  • Ensure that your organization doesn't exceed 50 Unicode characters
  • End with a letter or number

If you use any of the disallowed characters, you get the following error message: VS850015: The specified name is not allowed to be used: {Organization name}.

Create an organization

  1. Sign in to Azure DevOps.

  2. Select New organization.

    Select New organization

  3. Confirm information, and then select Continue.

    Create your organization in Azure DevOps

    Taking you to your organization notification

    Congratulations, you're an organization owner!

    Sign in to your organization at any time, https://dev.azure.com/{yourorganization}.

With your organization, the following aspects are included in the free tier:

  • First five users free (Basic license)
  • Azure Pipelines
    • One Microsoft-hosted CI/CD (one concurrent job, up to 30 hours per month)
    • One self-hosted CI/CD concurrent job
  • Azure Boards: Work item tracking and boards
  • Azure Repos: Unlimited private Git repos
  • Azure Artifacts: Two GiB free per organization