Hibernation for Azure virtual machines

Applies to: ✔️ Linux VMs ✔️ Windows VMs

Important

Azure Virtual Machines - Hibernation is currently in PREVIEW. See the Supplemental Terms of Use for Microsoft Azure Previews for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

Hibernation allows you to pause VMs that aren't being used and save on compute costs. It's an effective cost management feature for scenarios such as:

  • Virtual desktops, dev/test servers, and other scenarios where the VMs don't need to run 24/7.
  • Systems with long boot times due to memory intensive applications. These applications can be initialized on VMs and hibernated. These “prewarmed” VMs can then be quickly started when needed, with the applications already up and running in the desired state.

How hibernation works

When you hibernate a VM, Azure signals the VM's operating system to perform a suspend-to-disk action. Azure stores the memory contents of the VM in the OS disk, then deallocates the VM. When the VM is started again, the memory contents are transferred from the OS disk back into memory. Applications and processes that were previously running in your VM resume from the state prior to hibernation.

Once a VM is in a hibernated state, you aren't billed for the VM usage. Your account is only billed for the storage (OS disk, data disks) and networking resources (IPs, etc.) attached to the VM.

When hibernating a VM:

  • Hibernation is triggered on a VM using the Azure portal, CLI, PowerShell, SDKs, or APIs. Azure then signals the guest operating system to perform suspend-to-disk (S4).
  • The VM's memory contents are stored on the OS disk. The VM is then deallocated, releases the lease on the underlying hardware, and is powered off. Refer to VM states and billing for more details on the VM deallocated state.
  • Data in the temporary disk isn't persisted.
  • The OS disk, data disks, and NICs remain attached to your VM. Any static IPs remain unchanged.
  • You aren't billed for the VM usage for a hibernated VM.
  • You continue to be billed for the storage and networking resources associated with the hibernated VM.

Supported configurations

Hibernation support is limited to certain VM sizes and OS versions. Make sure you have a supported configuration before using hibernation.

Supported operating systems

Supported operating systems, OS specific limitations, and configuration procedures are listed in the OS's documentation section.

Windows VM hibernation documentation

Linux VM hibernation documentation

Supported VM sizes

VM sizes with up to 64-GB RAM from the following VM series support hibernation.

General limitations

  • You can't enable hibernation on existing VMs.
  • You can't resize a VM if it has hibernation enabled.
  • Hibernation is only supported with Nested Virtualization when Trusted Launch is enabled on the VM
  • When a VM is hibernated, you can't attach, detach, or modify any disks or NICs associated with the VM. The VM must instead be moved to a Stop-Deallocated state.
  • When a VM is hibernated, there's no capacity guarantee to ensure that there's sufficient capacity to start the VM later. In the rare case that you encounter capacity issues, you can try starting the VM at a later time. Capacity reservations don't guarantee capacity for hibernated VMs.
  • You can only hibernate a VM using the Azure portal, CLI, PowerShell, SDKs and API. Hibernating the VM using guest OS operations don't result in the VM moving to a hibernated state and the VM continues to be billed.
  • You can't disable hibernation on a VM once enabled.

Azure feature limitations

  • Ephemeral OS disks
  • Shared disks
  • Availability Sets
  • Virtual Machine Scale Sets Uniform
  • Spot VMs
  • Managed images
  • Azure Backup
  • Capacity reservations

Prerequisites to use hibernation

  • Hibernation must be enabled on your VM while creating the VM.
  • A persistent OS disk large enough to store the contents of the RAM, OS and other applications running on the VM is connected.
  • The VM size supports hibernation.
  • The VM OS supports hibernation.
  • The Azure VM Agent is installed if you're using the Windows or Linux Hibernate Extensions.
  • If a VM is being created from an OS disk or a Compute Gallery image, then the OS disk or Gallery Image definition supports hibernation.

Setting up hibernation

Enabling hibernation is detailed in the OS specific setup and configuration documentation:

Linux VMs

To configure hibernation on a Linux VM, check out the Linux hibernation documentation.

Windows VMs

To configure hibernation on a Windows VM, check out the Windows hibernation documentation.

Troubleshooting

Refer to the Hibernation troubleshooting guide for general troubleshooting information.

Refer to the Windows hibernation troubleshooting guide for issues with Windows guest hibernation.

Refer to the Linux hibernation troubleshooting guide for issues with Linux guest hibernation.

FAQs

  • What are the charges for using this feature?

    • Once a VM is placed in a hibernated state, you aren't charged for the VM, just like how you aren't charged for VMs in a stop (deallocated) state. You're only charged for the OS disk, data disks and any static IPs associated with the VM.
  • Can I enable hibernation on existing VMs?

    • No, you can't enable hibernation on existing VMs. You can only enable hibernation at the time of creating a VM.
  • Can I resize a VM with hibernation enabled?

    • No. Once you enable hibernation on a VM, you can't resize the VM.
  • Can I modify a VM once it is in a hibernated state?

    • No, once a VM is in a hibernated state, you can't perform actions like resizing the VM and modifying the disks. Additionally, you can't detach any disks or networking resources that are currently attached to the VM or attach new resources to the VM. You can however stop(deallocate) or delete the VM if you want to detach these resources.
  • What is the difference between stop(deallocating) and hibernating a VM?

    • When you stop(deallocate) a VM, the VM shuts down without persisting the memory contents. You can resize stop(deallocated) VMs and detach/attach disks to the VM.

    • When you hibernate a VM, the memory contents are first persisted in the OS disk, then the VM hibernates. You can't resize VMs in a hibernated state, nor detach/attach disks and networking resources to the VM.

  • Can you disable hibernation?

    • No, you can't disable hibernation on a VM.
  • Can I initiate hibernation from within the VM?

    • To hibernate a VM you should use the Azure portal, CLI, PowerShell commands, SDKs and APIs. Triggering hibernation from inside the VM still results in your VM being billed for the compute resources.
  • When a VM is hibernated, is there a capacity assurance at the time of starting the VM?

    • No, there's no capacity assurance for starting hibernated VMs. In rare scenarios if you encounter a capacity issue, then you can try starting the VM at a later time.

Next steps