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 55b2b0e

Browse files
committedFeb 16, 2022
changes
1 parent ad880be commit 55b2b0e

File tree

6 files changed

+31
-25
lines changed

6 files changed

+31
-25
lines changed
 

‎articles/devtest-labs/devtest-lab-configure-vnet.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,41 @@ To add a configured virtual network and subnet to a lab, take the following step
2727

2828
:::image type="content" source="./media/devtest-lab-configure-vnet/lab-settings-vnets-vnet1.png" alt-text="Screenshot that shows Select virtual network selected on the Virtual network page.":::
2929

30-
1. The **Choose virtual network** page shows all the virtual networks in the subscription that are in the same region as the lab. Select the virtual network you want to add.
30+
1. The **Choose virtual network** page appears, showing all virtual networks in the subscription that are in the same region as the lab. Select the virtual network you want to add.
3131

3232
:::image type="content" source="./media/devtest-lab-configure-vnet/choose-virtual-network.png" alt-text="Screenshot that shows the Choose virtual network page with a list of virtual networks.":::
3333

34-
1. The **Virtual network** page now shows the virtual network you chose. Select **Save**.
34+
1. The virtual network you chose shows on the **Virtual network** page. Select **Save**.
3535

36-
1. The chosen virtual network now appears in the list on the lab's **Virtual networks** page. Select the new virtual network.
36+
1. The virtual network appears in the list on the lab's **Virtual networks** page. When the **Status** shows as **Ready**, select the new virtual network.
3737

3838
:::image type="content" source="./media/devtest-lab-configure-vnet/lab-subnet.png" alt-text="Screenshot that shows the added virtual network on the lab's Virtual networks page.":::
3939

4040
1. The **Virtual network** page shows the subnets for the virtual network. Select a subnet to configure.
4141

4242
1. On the **Lab Subnet** pane, select **Yes** or **No** under the following options:
4343

44-
- **Use in virtual machine creation** to allow VM creation in the subnet.
45-
- **Enable shared public IP** to enable a [shared public IP address](devtest-lab-shared-ip.md).
46-
- **Allow public IP creation** to allow public IP addresses in the subnet.
44+
- **Use in virtual machine creation** to allow or disallow VM creation in the subnet.
45+
- **Enable shared public IP** to enable or disable a [shared public IP address](devtest-lab-shared-ip.md).
46+
- **Allow public IP creation** to allow or disallow creating public IP addresses in the subnet.
4747

4848
1. Under **Maximum virtual machines per user**, enter the maximum number of VMs each user can create in the subnet. If you don't want to restrict the number of VMs, leave this field blank.
4949

5050
1. Select **Save**.
5151

5252
:::image type="content" source="./media/devtest-lab-configure-vnet/lab-settings-vnets-vnet2.png" alt-text="Screenshot that shows the settings for the Lab subnet pane.":::
5353

54-
If you allowed VM creation in one of the subnets, you can now use the configured virtual network to [create lab VMs](devtest-lab-add-vm.md).
54+
1. On the **Virtual network** page, select **Save** again.
5555

56-
## Add a virtual network during VM creation
56+
## Create VMs in the added virtual network
5757

58-
You can also specify a virtual network to use at the time you create a new lab VM. For instructions, see [Create and add virtual machines](devtest-lab-add-vm.md).
58+
If you allowed VM creation in one of the subnets, you can now create lab VMs in the added virtual network.
59+
60+
1. Follow the instructions at [Create and add virtual machines](devtest-lab-add-vm.md) to add a lab VM and select a VM base.
61+
1. On the **Create lab resource** screen, select the **Advanced settings** tab.
62+
1. Select the drop-down arrow in the **Virtual network** field, and select the virtual network you added.
63+
1. If necessary, select the drop-down arrow in the **Subnet Selector** field, and select the subnet you want.
64+
1. Proceed with VM creation.
5965

6066
## Next steps
6167

‎articles/devtest-labs/devtest-lab-create-custom-image-from-vm-using-portal.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This article describes how to create a custom image from a provisioned Azure Dev
1515

1616
To create a custom image from a lab VM, take the following steps:
1717

18-
1. In the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040), on your lab's **Overview** page, select the VM you want to use from the list under **My virtual machines**.
18+
1. In the [Azure portal](https://go.microsoft.com/fwlink/p/?LinkID=525040), on your lab's **Overview** page, select the VM to use for the image from the **My virtual machines** list.
1919

2020
:::image type="content" source="./media/devtest-lab-create-custom-image-vm/overview-page.png" alt-text="Screenshot that shows a V M selected on a lab's Overview page.":::
2121

@@ -25,9 +25,9 @@ To create a custom image from a lab VM, take the following steps:
2525

2626
1. Under **Image preparation**, select one of the following options:
2727

28-
- **I have not generalized this virtual machine** if you haven't run [sysprep](/windows-hardware/manufacture/desktop/sysprep--system-preparation--overview) and don't want to run sysprep on the VM when creating the custom image
29-
- **I have already generalized this virtual machine** if you already ran sysprep on the VM
30-
- **Generalize this virtual machine (Run sysprep)** if you haven't run sysprep and want sysprep to be run on the VM when creating the custom image
28+
- **I have not generalized this virtual machine** if you haven't run [sysprep](/windows-hardware/manufacture/desktop/sysprep--system-preparation--overview) and don't want to run sysprep on the VM when creating the custom image.
29+
- **I have already generalized this virtual machine** if you already ran sysprep on the VM.
30+
- **Generalize this virtual machine (Run sysprep)** if you haven't run sysprep and you want sysprep to be run on the VM when creating the custom image.
3131

3232
1. Select **OK**.
3333

‎articles/devtest-labs/devtest-lab-resize-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/15/2022
1010
Azure DevTest Labs supports changing the size of a lab virtual machine (VM), based on changing needs for CPU, network, or disk performance. This article describes how to resize a lab VM.
1111

1212
> [!NOTE]
13-
> The resize feature complies with lab policy for [allowed VM sizes](devtest-lab-set-lab-policy.md#set-allowed-virtual-machine-sizes). You can resize a VM only to sizes that the lab allows.
13+
> The resize feature complies with lab policy for [allowed VM sizes](devtest-lab-set-lab-policy.md#set-allowed-virtual-machine-sizes). You can resize a VM only to sizes that lab policy allows.
1414
1515
## Stop the VM
1616

@@ -42,7 +42,7 @@ Once the VM stops, or if the VM is already stopped, **Stop** is grayed out.
4242

4343
:::image type="content" source="./media/devtest-lab-resize-vm/resize-status.png" alt-text="Screenshot of the Notifications window that shows resizing status.":::
4444

45-
1. When the resize finishes, select **Start** from the VM **Overview** page toolbar.
45+
1. When the resize finishes, start the VM by selecting **Start** from the VM's **Overview** page toolbar.
4646

4747
## Next steps
4848

‎articles/devtest-labs/devtest-lab-set-lab-policy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article describes how you can manage Azure DevTest Labs policies to control
3030

3131
This policy specifies the VM sizes that users can create in the lab.
3232

33-
1. On the **Configuration and policies** page, select **Allowed virtual machines sizes** from the left navigation.
33+
1. On the lab's **Configuration and policies** page, select **Allowed virtual machines sizes** from the left navigation.
3434

3535
1. On the **Allowed virtual machines sizes** screen, select **Yes** or **No** to enable or disable the policy.
3636

@@ -44,7 +44,7 @@ This policy specifies the VM sizes that users can create in the lab.
4444

4545
This policy specifies the maximum number of VMs that an individual lab user can own.
4646

47-
1. On the **Configuration and policies** page, select **Virtual machines per user** from the left navigation.
47+
1. On the lab's **Configuration and policies** page, select **Virtual machines per user** from the left navigation.
4848

4949
1. On the **Virtual machines per user** screen, under **Limit the number of virtual machines**, select **On** or **Off** to enable or disable the policy.
5050

@@ -67,9 +67,9 @@ If a user tries to create or claim a VM when the user limit has been met, an err
6767

6868
## Set virtual machines per lab
6969

70-
This policy specifies the total maximum number of VMs that can be created or claimed in the current lab.
70+
This policy specifies the maximum number of VMs that all users can create or claim in the current lab.
7171

72-
1. On the **Configuration and policies** page, select **Virtual machines per lab** from the left navigation.
72+
1. On the lab's **Configuration and policies** page, select **Virtual machines per lab** from the left navigation.
7373

7474
1. On the **Virtual machines per user** screen, under **Limit the number of virtual machines**, select **On** or **Off** to enable or disable the policy.
7575

@@ -83,13 +83,13 @@ This policy specifies the total maximum number of VMs that can be created or cla
8383

8484
:::image type="content" source="./media/devtest-lab-set-lab-policy/max-vms-per-lab.png" alt-text="Screenshot showing Virtual machines per lab.":::
8585

86-
If a user tries to create or claim a VM when the user limit has been met, an error message indicates that the VM can't be created or claimed.
86+
If a user tries to create or claim a VM when the lab limit has been met, an error message indicates that the VM can't be created or claimed.
8787

8888
## Set auto-shutdown
8989

9090
Auto-shutdown helps minimize lab waste by shutting down lab VMs at a specific time of day.
9191

92-
1. On the **Configuration and policies** page, select **Auto-shutdown** from the left navigation.
92+
1. On the lab's **Configuration and policies** page, select **Auto-shutdown** from the left navigation.
9393

9494
1. On the **Auto-shutdown** screen, for **Enabled**, select **On** or **Off** to enable or disable the policy.
9595

@@ -108,7 +108,7 @@ By default, auto-shutdown applies to all lab VMs. If allowed by policy, lab user
108108
1. Select the VM from **My virtual machines** on the lab **Overview** page.
109109
1. On the home page for the VM, in the **Operations** section of the left navigation, select **Auto-shutdown**.
110110

111-
For more information about lab and VM auto-shutdown, including sending notifications, see [Configure auto shutdown for labs and VMs in DevTest Labs](devtest-lab-auto-shutdown.md).
111+
For more information about auto-shutdown and sending notifications, see [Configure auto shutdown for labs and VMs in DevTest Labs](devtest-lab-auto-shutdown.md).
112112

113113
## Set auto-shutdown policy
114114

@@ -117,7 +117,7 @@ Lab owners can configure auto-shutdown on all lab VMs centrally, and set a polic
117117
> [!IMPORTANT]
118118
> Auto-shutdown policy changes apply only to new lab VMs, not to already-existing VMs.
119119
120-
1. On the **Configuration and policies** page, select **Auto shutdown policy** from the left navigation.
120+
1. On the lab's **Configuration and policies** page, select **Auto shutdown policy** from the left navigation.
121121

122122
1. Select one of the following options:
123123

@@ -131,13 +131,13 @@ Lab owners can configure auto-shutdown on all lab VMs centrally, and set a polic
131131

132132
:::image type="content" source="./media/devtest-lab-set-lab-policy/auto-shutdown-policy-options.png" alt-text="Screenshot showing Auto-shutdown policy options.":::
133133

134-
For more information and details about auto-shutdown policy, see [Configure auto shutdown for labs and VMs in DevTest Labs](devtest-lab-auto-shutdown.md).
134+
For more information and details about auto-shutdown policy, see [Configure lab auto shutdown policy](devtest-lab-auto-shutdown.md#configure-lab-auto-shutdown-policy).
135135

136136
## Set autostart
137137

138138
Autostart policy helps you minimize waste by specifying a specific time of day and days of the week to start up all lab VMs.
139139

140-
1. On the **Configuration and policies** page, select **Auto-start** from the left navigation.
140+
1. On the lab's **Configuration and policies** page, select **Auto-start** from the left navigation.
141141

142142
1. Select **Yes** or **No** to enable or disable the policy.
143143

Loading
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.