Skip to content

Commit 4351346

Browse files
author
RoseHJM
committed
removed hibernation preview note
1 parent 8c9c668 commit 4351346

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

articles/dev-box/how-to-configure-stop-on-disconnect.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,9 @@ ms.topic: how-to
2020

2121
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.
2222

23-
2423
> [!NOTE]
2524
> 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).
2625
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-
3126
## Permissions
3227

3328
To manage stop on connect settings on a dev box pool, you need the following permissions:

articles/dev-box/how-to-hibernate-your-dev-box.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: dev-box
77
ms.custom: devx-track-azurecli
88
author: RoseHJM
99
ms.author: rosemalcolm
10-
ms.date: 01/31/2025
10+
ms.date: 03/20/2025
1111
ms.topic: how-to
1212
#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.
1313
---
@@ -67,10 +67,6 @@ To shut down your dev box, either
6767
- Developer portal - Go to the [developer portal](https://aka.ms/devbox-portal), select your DevBox, and on the actions menu, select **Shut down**.
6868
- CLI - `az devcenter dev dev-box stop --name <YourDevBoxName> --dev-center-name <YourDevCenterName> --project-name <YourProjectName> --user-id "me" --hibernate false`
6969

70-
**When my dev box resumes from a hibernated state, all my open windows were gone.**
71-
72-
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.
73-
7470
**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?**
7571

7672
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).

0 commit comments

Comments
 (0)