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
-38Lines changed: 0 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,44 +112,6 @@ The following Windows operating systems support hibernation:
112
112
- Hibernation is enabled on your VM when creating the VM.
113
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.
114
114
115
-
## Enabling hibernation feature for your subscription
116
-
Use the following steps to enable this feature for your subscription:
117
-
118
-
### [Portal](#tab/enablehiberPortal)
119
-
1. In your Azure subscription, go to the Settings section and select 'Preview features'.
120
-
1. Search for 'hibernation'.
121
-
1. Check the 'Hibernation Preview' item.
122
-
1. Click 'Register'.
123
-
124
-

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

az feature show --name VMHibernationPreview --namespace Microsoft.Compute
150
-
```
151
-
---
152
-
153
115
## Getting started with hibernation
154
116
155
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