|
2 | 2 | title: "Tutorial: Create a lab"
|
3 | 3 | description: Use the Azure portal to create a lab, create a virtual machine in the lab, and add a lab user in Azure DevTest Labs.
|
4 | 4 | ms.topic: tutorial
|
5 |
| -ms.date: 03/29/2022 |
| 5 | +ms.date: 03/30/2022 |
6 | 6 | ---
|
7 | 7 |
|
8 | 8 | # Tutorial: Set up a lab in DevTest Labs by using the Azure portal
|
9 | 9 |
|
10 | 10 | In this Azure DevTest Labs tutorial, you learn how to:
|
11 | 11 |
|
12 | 12 | > [!div class="checklist"]
|
13 |
| -> * Create a lab in DevTest Labs |
14 |
| -> * Add an Azure virtual machine (VM) to the lab |
15 |
| -> * Add a user in the DevTest Labs User role |
16 |
| -> * Delete the lab when no longer needed |
| 13 | +> * Create a lab in DevTest Labs. |
| 14 | +> * Add an Azure virtual machine (VM) to the lab. |
| 15 | +> * Add a user in the DevTest Labs User role. |
| 16 | +> * Delete the lab when no longer needed. |
17 | 17 |
|
18 | 18 | In the [next tutorial](tutorial-use-custom-lab.md), lab users, such as developers, testers, and trainees, access the lab and claim, connect to, and unclaim lab VMs.
|
19 | 19 |
|
@@ -69,13 +69,13 @@ To add a VM to the lab, follow these steps. For more information, see [Create la
|
69 | 69 | 1. On the **Basic Settings** tab of the **Create lab resource** screen, provide the following information:
|
70 | 70 |
|
71 | 71 | - **Virtual machine name**: Keep the autogenerated name, or enter another unique VM name.
|
72 |
| - - **User name**: Keep the user name, or enter another user name to grant administrator privileges on the VM. |
73 |
| - - **Use a saved secret**: Select this checkbox to use a secret from Azure Key Vault instead of a password to access the VM. If you select this option, under **Secret**, select the secret to use from the dropdown list. For more information, see [Store secrets in a key vault](devtest-lab-store-secrets-in-key-vault.md). |
74 |
| - - **Password**: If you don't choose to use a secret, enter a VM password between 8 and 123 characters long. |
| 72 | + - **User name**: Keep the autogenerated user name, or enter another user name to grant administrator privileges on the VM. |
| 73 | + - **Use a saved secret**: You can select this checkbox to use a secret from Azure Key Vault instead of a password to access the VM. For more information, see [Store secrets in a key vault](devtest-lab-store-secrets-in-key-vault.md). For this tutorial, don't select the checkbox. |
| 74 | + - **Password**: If you don't use a secret, enter a VM password between 8 and 123 characters long. |
75 | 75 | - **Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
|
76 |
| - - **Virtual machine size**: Keep the default value for the base, or select **Change Size** to select different sizes. |
| 76 | + - **Virtual machine size**: Keep the default value for the base, or select **Change Size** to select a different size. |
77 | 77 | - **OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
|
78 |
| - - **Artifacts**: This field shows the number of artifacts configured for this VM base. Optionally, select **Add or Remove Artifacts** to [select and configure artifacts](devtest-lab-add-vm.md#add-artifacts-during-installation) to add to the VM. |
| 78 | + - **Artifacts**: Optionally, select **Add or Remove Artifacts** to [select and configure artifacts](devtest-lab-add-vm.md#add-artifacts-during-installation) to add to the VM. |
79 | 79 |
|
80 | 80 | :::image type="content" source="./media/tutorial-create-custom-lab/portal-lab-vm-basic-settings.png" alt-text="Screenshot of the Basic Settings tab of the Create lab resource page.":::
|
81 | 81 |
|
@@ -133,7 +133,7 @@ Use this lab for the next tutorial, [Access a lab in Azure DevTest Labs](tutoria
|
133 | 133 |
|
134 | 134 | If you created the lab in an existing resource group, deleting the lab removes all of the lab resources.
|
135 | 135 |
|
136 |
| -If you created a resource group for the lab, you can now delete that resource group. You can't delete a resource group that has a lab in it. Deleting the resource group that contained the lab deletes all resources in the resource group. |
| 136 | +If you created a resource group for the lab, you can now delete that resource group. You can't delete a resource group that has a lab in it. Deleting the resource group that contained the lab deletes all resources in the resource group. To delete the resource group: |
137 | 137 |
|
138 | 138 | 1. Select the resource group that contained the lab from your subscription's **Resource groups** list.
|
139 | 139 | 1. At the top of the page, select **Delete resource group**.
|
|
0 commit comments