Skip to content

Files

Latest commit

e38e1c6 · Jan 25, 2022

History

History
58 lines (41 loc) · 3.36 KB

tutorial-setup-lab-plan.md

File metadata and controls

58 lines (41 loc) · 3.36 KB
title description ms.topic ms.date ms.custom
Create a lab plan with Azure Lab Services | Microsoft Docs
Learn how to set up a lab plan with Azure Lab Services, add a lab creator, and specify Marketplace images to be used by labs in the lab plan.
tutorial
01/06/2022
subject-rbac-steps

Tutorial: Create a lab plan with Azure Lab Services

In Azure Lab Services, the lab plan serves as a collection of configurations and settings that apply to the labs created from it. In your lab plan, give permission to others to create labs, and set policies that apply to newly created labs. In this tutorial, learn how to create a lab plan.

In this tutorial, you do the following actions:

[!div class="checklist"]

  • Create a lab plan
  • Assign a user to the Lab Creator role

If you don't have an Azure subscription, create a free account before you begin.

Create a lab plan

The following steps illustrate how to use the Azure portal to create a lab plan with Azure Lab Services.

  1. Sign in to the Azure portal.

  2. Select Create a resource in the upper left-hand corner of the Azure portal.

  3. Search for lab plan. (Lab plan (preview) can also be found under the DevOps category.)

  4. On the Lab plan (preview) tile, select the Create dropdown and choose Lab plan.

    :::image type="content" source="./media/tutorial-setup-lab-plan/select-lab-plans-service.png" alt-text="All Services -> Lab Services":::

  5. On the Basics tab of the Create a lab plan page, do the following actions:

    1. Select the Azure subscription in which you want to create the lab plan.

    2. For Resource group, select an existing resource group or select Create new, and enter a name for the new resource group.

    3. For Name, enter a lab plan name. For more information about naming restrictions, see Microsoft.LabServices resource name rules.

    4. For Region, select a location/region in which you want to create the lab plan.

      :::image type="content" source="./media/tutorial-setup-lab-plan/lab-plan-basics-page.png" alt-text="Lab plan - basics page":::

    5. If you would like to enable advanced networking, see Connect to your virtual network in Azure Lab Services.

    6. Select Review + Create. When the validation succeeds, select Create.

    7. Review the summary, and select Create.

      :::image type="content" source="./media/tutorial-setup-lab-plan/create-button.png" alt-text="Review + create -> Create":::

  6. When the deployment is complete, select Go to resource under Next steps.

    :::image type="content" source="./media/tutorial-setup-lab-plan/go-to-lab-plan.png" alt-text="Go to lab plan page":::

  7. Confirm that you see the Lab Plan page.

    :::image type="content" source="./media/tutorial-setup-lab-plan/lab-plan-page.png" alt-text="Lab plan page":::

Add a user to the Lab Creator role

[!INCLUDE Add Lab Creator role]

Next steps

In this tutorial, you created a lab plan and gave lab creation permissions to an educator. To learn about how to create a lab as an educator, advance to the next tutorial:

[!div class="nextstepaction"] Create a lab