Skip to content

Commit 196962b

Browse files
authored
Merge pull request #295444 from anishtrakru/revert-295334-dtl-vmdefaultsize
Revert "VM Default Size Enhancement Update"
2 parents 26c3da1 + 21d1fad commit 196962b

8 files changed

+14
-126
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,6 +1905,16 @@
19051905
"redirect_url": "/previous-versions/azure/devtest-labs/devtest-lab-integrate-ci-cd",
19061906
"redirect_document_id": false
19071907
},
1908+
{
1909+
"source_path": "articles/devtest-labs/devtest-lab-configure-lab-level-secrets.md",
1910+
"redirect_url": "/azure/devtest-labs/devtest-lab-overview",
1911+
"redirect_document_id": false
1912+
},
1913+
{
1914+
"source_path": "articles/devtest-labs/devtest-lab-trusted-launch.md",
1915+
"redirect_url": "/azure/devtest-labs/devtest-lab-overview",
1916+
"redirect_document_id": false
1917+
},
19081918
{
19091919
"source_path": "articles/devtest-labs/integrate-environments-devops-pipeline.md",
19101920
"redirect_url": "/previous-versions/azure/devtest-labs/integrate-environments-devops-pipeline",

articles/devtest-labs/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@
149149
href: devtest-lab-add-claimable-vm.md
150150
- name: Configure secrets
151151
href: devtest-lab-store-secrets-in-key-vault.md
152-
- name: Configure lab level secrets
153-
href: devtest-lab-configure-lab-level-secrets.md
154152
- name: Attach and detach data disks
155153
href: devtest-lab-attach-detach-data-disk.md
156154
- name: Define start order for lab VMs

articles/devtest-labs/devtest-lab-add-vm.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,9 @@ You need at least [user](devtest-lab-add-devtest-user.md#devtest-labs-user) acce
3434
- **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).
3535
- **Password**: If you don't choose to use a secret, enter a VM password between 8 and 123 characters long.
3636
- **Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
37-
- **Virtual machine size**: Keep the default value for the base, or select **Change Size** to select different sizes. Here is how the default VM Size is selected:
38-
- If the **Configuration and policies** -> **Allowed virtual machine sizes** list has **All sizes** selected, then:
39-
- If the **Image Base** selected during VM creation has x64 architecture, then the default size selected is **D4s_v5**.
40-
- If the **Image Base** selected during VM creation has ARM64 architecture, then the default size selected is **D4pls_v5**.
41-
- If the **Configuration and policies** -> **Allowed virtual machine sizes** list only has limited **Selected sizes**, then:
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 ARM64 architecture and D4pls_v5 VM size is selected in the **Allowed virtual machine sizes** list, then the default size selected is **D4pls_v5**.
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
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.
37+
- **Virtual machine size**: Keep the default value for the base, or select **Change Size** to select different sizes.
38+
- **Hibernation**: Select **Enabled** to enable hibernation for this 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.
4939
- **OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
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).
5140
- **Artifacts**: This field shows the number of artifacts already configured for this VM base. Optionally, select **Add or Remove Artifacts** to select and configure artifacts to add to the VM.
5241

5342
:::image type="content" source="./media/devtest-lab-add-vm/portal-lab-vm-basic-settings.png" alt-text="Virtual machine basic settings page.":::

articles/devtest-labs/devtest-lab-configure-lab-level-secrets.md

Lines changed: 0 additions & 48 deletions
This file was deleted.

articles/devtest-labs/devtest-lab-gen2-vm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ You need at least [user](devtest-lab-add-devtest-user.md#devtest-labs-user) acce
4545
- **Password**: If you don't choose to use a secret, enter a VM password between 8 and 123 characters long.
4646
- **Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
4747
- **Virtual machine size**: Keep the default value for the base, or select **Change Size** to select different sizes.
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.
48+
- **Hibernation**: Select **Enabled** to enable hibernation for this virtual machine, or select **Disabled** to disable hibernation for this 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.
4949
- **OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
50-
- **Security type**: Select **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).
5150
- **Artifacts**: This field shows the number of artifacts already configured for this VM base. Optionally, select **Add or Remove Artifacts** to select and configure artifacts to add to the VM.
5251

5352
:::image type="content" source="./media/devtest-lab-add-vm/portal-lab-vm-basic-settings.png" alt-text="Screenshot of virtual machine basic settings page." lightbox="./media/devtest-lab-add-vm/portal-lab-vm-basic-settings.png":::

articles/devtest-labs/devtest-lab-hibernate-vm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ You need at least [user](devtest-lab-add-devtest-user.md#devtest-labs-user) acce
5555
- **Password**: If you don't choose to use a secret, enter a VM password between 8 and 123 characters long.
5656
- **Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
5757
- **Virtual machine size**: Keep the default value for the base, or select **Change Size** to select different sizes.
58-
- **Allow hibernation**: Select this option to enable hibernation for this virtual machine. Once you select Hibernation, you also must select **Public IP** in the Advanced settings as Private and Shared IP are currently not supported if Hibernation is enabled.
58+
- **Hibernation**: Select **Enabled** to enable hibernation for this 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.
5959
- **OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
60-
- **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).
6160
- **Artifacts**: This field shows the number of artifacts already configured for this VM base. Optionally, select **Add or Remove Artifacts** to select and configure artifacts to add to the VM.
6261

6362
:::image type="content" source="./media/devtest-lab-add-vm/portal-lab-vm-basic-settings.png" alt-text="Screenshot showing virtual machine basic settings page.":::

articles/devtest-labs/devtest-lab-trusted-launch.md

Lines changed: 0 additions & 59 deletions
This file was deleted.
5.38 KB
Loading

0 commit comments

Comments
 (0)