Skip to content

Commit b30b1d6

Browse files
committed
rephrasing
1 parent 0e47371 commit b30b1d6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/dev-box/how-to-manage-dev-box-pools.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.topic: how-to
1313
<!-- 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. -->
1414

1515
# 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.
1717

1818
## Permissions
1919
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:
2323
|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.|
2424

2525
## 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.
2727

2828
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.
2929

30-
<!-- how many can you create dev box pools? can you create -->
30+
<!-- how many dev box pools can you create -->
3131

3232
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.
3333

@@ -37,7 +37,7 @@ If you don't have an available dev center with an existing dev box definition an
3737

3838
:::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.":::
3939

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.
4141

4242
:::image type="content" source="./media/how-to-manage-dev-box-pools/projects-grid.png" alt-text="Screenshot of the list of existing projects.":::
4343

@@ -67,9 +67,9 @@ The dev box pool will be deployed and health checks will be run to ensure the im
6767

6868

6969
## 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.
7171

72-
> [!IMPORTANT]
72+
> [!CAUTION]
7373
> When you delete a dev box pool, all existing dev boxes within the pool will be permanently deleted.
7474
7575
1. Sign in to the [Azure portal](https://portal.azure.com).

0 commit comments

Comments
 (0)