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
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,14 @@ In this article, you learn how to enable and disable hibernation in Microsoft De
19
19
20
20
Hibernating dev boxes at the end of the workday can help you save a substantial portion of your virtual machine (VM) costs. It eliminates the need for developers to shut down their dev box and lose their open windows and applications.
21
21
22
-
With the introduction of Dev Box Hibernation (Preview), 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.
22
+
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.
23
23
24
24
There are three steps to enable hibernation:
25
25
26
26
1. Enable hibernation on your dev box image
27
27
1. Enable hibernation on your dev box definition
28
28
1. Automate hibernation of pools of dev boxes using auto-stop schedules, or stop on RDP disconnect.
29
29
30
-
> [!IMPORTANT]
31
-
> Dev Box Hibernation is currently in PREVIEW.
32
-
> 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.
33
-
34
30
## Considerations for hibernation-enabled images
35
31
36
32
Before you enable hibernation on your dev box, review the following considerations for hibernation-enabled images.
@@ -53,9 +49,6 @@ Before you enable hibernation on your dev box, review the following consideratio
53
49
54
50
- 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.
55
51
56
-
> [!NOTE]
57
-
> The functionality to schedule dev boxes to hibernate automatically is available as a public preview. You can read more about the announcement at [Microsoft Dev Box - Auto-Hibernation Schedules Preview](https://aka.ms/devbox/preview/hibernate-on-schedule).
58
-
59
52
### Settings not compatible with hibernation
60
53
61
54
The following settings are known to be incompatible with hibernation, and aren't supported for hibernation scenarios:
Copy file name to clipboardExpand all lines: articles/dev-box/how-to-hibernate-your-dev-box.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,6 @@ Hibernation is a power-saving state that saves your running applications to your
20
20
21
21
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.
22
22
23
-
> [!IMPORTANT]
24
-
> Dev Box Hibernation is currently in PREVIEW.
25
-
> 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.
26
-
27
23
## Hibernate your dev box using the developer portal
28
24
29
25
To hibernate your dev box through the Microsoft Dev Box developer portal:
@@ -76,4 +72,4 @@ Some settings aren't compatible with hibernation and prevent your dev box from h
76
72
## Related content
77
73
78
74
-[Manage a dev box by using the developer portal](how-to-create-dev-boxes-developer-portal.md)
79
-
-[How to configure Dev Box Hibernation (preview)](how-to-configure-dev-box-hibernation.md)
75
+
-[How to configure Dev Box Hibernation](how-to-configure-dev-box-hibernation.md)
0 commit comments