You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/devtest-labs/tutorial-create-custom-lab.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ To create a lab, follow these steps. For more information, see [Quickstart: Crea
54
54
1. Once **Succeeded** appears on the **Review + create** page, review the settings and then select **Create**.
55
55
56
56
> [!TIP]
57
-
> Select **Download a template for automation** at the bottom of the page to view and download the lab configuration as an Azure Resource Manager (ARM) template. You can use the ARM template to create more labs. For more information, see [Create VMs by using ARM templates](devtest-lab-use-resource-manager-template.md).
57
+
> Select **Download a template for automation** at the bottom of the page to view and download the lab configuration as an Azure Resource Manager (ARM) template. You can use the ARM template to create more labs. For more information, see [Quickstart: Use ARM templates to create labs in Azure DevTest Labs](create-lab-windows-vm-template.md).
58
58
59
59
1. After the lab creation process finishes, select **Go to resource** from the deployment notification.
60
60
@@ -80,7 +80,7 @@ To add a VM to the lab, follow these steps. For more information, see [Create la
80
80
-**Virtual machine size**: Keep the default value for the base, or select **Change Size** to select a different size.
81
81
-**Allow hibernation**: You can select this checkbox to enable hibernation for this VM. For this tutorial, keep the checkbox deselected.
82
82
>[!NOTE]
83
-
>If you enable hibernation, you must also select **Public IP** in the **Advanced settings**, because **Private** and **Shared IP** aren't supported if hibernation is enabled.
83
+
>If you enable hibernation, you must also select **Public** for **IP Address** in the **Advanced settings**, because **Private** and **Shared** IPs aren't supported if hibernation is enabled.
84
84
-**OS disk type**: You can select a disk type from the dropdown list. For this tutorial, keep the default value.
85
85
-**Artifacts**: You can select **Add or Remove Artifacts** to select and configure artifacts to add to the VM. For more information, see [Add artifacts](devtest-lab-add-vm.md#add-optional-artifacts).
86
86
@@ -124,15 +124,15 @@ To add users to a lab, you must be a [User Access Administrator](/azure/role-bas
124
124
125
125
1. On the **Members** tab, select **Select members**.
126
126
127
-
1. On the **Select members** screen, select the user or users to assign the **DevTest Labs User** role, and then select **Select**.
127
+
1. On the **Select members** screen, select the user or users to assign to the **DevTest Labs User** role, and then select **Select**.
128
128
129
129
1. Select **Review + assign** and then select **Review + assign** again to assign the role.
130
130
131
131
### Share a link to the lab
132
132
133
133
To share a link to the lab with your users, go to the lab home page in the [Azure portal](https://portal.azure.com) and copy the URL from your browser. Share the copied link with your lab users.
134
134
135
-
Lab users must have a Microsoft account, but they don't need to have an Azure account. If a lab user isn't a member of your Active Directory, they might see an error message when they try to access the shared link. If that happens, ask the user to first select their name in the upper-right corner of the Azure portal. They can then select the directory where the lab exists from the **Directory** section of the menu.
135
+
Lab users must have a Microsoft account, but they don't need an Azure account. If a lab user isn't a member of your Active Directory, they might see an error message when they try to access the shared link. If that happens, ask the user to first select their name in the upper-right corner of the Azure portal. They can then select the directory where the lab exists from the **Directory** section of the menu.
0 commit comments