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-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,11 @@ You need at least [user](devtest-lab-add-devtest-user.md#devtest-labs-user) acce
40
40
- If the **Image Base** selected during VM creation has ARM64 architecture, then the default size selected is **D4pls_v5**.
41
41
- If the **Configuration and policies** -> **Allowed virtual machine sizes** list only has limited **Selected sizes**, then:
42
42
- If the **Image Base** selected during VM creation has x64 architecture and D4s_v5 VM size is selected in the **Allowed virtual machine sizes** list, then the default size selected is **D4s_v5**.
43
-
- If the **Image Base** selected during VM creation has x64 architecture and but D4s_v5 VM size is not selected in the **Allowed virtual machine sizes** list, then the default size selected is the first VM size in the **Allowed virtual machine sizes** list that can be used for the selected image base.
44
43
- If the **Image Base** selected during VM creation has ARM64 architecture and D4pls_v5 VM size is selected in the **Allowed virtual machine sizes** list, then the default size selected is **D4pls_v5**.
45
-
- If the **Image Base** selected during VM creation has ARM64 architecture and D4pls_v5 VM size is not selected in the **Allowed virtual machine sizes** list, then the default size selected is the first VM size in the **Allowed virtual machine sizes** list that can be used for the selected image base.
44
+
- If the **Image Base** selected during VM creation has x64 architecture but D4s_v5 VM size is not selected in the **Allowed virtual machine sizes** list, or if the **Image Base** selected during VM creation has ARM64 architecture but D4pls_v5 VM size is not selected in the **Allowed virtual machine sizes** list, then:
45
+
- if a 4 core non-premium CPU size is available, then the first available 4 core non-premium CPU size is selected by default
46
+
- if no 4 core non-premium CPU size is available, then the first available 4 core CPU size is selected by default
47
+
- if no 4 core CPU size is available, then the first available CPU size is selected by default
46
48
-**Allow hibernation**: Select this option to enable hibernation for the virtual machine. If you enable Hibernation, you also must select **Public IP** in the Advanced settings as Private and Shared IP are currently not supported if Hibernation is enabled.
47
49
-**OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
48
50
-**Security type**: Select **Trusted Launch** to enable it for Gen2 VMs. On selecting Trusted Launch When the options Secure boot, vTPM, and Integrity Monitoring appear, select the appropriate options for your deployment. For more information, see [Trusted Launch-enabled security features](https://learn.microsoft.com/azure/virtual-machines/trusted-launch#secure-boot).
0 commit comments