Skip to content

Commit 20e9139

Browse files
authored
typos fixes and toc
1 parent 7803737 commit 20e9139

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

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

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
11
---
2-
title: Set a dev box auto-stop schedule
2+
title: Stop dev boxes automatically when a user disconnects.
33
titleSuffix: Microsoft Dev Box
4-
description: Learn how to configure stop on disconnect to automatically stop dev boxes in a pool when a user .
4+
description: Learn how to automatically stop a dev box when a user disconnects by configuring the auto stop setting on the Dev Box Pool.
5+
6+
57
services: dev-box
68
ms.service: dev-box
79
ms.custom: devx-track-azurecli
810
author: dhruvmu
911
ms.author: rosemalcolm
1012
ms.date: 01/10/2024
1113
ms.topic: how-to
14+
15+
#Customer intent: As a Dev Box administrator, I want to configure dev boxes to stop when a user disconnects so that I can control costs.
1216
---
1317

14-
# Auto-stop your Dev Boxes on schedule
18+
# Auto-stop your Dev Boxes when users disconnect
19+
1520

16-
To save on costs, you can configure your Dev Box pools to stop when a user disconnects from their RDP session
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.
1722

1823
> [!NOTE]
19-
> 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)
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).
2025
2126
## Permissions
2227

@@ -50,7 +55,7 @@ az devcenter admin pool update --pool-name {poolName} --project {projectName} --
5055

5156
### Disable stop on disconnect
5257

53-
The following Azure CLI command enabdisablesles stop on disconnect on a dev box pool:
58+
The following Azure CLI command disables stop on disconnect on a dev box pool:
5459

5560
```azurecli
5661
az devcenter admin pool update --pool-name {poolName} --project {projectName} --resource-group {resourceGroupName} --stop-on-disconnect status="Disabled"

articles/dev-box/how-to-configure-stop-schedule.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.topic: how-to
1616
To save on costs, you can enable an auto-stop schedule on a dev box pool. Microsoft Dev Box attempts to stop all dev boxes in the pool at the time specified in the schedule. You can configure one stop time in one timezone for each pool.
1717

1818
> [!NOTE]
19-
> Auto-stop schedules hibernate Dev Boxes that were created with a hibernation-enabled Dev Box definition. Dev boxes that were created using Dev >Box definitions that do not support hibernation will be shut down. 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)
19+
> Auto-stop schedules hibernate Dev Boxes that were created with a hibernation-enabled Dev Box definition. Dev boxes that were created using Dev Box definitions that do not support hibernation will be shut down. 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)
2020
2121
## Permissions
2222

articles/dev-box/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ items:
9797
href: how-to-hibernate-your-dev-box.md
9898
- name: Configure an auto-stop schedule
9999
href: how-to-configure-stop-schedule.md
100+
- name: Configure stop on disconnect
101+
href: how-to-configure-stop-on-disconnect.md
100102
- name: Skip or delay an automatic shutdown
101103
href: how-to-skip-delay-stop.md
102104
- name: Reference

0 commit comments

Comments
 (0)