Skip to content

Commit ef0d5f8

Browse files
Merge pull request #277034 from dhruvchand/devbox-stop-on-disconnect
Remove schedule references
2 parents f765e68 + 4728a97 commit ef0d5f8

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

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

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,24 @@ 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+
2324
> [!NOTE]
2425
> 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).
2526
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+
2631
## Permissions
2732

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:
2934

3035
| Action | Permission required |
3136
|---|---|
32-
| _Configure a schedule_ | Owner, Contributor, or DevCenter Project Admin. |
37+
| _Configure a pool_ | Owner, Contributor, or DevCenter Project Admin. |
3338

3439

35-
## Manage an auto-stop schedule with the Azure CLI
40+
## Manage stop on disconnect settings with the Azure CLI
3641

3742
You can manage stop on disconnect settings on dev box pools by using the Azure CLI.
3843

@@ -51,7 +56,7 @@ az devcenter admin pool update --pool-name {poolName} --project {projectName} --
5156
| `project` | Name of your dev box project. |
5257
| `resource-group` | Name of the resource group for your dev box pool. |
5358
| `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`. |
5560

5661
### Disable stop on disconnect
5762

0 commit comments

Comments
 (0)