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/virtual-machines/hibernate-resume.md
-39Lines changed: 0 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,52 +105,13 @@ The following Windows operating systems support hibernation:
105
105
- Capacity reservations
106
106
107
107
## Prerequisites to use hibernation
108
-
- The hibernate feature is enabled for your subscription.
109
108
- A persistent OS disk large enough to store the contents of the RAM, OS and other applications running on the VM is connected.
110
109
- The VM size supports hibernation.
111
110
- The VM OS supports hibernation.
112
111
- The Azure VM Agent is installed if you're using the Windows or Linux Hibernate Extensions.
113
112
- Hibernation is enabled on your VM when creating the VM.
114
113
- 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.
115
114
116
-
## Enabling hibernation feature for your subscription
117
-
Use the following steps to enable this feature for your subscription:
118
-
119
-
### [Portal](#tab/enablehiberPortal)
120
-
1. In your Azure subscription, go to the Settings section and select 'Preview features'.
121
-
1. Search for 'hibernation'.
122
-
1. Check the 'Hibernation Preview' item.
123
-
1. Click 'Register'.
124
-
125
-

az feature register --name VMHibernationPreview --namespace Microsoft.Compute
134
-
```
135
-
---
136
-
137
-
Confirm that the registration state is Registered (registration takes a few minutes) using the following command before trying out the feature.
138
-
139
-
### [Portal](#tab/checkhiberPortal)
140
-
In the Azure portal under 'Preview features', select 'Hibernation Preview'. The registration state should show as 'Registered'.
141
-
142
-

az feature show --name VMHibernationPreview --namespace Microsoft.Compute
151
-
```
152
-
---
153
-
154
115
## Getting started with hibernation
155
116
156
117
To hibernate a VM, you must first enable the feature while creating the VM. You can only enable hibernation for a VM on initial creation. You can't enable this feature after the VM is created.
0 commit comments