Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1cd457

Browse files
committedMar 30, 2022
touchups
1 parent 5c53fe1 commit b1cd457

File tree

4 files changed

+19
-18
lines changed

4 files changed

+19
-18
lines changed
 
Loading
Loading

‎articles/devtest-labs/tutorial-create-custom-lab.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
title: "Tutorial: Create a lab"
33
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.
44
ms.topic: tutorial
5-
ms.date: 03/29/2022
5+
ms.date: 03/30/2022
66
---
77

88
# Tutorial: Set up a lab in DevTest Labs by using the Azure portal
99

1010
In this Azure DevTest Labs tutorial, you learn how to:
1111

1212
> [!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.
1717
1818
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.
1919

@@ -69,13 +69,13 @@ To add a VM to the lab, follow these steps. For more information, see [Create la
6969
1. On the **Basic Settings** tab of the **Create lab resource** screen, provide the following information:
7070

7171
- **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.
7575
- **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.
7777
- **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.
7979

8080
:::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.":::
8181

@@ -133,7 +133,7 @@ Use this lab for the next tutorial, [Access a lab in Azure DevTest Labs](tutoria
133133

134134
If you created the lab in an existing resource group, deleting the lab removes all of the lab resources.
135135

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:
137137

138138
1. Select the resource group that contained the lab from your subscription's **Resource groups** list.
139139
1. At the top of the page, select **Delete resource group**.

‎articles/devtest-labs/tutorial-use-custom-lab.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22
title: Access a lab and lab VM
33
description: Learn how to access a lab in Azure DevTest Labs, and claim, connect to, and unclaim a lab virtual machine.
44
ms.topic: tutorial
5-
ms.date: 03/29/2021
5+
ms.date: 03/30/2021
66
---
77

88
# Tutorial: Access a lab in Azure DevTest Labs
99

1010
In this tutorial, you learn how to:
1111

1212
> [!div class="checklist"]
13-
> * Claim a lab virtual machine (VM) in Azure DevTest Labs
14-
> * Connect to the lab VM
15-
> * Unclaim the lab VM
13+
> * Claim a lab virtual machine (VM) in Azure DevTest Labs.
14+
> * Connect to the lab VM.
15+
> * Unclaim the lab VM.
16+
> * Delete the lab VM when no longer needed.
1617
1718
## Prerequisites
1819

@@ -28,11 +29,11 @@ To claim a lab VM, follow these steps. You automatically have [Owner](/azure/rol
2829

2930
1. On the lab **Overview** page, select **Claimable virtual machines** under **My Lab** in the left navigation.
3031

31-
1. On the **Claimable virtual machines** page, select the **...** (ellipsis) next to the listing for a claimable VM, and select **Claim machine** from the context menu.
32+
1. On the **Claimable virtual machines** page, select the ellipsis **...** next to the listing for an available VM, and select **Claim machine** from the context menu.
3233

3334
:::image type="content" source="./media/tutorial-use-custom-lab/claimable-virtual-machines-claimed.png" alt-text="Screenshot showing Claim machine in the context menu.":::
3435

35-
1. On the lab **Overview** page, confirm that you now see the VM in the list under **My virtual machines**, and that the VM is starting up.
36+
1. On the lab **Overview** page, confirm that you now see the VM in the list under **My virtual machines**.
3637

3738
:::image type="content" source="./media/tutorial-use-custom-lab/my-virtual-machines-2.png" alt-text="Screenshot showing the claimed V M in the My virtual machines list.":::
3839

@@ -80,7 +81,7 @@ After you're done using the VM, unclaim the VM so someone else can claim it, by
8081

8182
When you're done using a VM, you can delete it. Or, the lab owner can delete the entire lab when it's no longer needed, which deletes all lab VMs and resources. To delete an individual lab VM, follow these steps:
8283

83-
1. Select the **...** (ellipsis) next to the VM in the **My virtual machines** list or on the **Claimable virtual machines** page, and select **Delete** from the context menu.
84+
1. Select the ellipsis **...** next to the VM in the **My virtual machines** list or on the **Claimable virtual machines** page, and select **Delete** from the context menu.
8485

8586
1. On the **Are you sure you want to delete it** page, select **Delete**.
8687

0 commit comments

Comments
 (0)
Please sign in to comment.