Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update hibernate-resume.md #45

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions articles/virtual-machines/hibernate-resume.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ VM sizes with up to 64-GB RAM from the following General Purpose VM series suppo

VM sizes with up to 112-GB RAM from the following GPU VM series support hibernation.
- [NVv4-series](../virtual-machines/nvv4-series.md) (in preview)
- [NVadsA10v5-series](../virtual-machines/nva10v5-series.md) (in preview). If you are using any UVM-enabled compute applications then we recommned you to idle the application before initiating hibernate action.
-
- [NVadsA10v5-series](../virtual-machines/nva10v5-series.md) (in preview). If you are using any UVM-enabled compute applications then we recommend you to idle the application before initiating hibernate action.

> [!IMPORTANT]
> Azure Virtual Machines - Hibernation for GPU VMs is currently in PREVIEW.
Expand Down Expand Up @@ -118,7 +117,7 @@ Refer to the [Linux hibernation troubleshooting guide](./linux/hibernate-resume-
- 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.
- When you hibernate a VM, the memory contents are stored persistently on the OS disk. The VM then enters hibernation. You can't resize VMs in a hibernated state, nor detach/attach disks and networking resources to the VM.


- Can I initiate hibernation from within the VM?
Expand Down