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-claimable-vm.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ Use the following steps to add a claimable VM to a lab in DevTest Labs:
27
27
28
28
:::image type="content" source="media/devtest-lab-add-claimable-vm/add-machine.png" border="false" alt-text="Screenshot that shows how to add a virtual machine for a lab in the Azure portal." lightbox="media/devtest-lab-add-claimable-vm/add-machine-large.png":::
29
29
30
-
1. On the **Choose a base** page, select a marketplace image to use when creating the VM. After you select a base image, the **Create lab resource - Virtual machine** pane opens.
30
+
1. On the **Choose a base** page, select a Marketplace image to use when creating the VM. After you select a base image, the **Create lab resource - Virtual machine** pane opens.
31
31
32
32
1. On the **Basic Settings** tab, configure the following options:
33
33
34
-
-**Virtual machine name**: Enter a name for the VM. The text box is prefilled with a unique autogenerated name. The value corresponds to the user name within your email address followed by a unique three-digit number. You can override the provided value by entering a name of your choice.
34
+
-**Virtual machine name**: Enter a name for the VM. The text box is prefilled with a unique autogenerated name. The value corresponds to the user name within your email address followed by a unique three-digit number. You can override the provided value by entering a name of your choice. The machine name is validated as you type. A message indicates the requirements for a valid name.
35
35
36
36
-**User Name**: Enter the name for a user with administrator privileges on the virtual machine. For the first VM you create for your lab, the text box is prefilled with a unique autogenerated name. The name corresponds to the user name within your email address. You can override the autogenerated value by entering a name of your choice. When you create subsequent VMs in your lab, this text box is prefilled with the most recent user name that you used.
37
37
38
38
-**Password**: When you create the first VM in your lab, enter a password for the user with administrator privileges. To save this password as a default password in the Azure key vault associated with your lab, select **Save as default password**. The default password is saved in your key vault with the name `VmPassword`. When you create subsequent VMs in the lab, the `VmPassword` value is automatically entered as the password. To override the value, clear the **Use a saved secret** check box, and enter a password.
39
39
40
-
**Use a saved secret**: You can also save secrets in your Azure key vault first and then use the secrets when you create VMs in your lab. To use a password stored in your key vault, select **Use a saved secret**, and then specify a key value that corresponds to your stored secret (password). For more information, see [Store secrets in a key vault](devtest-lab-store-secrets-in-key-vault.md).
40
+
**Use a saved secret**: You can also save secrets in your Azure key vault first and then use the secrets when you create VMs in your lab. To use a password stored in your key vault, select **Use a saved secret**, and then specify a key value that corresponds to your stored secret (password). For more information, see [Store secrets in Azure Key Vault](devtest-lab-store-secrets-in-key-vault.md).
41
41
42
42
-**Virtual machine size**: A common size is prefilled according to the base image you selected for the VM. The size specifies the processor cores, RAM size, and hard drive size of the VM to create. To use a different size, select **Change size** and choose from a list of available sizes and support options.
43
43
@@ -57,8 +57,8 @@ Use the following steps to add a claimable VM to a lab in DevTest Labs:
57
57
-**Virtual network**: The virtual network for your lab is prefilled in the text field. Use the dropdown list to select from available networks.
58
58
59
59
-**Subnet Selector**: The subnet for the selected virtual network for your lab is prefilled in the text field. Use the dropdown list to select from available subnets.
60
-
61
-
-**IP address**: Specify whether the IP address of the VM is **public, private, or shared**.
60
+
61
+
-**IP address**: Specify the type of IP address for the VM: **Public**, **Private**, or **Shared**. For more information about shared IP addresses, see [Understand shared IP addresses in Azure DevTest Labs](./devtest-lab-shared-ip.md).
62
62
63
63
-**Expiration date**: To automatically delete the VM, specify the **expiration date** and **expiration time**.
0 commit comments