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-stop-on-disconnect.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,24 @@ 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
+
23
24
> [!NOTE]
24
25
> 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).
25
26
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
+
26
31
## Permissions
27
32
28
-
To manage a dev box schedule, you need the following permissions:
33
+
To manage stop on connect settings on a dev box pool, you need the following permissions:
29
34
30
35
| Action | Permission required |
31
36
|---|---|
32
-
|_Configure a schedule_| Owner, Contributor, or DevCenter Project Admin. |
37
+
|_Configure a pool_| Owner, Contributor, or DevCenter Project Admin. |
33
38
34
39
35
-
## Manage an auto-stop schedule with the Azure CLI
40
+
## Manage stop on disconnect settings with the Azure CLI
36
41
37
42
You can manage stop on disconnect settings on dev box pools by using the Azure CLI.
38
43
@@ -51,7 +56,7 @@ az devcenter admin pool update --pool-name {poolName} --project {projectName} --
51
56
|`project`| Name of your dev box project. |
52
57
|`resource-group`| Name of the resource group for your dev box pool. |
53
58
|`grace-period-minutes`| Duration to wait after the user disconnects from an RDP session before stopping the dev box, in minutes|
54
-
|`status`| Indicates whether the schedule is in use. The options include `Enabled` or `Disabled`. |
59
+
|`status`| Indicates whether stop on disconnect is in use. The options include `Enabled` or `Disabled`. |
0 commit comments