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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ This article describes how to create Azure virtual machines (VMs) in Azure DevTe
47
47
48
48
### VM sizes
49
49
50
-
The default **Virtual machine size** that appears in **Basic Settings** depends on the **Image Base** architecture and the lab's **Allowed virtual machine** sizes.
50
+
The default **Virtual machine size** that appears in **Basic Settings** depends on the chosen **Image Base** architecture and the lab's **Allowed virtual machine** sizes policy setting. For more information, see [Set allowed virtual machine sizes](devtest-lab-set-lab-policy.md#set-allowed-virtual-machine-sizes).
51
51
52
52
If the lab's **Configuration and policies** > **Allowed virtual machine sizes** policy allows **All sizes**:
53
53
- For an image base with x64 architecture, the default size is **D4s_v5**.
@@ -57,9 +57,9 @@ If the lab's **Configuration and policies** > **Allowed virtual machine sizes**
57
57
- If **D4s_v5** VM size is allowed, the default size is **D4s_v5** for an image base with x64 architecture.
58
58
- If **D4pls_v5** VM size is allowed, the default size is **D4pls_v5** for an image base with Arm64 architecture.
59
59
- If **D4s_v5** size isn't allowed for x64 architectures, or **D4pls_v5** size isn't allowed for Arm64 architectures:
60
-
- If a 4core nonpremium CPU size is available, the first available 4core nonpremium CPU size is selected.
61
-
- If no 4core nonpremium CPU size is available, the first available 4core CPU size is selected.
62
-
- If no 4core CPU size is available, the first available CPU size is selected.
60
+
- If a 4-core nonpremium CPU size is available, the first available 4-core nonpremium CPU size is selected.
61
+
- If no 4-core nonpremium CPU size is available, the first available 4-core CPU size is selected.
62
+
- If no 4-core CPU size is available, the first available CPU size is selected.
0 commit comments