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/devtest-lab-add-vm.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ This article describes how to create Azure virtual machines (VMs) in Azure DevTe
36
36
-**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).
37
37
-**Password**: If you don't use a secret, enter a VM password between 8 and 123 characters long.
38
38
-**Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
39
-
-**Virtual machine size**: Keep the default value for the base, or select **Change Size** to select a different size. For more information about default VM sizes, see [Default VM sizes](#vm-sizes).
39
+
-**Virtual machine size**: Keep the default value for the base, or select **Change Size** to select a different size. For more information about default VM sizes, see [Default VM sizes](#default-vm-sizes).
40
40
-**Allow hibernation**: Select this option to enable hibernation for the virtual machine.
41
41
>[!NOTE]
42
42
>If you enable hibernation, you must also select **Public IP** in **Advanced Settings**. **Private** and **Shared** IPs aren't supported if hibernation is enabled.
@@ -85,7 +85,9 @@ To add or configure artifacts during VM creation:
1. Optionally, select the **Advanced Settings** tab on the **Create lab resource** screen, and change any of the following values:
88
+
After you configure basic settings and artifacts, you can optionally configure advanced settings and tags for your VM.
89
+
90
+
1. Optionally, select **Next: Advanced Settings** or the **Advanced Settings** tab on the **Create lab resource** screen, and change any of the following values:
89
91
90
92
-**Virtual network**: Select a network from the dropdown list. For more information, see [Add a virtual network](devtest-lab-configure-vnet.md).
91
93
-**Subnet Selector**: If necessary, select a different subnet from the dropdown list.
@@ -97,15 +99,15 @@ To add or configure artifacts during VM creation:
97
99
98
100
:::image type="content" source="./media/devtest-lab-add-vm/portal-lab-vm-advanced-settings.png" alt-text="Screenshot that shows the VM Advanced Settings page.":::
99
101
100
-
1. Optionally, select the **Tags** tab to apply tags to the VM.
102
+
1. Optionally, select **Next: Tags** or the **Tags** tab to apply tags to the VM.
101
103
102
104
## Complete VM deployment
103
105
104
-
After you configure all settings, select **Create** at the bottom of the screen. During VM deployment, you can select the **Notifications** icon at the top of the screen to see progress. Creating a VM takes a while.
106
+
After you configure all settings, select **Create** at the bottom of the **Create lab resource**screen. During VM deployment, you can select the **Notifications** icon at the top of the screen to see progress. Creating a VM takes a while.
105
107
106
108
When the deployment is complete, if you kept yourself as VM owner, the VM appears under **My virtual machines** on the lab **Overview** page. To connect to the VM, select it from the list, and then select **Connect** on the VM's **Overview** page.
107
109
108
-
Or, if you chose **Make this machine claimable** during VM creation, select **Claimable virtual machines** in the left navigation to see the VM listed on the **Claimable virtual machines** page. Select **Refresh** if your VM doesn't appear. To take ownership of a VM in the claimable list, see [Use a claimable VM](devtest-lab-add-claimable-vm.md#use-a-claimable-vm).
110
+
Or, if you chose **Make this machine claimable** during VM creation, select **Claimable virtual machines** in the left navigation to see the VM listed on the **Claimable virtual machines** page. Select **Refresh** if the VM doesn't appear. To take ownership of a VM in the claimable list, see [Use a claimable VM](devtest-lab-add-claimable-vm.md#use-a-claimable-vm).
109
111
110
112
:::image type="content" source="./media/devtest-lab-add-vm/portal-lab-vm-creation-status.png" alt-text="Screenshot that shows the lab VM creation status page.":::
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-attach-detach-data-disk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This article explains how to attach and detach a lab virtual machine (VM) data d
16
16
17
17
## Prerequisites
18
18
19
-
To attach or detach a data disk, you need to own the lab VM, and the VM must be running. The VM size determines how many data disks you can attach. For more information, see [Sizes for virtual machines](/azure/virtual-machines/sizes).
19
+
To attach or detach a data disk, you must have ownership permissions on the lab VM, and the VM must be running. The VM size determines how many data disks you can attach. For more information, see [Sizes for virtual machines](/azure/virtual-machines/sizes).
Copy file name to clipboardExpand all lines: articles/devtest-labs/use-command-line-start-stop-virtual-machines.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@ This article shows how you can use PowerShell or Azure CLI commands to script or
26
26
27
27
# [Azure PowerShell](#tab/PowerShell)
28
28
29
-
-Owner access to a [lab VM](devtest-lab-add-vm.md) in DevTest Labs.
29
+
-Admin access to a [lab VM](devtest-lab-add-vm.md) in DevTest Labs.
30
30
- Access to Azure PowerShell. You can [use the Azure Cloud Shell PowerShell environment](/azure/cloud-shell/quickstart), or [install Azure PowerShell](/powershell/azure/install-azure-powershell) to use locally. If necessary, run `Update-Module -Name Az` to update your local installation.
31
31
32
32
# [Azure CLI](#tab/CLI)
33
33
34
-
-Owner access to a [lab VM](devtest-lab-add-vm.md) in DevTest Labs.
34
+
-Admin access to a [lab VM](devtest-lab-add-vm.md) in DevTest Labs.
35
35
- Access to Azure CLI. You can [use the Azure Cloud Shell Bash environment](/azure/cloud-shell/quickstart), or [install Azure CLI](/cli/azure/install-azure-cli) to use locally in a Bash or Windows environment.
0 commit comments