Skip to content

Commit b1c1596

Browse files
authored
Update how-to-configure-dev-box-hibernation.md
1 parent e7b96ff commit b1c1596

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/dev-box/how-to-configure-dev-box-hibernation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,16 @@ az devcenter admin devbox-definition update
141141
--dev-box-definition-name <devBoxDefinitionName> -–dev-center-name <devCenterName> --resource-group <resourceGroupName> –-hibernateSupport Enabled
142142
```
143143

144+
### Troubleshooting
145+
146+
If you enable hibernation on a Dev Box definition, but the definition reports that hibernation couldn't be enabled:
147+
- We recommend using the Visual Studio for Dev Box marketplace images, either directly, or as base images for generating your custom image.
148+
- The Windows + OS optimizations image contains optimized power settings, and they can't be used with hibernation.
149+
- If you're using a custom Azure Compute Gallery image, enable hibernation on your Azure Compute Gallery image before enabling hibernation on your Dev Box definition.
150+
- If hibernation can't be enabled on the definition even after you enable it on your gallery image, your custom image likely has a Windows configuration that prevents hibernation.
151+
152+
For more information, see [Settings not compatible with hibernation](how-to-configure-dev-box-hibernation.md#settings-not-compatible-with-hibernation).
153+
144154
## Disable hibernation on a dev box definition
145155

146156
If you have issues provisioning new VMs after you enable hibernation on a pool, you can disable hibernation on the dev box definition. You can also disable hibernation when you want to revert the setting to only shutdown dev boxes.

0 commit comments

Comments
 (0)