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
+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
@@ -35,7 +35,7 @@ You need at least [user](devtest-lab-add-devtest-user.md#devtest-labs-user) acce
35
35
-**Password**: If you don't choose to use a secret, enter a VM password between 8 and 123 characters long.
36
36
-**Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
37
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.
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.
39
39
-**OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
40
40
-**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.
Copy file name to clipboardExpand all lines: articles/devtest-labs/devtest-lab-hibernate-vm.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.custom: UpdateFrequency2
10
10
11
11
# Hibernate VMs in DevTest Labs
12
12
13
-
As an Azure DevTest Labs lab owner and user, you can Hibernate the virtual machines (VMs) in your lab. Hibernation allows applications and processes that were previously running in your VM resume from the state prior to hibernation. When you hibernate a machine, Azure stores the memory contents of the VM in the OS disk and then deallocates the VM. When the VM is started again from its hibernation state, the memory contents are transferred from the OS disk back into memory. Once a VM is placed in a hibernated state, you aren't charged for the compute cost of the VM, just like how you aren't charged for it in a stop (deallocated) state. You're only charged for the storage (OS disk, data disks) and networking resources (IPs, etc.) attached to the VM.
13
+
As an Azure DevTest Labs lab owner and user, you can Hibernate the virtual machines (VMs) in your lab. Hibernation allows applications and processes that were previously running in your VM resume from the state prior to hibernation. When you hibernate a machine, Azure stores the memory contents of the VM in the OS disk and then deallocates the VM. When the VM is started again from its hibernation state, the memory contents are transferred from the OS disk back into memory. Once a VM is placed in a hibernated state, you aren't charged for the compute cost of the VM, just like how you aren't charged for it in a stopped (deallocated) state. You're only charged for the storage (OS disk, data disks) and networking resources (IPs, etc.) attached to the VM.
14
14
15
15
Hibernate is an effective cost management feature for:
16
16
- Scenarios where the VMs don't need to run 24/7.
@@ -19,9 +19,8 @@ Hibernate is an effective cost management feature for:
19
19
20
20
Azure DevTest Labs currently only supports enabling Hibernation on VM creation. To enable hibrnation during VM creation, you can use the Azure portal and API. Hibernation can only be triggered from the API and Azure Portal and not directly from the VM.
21
21
22
-
23
-
> [!NOTE]
24
-
> Please note that Hibernation support is limited to certain VM sizes and OS versions. Make sure you have a supported configuration before using hibernation. To learn more about Hibernation in general, its supported configurations in Azure, and other limitations, please visit [Hibernation for Azure Virtual Machines](https://learn.microsoft.com/azure/virtual-machines/hibernate-resume)
22
+
> [!NOTE]
23
+
> Please note that Hibernation support is limited to certain VM sizes and OS versions. Make sure you have a supported configuration before using hibernation. To learn more about Hibernation in general, its supported configurations in Azure, and other limitations, please visit [Hibernation for Azure Virtual Machines](https://learn.microsoft.com/azure/virtual-machines/hibernate-resume)
25
24
26
25
This article explains how to Hibernate VMs in DevTest Labs.
27
26
@@ -52,7 +51,7 @@ You need at least [user](devtest-lab-add-devtest-user.md#devtest-labs-user) acce
52
51
-**Password**: If you don't choose to use a secret, enter a VM password between 8 and 123 characters long.
53
52
-**Save as default password**: Select this checkbox to save the password in the Key Vault associated with the lab.
54
53
-**Virtual machine size**: Keep the default value for the base, or select **Change Size** to select different sizes.
55
-
-**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.
54
+
-**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.
56
55
-**OS disk type**: Keep the default value for the base, or select a different option from the dropdown list.
57
56
-**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.
0 commit comments