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/dev-box/how-to-configure-dev-box-hibernation.md
+2-9Lines changed: 2 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,14 @@ ms.topic: how-to
24
24
25
25
Hibernation in Microsoft Dev Box helps you manage cloud development environments efficiently while reducing costs. By enabling hibernation, you can preserve the state of open applications and windows, saving virtual machine (VM) costs without disrupting workflows. This article explains how to configure hibernation at the dev box image and definition levels, automate hibernation schedules, and address compatibility considerations.
26
26
27
-
With Dev Box Hibernation (Preview), you can enable hibernation on new dev boxes, allowing you to hibernate and resume them seamlessly. This feature simplifies dev box management while maintaining productivity.
27
+
With the introduction of Dev Box Hibernation, you can enable this capability on new dev boxes and hibernate and resume them. This feature provides a convenient way to manage your dev boxes while maintaining your work environment.
28
28
29
29
Follow these three steps to enable hibernation:
30
30
31
31
1. Enable hibernation on your dev box image
32
32
1. Enable hibernation on your dev box definition
33
33
1. Automate hibernation of pools of dev boxes using auto-stop schedules, or stop on RDP disconnect.
34
34
35
-
> [!IMPORTANT]
36
-
> Dev Box Hibernation is currently in PREVIEW.
37
-
> For more information about the preview status, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The document defines legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
38
-
39
35
## Considerations for hibernation-enabled images
40
36
41
37
Before you enable hibernation on your dev box, review the following considerations for hibernation-enabled images.
@@ -56,10 +52,7 @@ Before you enable hibernation on your dev box, review the following consideratio
56
52
57
53
- Hibernation doesn't support hypervisor-protected code integrity (HVCI)/ Memory Integrity features. Dev box disables this feature automatically.
58
54
59
-
- Auto-stop schedules hibernate Dev Boxes created after you enable hibernation on the associated Dev Box definition. Dev Boxes that were created before you enabled hibernation on the Dev Box definition will continue to shut down.
60
-
61
-
> [!NOTE]
62
-
> The functionality to schedule dev boxes to hibernate automatically is available as a public preview.
55
+
- Auto-stop schedules will hibernate Dev Boxes that were created after you enabled hibernation on the associated Dev Box definition. Dev Boxes that were created before you enabled hibernation on the Dev Box definition will continue to shut down.
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-configure-stop-on-disconnect.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,14 +20,9 @@ ms.topic: how-to
20
20
21
21
To save on costs, you can configure your Dev Box pools to stop when a user disconnects from their RDP session, after a timeout period that you can configure. Microsoft Dev Box attempts to stop all dev boxes after a user disconnects, and they do not re-establish a new RDP session within the configured timeout period.
22
22
23
-
24
23
> [!NOTE]
25
24
> Stop on disconnect will only apply to Dev Boxes that are created with hibernation enabled Dev Box definitions. To learn more about enabling hibernation on your Dev Box definitions, see [how to configure dev box hibernation](./how-to-configure-dev-box-hibernation.md).
26
25
27
-
> [!IMPORTANT]
28
-
> Dev Box Hibernation is currently in PREVIEW.
29
-
> For more information about the preview status, see the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). The document defines legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
30
-
31
26
## Permissions
32
27
33
28
To manage stop on connect settings on a dev box pool, you need the following permissions:
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-hibernate-your-dev-box.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: dev-box
7
7
ms.custom: devx-track-azurecli
8
8
author: RoseHJM
9
9
ms.author: rosemalcolm
10
-
ms.date: 01/31/2025
10
+
ms.date: 03/20/2025
11
11
ms.topic: how-to
12
12
#Customer intent: As a developer, I want to be able to hibernate my dev boxes so that I can resume work where I left off.
13
13
---
@@ -22,10 +22,6 @@ Hibernation is a power-saving state that saves your running applications to your
22
22
23
23
You can hibernate your dev box through the Microsoft Dev Box developer portal or the CLI. You can't hibernate your dev box from within the virtual machine.
24
24
25
-
> [!IMPORTANT]
26
-
> Dev Box Hibernation is currently in PREVIEW.
27
-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
28
-
29
25
## Hibernate your dev box using the developer portal
30
26
31
27
To hibernate your dev box through the Microsoft Dev Box developer portal:
@@ -73,15 +69,11 @@ To shut down your dev box, either
73
69
- Developer portal - Go to the [developer portal](https://aka.ms/devbox-portal), select your DevBox, and on the actions menu, select **Shut down**.
**When my dev box resumes from a hibernated state, all my open windows were gone.**
77
-
78
-
Dev Box Hibernation is a preview feature, and you might run into reliability issues. Enable AutoSave on your applications to minimize the effects of session loss.
79
-
80
72
**I changed some settings on one of my dev boxes and it no longer hibernates. My other dev boxes hibernate without issues. What could be the problem?**
81
73
82
74
Some settings aren't compatible with hibernation and prevent your dev box from hibernating. To learn about these settings, see: [Settings not compatible with hibernation](how-to-configure-dev-box-hibernation.md#settings-not-compatible-with-hibernation).
83
75
84
76
## Related content
85
77
86
78
-[Manage a dev box by using the developer portal](how-to-create-dev-boxes-developer-portal.md)
87
-
-[How to configure Dev Box Hibernation (preview)](how-to-configure-dev-box-hibernation.md)
79
+
-[How to configure Dev Box Hibernation](how-to-configure-dev-box-hibernation.md)
0 commit comments