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-manage-dev-box-pools.md
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
---
2
-
title: Manage a dev box pool
2
+
title: Manage Dev Box Pools Effectively
3
3
titleSuffix: Microsoft Dev Box
4
-
description: Microsoft Dev Box dev box pools are collections of dev boxes that you manage together. Learn how to create, configure, and delete dev box pools.
4
+
description: Manage dev box pools in Microsoft Dev Box with step-by-step guidance on creating, configuring, and deleting pools for optimal developer productivity.
5
5
services: dev-box
6
6
ms.service: dev-box
7
7
author: RoseHJM
8
8
ms.author: rosemalcolm
9
-
ms.date: 01/05/2024
9
+
ms.date: 03/23/2025
10
10
ms.topic: how-to
11
-
#Customer intent: As a platform engineer, I want to be able to manage dev box pools so that I can provide appropriate dev boxes to my users.
11
+
ms.custom:
12
+
- ai-gen-docs-bap
13
+
- ai-gen-description
14
+
- ai-seo-date:03/23/2025
15
+
- ai-gen-title
12
16
---
13
17
14
18
# Manage a dev box pool in Microsoft Dev Box
@@ -19,6 +23,8 @@ A dev box pool is a collection of dev boxes that have the same settings, such as
19
23
20
24
Dev box pools define the location of the dev boxes through the network connection. You can choose to deploy dev boxes to a Microsoft-hosted network or to a network that you manage. If you choose to deploy dev boxes to a network that you manage, you must first [configure a network connection](./how-to-configure-network-connections.md). Organizations that support developers in multiple geographical locations can create dev box pools for each location by specifying a nearby region.
21
25
26
+
Select a region close to your developers' physical location to ensure the lowest latency experience with dev box.
27
+
22
28
Developers that have access to the project in the dev center can create a dev box from a dev box pool.
23
29
24
30
## Permissions
@@ -92,11 +98,11 @@ To manage dev boxes in a pool, you must access the pool through the associated p
92
98
93
99
1. Select **Dev box pools**.
94
100
95
-
1. Select the pool that contains the dev box that you want to manage. The names of pools that you can manage are displayed as links. If you don't see the pool name displayed as a link, check that you're a member of the Project Admin role for this project.
101
+
1. Select the pool that contains the dev box that you want to manage. The names of pools you can manage display as links. If you don't see the pool name displayed as a link, check that you're a member of the Project Admin role for this project.
96
102
97
103
:::image type="content" source="media/how-to-manage-dev-box-pools/manage-dev-box-pool.png" alt-text="Screenshot showing a list of dev box pools in Azure portal." lightbox="media/how-to-manage-dev-box-pools/manage-dev-box-pool.png":::
98
104
99
-
1. Select more actions (**...**) for the dev box that you want to manage.
105
+
1. Select more actions for the dev box that you want to manage.
100
106
101
107
:::image type="content" source="media/how-to-manage-dev-box-pools/manage-dev-box-in-azure-portal.png" alt-text="Screenshot of the Azure portal, showing dev boxes in a dev box pool." lightbox="media/how-to-manage-dev-box-pools/manage-dev-box-in-azure-portal.png":::
102
108
@@ -111,6 +117,8 @@ You can delete a dev box pool when you're no longer using it.
111
117
> [!CAUTION]
112
118
> When you delete a dev box pool, all existing dev boxes within the pool are permanently deleted.
113
119
120
+
Deleting a dev box pool permanently deletes all existing dev boxes within the pool.
121
+
114
122
To delete a dev box pool in the Azure portal:
115
123
116
124
1. Sign in to the [Azure portal](https://portal.azure.com).
@@ -119,12 +127,14 @@ To delete a dev box pool in the Azure portal:
119
127
120
128
1. Open the project from which you want to delete the dev box pool.
121
129
122
-
1. Select more actions (**...**) for the dev box pool that you want to delete.
130
+
1. Select more actions for the dev box pool that you want to delete.
123
131
124
132
1. Select **Delete**.
125
133
126
134
1. In the confirmation message, confirm the deletion by entering the name of the dev box pool that you want to delete, and then select **Delete**.
127
135
136
+
Select **Delete** to confirm.
137
+
128
138
:::image type="content" source="./media/how-to-manage-dev-box-pools/dev-box-pool-delete-confirm.png" alt-text="Screenshot of the confirmation message for deleting a dev box pool." lightbox="./media/how-to-manage-dev-box-pools/dev-box-pool-delete-confirm.png":::
0 commit comments