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 |
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.
The following steps illustrate how to use the Azure portal to create a lab plan with Azure Lab Services.
-
Sign in to the Azure portal.
-
Select Create a resource in the upper left-hand corner of the Azure portal.
-
Search for lab plan. (Lab plan (preview) can also be found under the DevOps category.)
-
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":::
-
On the Basics tab of the Create a lab plan page, do the following actions:
-
Select the Azure subscription in which you want to create the lab plan.
-
For Resource group, select an existing resource group or select Create new, and enter a name for the new resource group.
-
For Name, enter a lab plan name. For more information about naming restrictions, see Microsoft.LabServices resource name rules.
-
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":::
-
If you would like to enable advanced networking, see Connect to your virtual network in Azure Lab Services.
-
Select Review + Create. When the validation succeeds, select Create.
-
Review the summary, and select Create.
:::image type="content" source="./media/tutorial-setup-lab-plan/create-button.png" alt-text="Review + create -> Create":::
-
-
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":::
-
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":::
[!INCLUDE Add Lab Creator role]
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