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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.topic: how-to
13
13
<!-- Intent: As a dev infrastructure manager, I want to be able to manage dev box pools so that I can provide appropriate dev boxes to my users. -->
14
14
15
15
# Manage a dev box pool
16
-
To enable developers to self-serve dev boxes in projects, you must configure dev box pools that specify the dev box definitions and network connections used when dev boxes are created. Dev box users create dev boxes using the dev box pool.
16
+
To enable developers to self-serve dev boxes from projects, you must configure dev box pools that specify the dev box definitions and network connections used when dev boxes are created. Dev box users create dev boxes using the dev box pool.
17
17
18
18
## Permissions
19
19
To manage a dev box pool, you need the following permissions:
@@ -23,11 +23,11 @@ To manage a dev box pool, you need the following permissions:
23
23
|Create, delete, or update dev box pool|Owner or Contributor permissions on an Azure Subscription or a specific resource group. </br> DevCenter Project Admin for the project.|
24
24
25
25
## Create a dev box pool
26
-
A dev box pool is a collection of dev boxes that you manage together. You must have a pool before users can create a dev box, and all dev boxes created in the pool will be in the same region.
26
+
A dev box pool is a collection of dev boxes that you manage together. You must have a pool before users can create a dev box.
27
27
28
28
The following steps show you how to create a dev box pool associated with a project. You'll use an existing dev box definition and network connection in the dev center to configure a dev box pool.
29
29
30
-
<!-- how many can you create dev box pools? can you create -->
30
+
<!-- how many dev box pools can you create -->
31
31
32
32
If you don't have an available dev center with an existing dev box definition and network connection, follow the steps in [Quickstart: Configure the Microsoft Dev Box service](quickstart-configure-dev-box-service.md) to create them.
33
33
@@ -37,7 +37,7 @@ If you don't have an available dev center with an existing dev box definition an
37
37
38
38
:::image type="content" source="./media/how-to-manage-dev-box-pools/discover-projects.png" alt-text="Screenshot showing a search for projects from the Azure portal search box.":::
39
39
40
-
1. Open the project in which you want to create the dev box pool.
40
+
1. Open the project with which you want to associate the new dev box pool.
41
41
42
42
:::image type="content" source="./media/how-to-manage-dev-box-pools/projects-grid.png" alt-text="Screenshot of the list of existing projects.":::
43
43
@@ -67,9 +67,9 @@ The dev box pool will be deployed and health checks will be run to ensure the im
67
67
68
68
69
69
## Delete a dev box pool
70
-
You can delete a dev box pool when you are no longer using it. Deleting a dev box pool will delete all the existing dev boxes within the pool.
70
+
You can delete a dev box pool when you are no longer using it.
71
71
72
-
> [!IMPORTANT]
72
+
> [!CAUTION]
73
73
> When you delete a dev box pool, all existing dev boxes within the pool will be permanently deleted.
74
74
75
75
1. Sign in to the [Azure portal](https://portal.azure.com).
0 commit comments