Skip to content

Commit 2f3abac

Browse files
committed
Update permissions prereqs
1 parent b9f7149 commit 2f3abac

6 files changed

+19
-10
lines changed

articles/lab-services/how-to-attach-detach-shared-image-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Saving images to a compute gallery and replicating those images incurs extra cos
2323

2424
## Prerequisites
2525

26-
- To change settings for the lab plan, your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or [Lab Services Contributor](/azure/role-based-access-control/built-in-roles#lab-services-contributor) role on the lab plan. Learn more about the [Azure Lab Services built-in roles](./administrator-guide.md#rbac-roles).
26+
- To change settings for the lab plan, your Azure account needs the [Owner](/azure/role-based-access-control/built-in-roles#owner), [Contributor](/azure/role-based-access-control/built-in-roles#contributor), or [Lab Services Contributor](/azure/role-based-access-control/built-in-roles#lab-services-contributor) role on the lab plan. Learn more about the [Azure Lab Services built-in roles](./concept-lab-services-role-based-access-control.md).
2727

2828
- To attach an Azure compute gallery to a lab plan, your Azure account needs to have the following permissions:
2929

articles/lab-services/how-to-create-lab-bicep.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ In this article, you learn how to create a lab using a Bicep file. For a detail
1515

1616
## Prerequisites
1717

18-
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
18+
[!INCLUDE [Azure subscription](./includes/lab-services-prerequisite-subscription.md)]
19+
[!INCLUDE [Create and manage labs](./includes/lab-services-prerequisite-create-lab.md)]
20+
[!INCLUDE [Existing lab plan](./includes/lab-services-prerequisite-lab-plan.md)]
1921

2022
## Review the Bicep file
2123

articles/lab-services/how-to-create-lab-powershell.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ In this article, you learn how to create a lab using PowerShell and the Azure mo
1414

1515
## Prerequisites
1616

17-
- Azure subscription. If you don't have one, [create a free account](https://azure.microsoft.com/free/) before you begin.
17+
[!INCLUDE [Azure subscription](./includes/lab-services-prerequisite-subscription.md)]
18+
[!INCLUDE [Create and manage labs](./includes/lab-services-prerequisite-create-lab.md)]
19+
[!INCLUDE [Existing lab plan](./includes/lab-services-prerequisite-lab-plan.md)]
20+
1821
- [Windows PowerShell](/powershell/scripting/windows-powershell/starting-windows-powershell).
1922
- [Azure Az PowerShell module](/powershell/azure/new-azureps-module-az). Must be version 7.2 or higher.
2023

articles/lab-services/how-to-create-lab-python.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ In this article, you learn how to create a lab using Python and the Azure Python
1313

1414
## Prerequisites
1515

16-
- Azure subscription. If you don’t have one, [create a free account](https://azure.microsoft.com/free/) before you begin.
16+
[!INCLUDE [Azure subscription](./includes/lab-services-prerequisite-subscription.md)]
17+
[!INCLUDE [Create and manage labs](./includes/lab-services-prerequisite-create-lab.md)]
18+
[!INCLUDE [Existing lab plan](./includes/lab-services-prerequisite-lab-plan.md)]
19+
1720
- [Setup Local Python dev environment for Azure](/azure/developer/python/configure-local-development-environment).
1821
- [The requirements.txt can be downloaded from the Azure Python samples](https://github.com/Azure-Samples/azure-samples-python-management/blob/main/samples/labservices/requirements.txt)
19-
- Lab plan. To create a lab plan, see [Create a lab plan using Python and the Azure Python libraries (SDK)](how-to-create-lab-plan-python.md).
2022

2123
## Create a lab
2224

articles/lab-services/how-to-create-lab-template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ If your environment meets the prerequisites and you're familiar with using ARM t
2020

2121
## Prerequisites
2222

23-
To complete this quick start, make sure that you have:
24-
25-
- Azure subscription. If you don’t have one, [create a free account](https://azure.microsoft.com/free/) before you begin.
26-
- Lab plan. If you haven't create a lab plan, see [Create a lab plan using an ARM template](how-to-create-lab-plan-template.md).
23+
[!INCLUDE [Azure subscription](./includes/lab-services-prerequisite-subscription.md)]
24+
[!INCLUDE [Create and manage labs](./includes/lab-services-prerequisite-create-lab.md)]
25+
[!INCLUDE [Existing lab plan](./includes/lab-services-prerequisite-lab-plan.md)]
2726

2827
## Review the template
2928

articles/lab-services/how-to-manage-labs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ This article describes how to create and delete labs. It also shows you how to v
1515

1616
## Prerequisites
1717

18+
[!INCLUDE [Azure subscription](./includes/lab-services-prerequisite-subscription.md)]
19+
[!INCLUDE [Create and manage labs](./includes/lab-services-prerequisite-create-lab.md)]
20+
[!INCLUDE [Existing lab plan](./includes/lab-services-prerequisite-lab-plan.md)]
21+
1822
- One or more labs. To create a lab, see [Tutorial: Create a lab](tutorial-setup-lab.md).
19-
- Permission to edit the lab. To give educators permission to add and create labs, see [Add a user to the Lab Creator role](quick-create-resources.md#add-a-user-to-the-lab-creator-role). For more role options, see [Lab Services built-in roles](administrator-guide.md#rbac-roles).
2023

2124
## View all labs
2225

0 commit comments

Comments
 (0)