Skip to content

Commit b22b846

Browse files
authored
Merge pull request #262585 from GitHubber17/183368-14
Freshness | Microsoft Dev Box procedures
2 parents a225b07 + f60a2ef commit b22b846

File tree

6 files changed

+32
-32
lines changed

6 files changed

+32
-32
lines changed

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

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 04/25/2023
9+
ms.date: 01/05/2024
1010
ms.topic: how-to
1111
#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.
1212
---
@@ -15,19 +15,19 @@ ms.topic: how-to
1515

1616
In this article, you learn how to manage a dev box pool in Microsoft Dev Box by using the Azure portal.
1717

18-
A dev box pool is the collection of dev boxes that have the same settings, such as the dev box definition and network connection. A dev box pool is associated with a Microsoft Dev Box project.
18+
A dev box pool is a collection of dev boxes that have the same settings, such as the dev box definition and network connection. A dev box pool is associated with a Microsoft Dev Box project.
1919

2020
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.
2121

22-
Developers that have access to the project in the dev center, can then create a dev box from a dev box pool.
22+
Developers that have access to the project in the dev center can create a dev box from a dev box pool.
2323

2424
## Permissions
2525

2626
To manage a dev box pool, you need the following permissions:
2727

28-
|Action|Permissions required|
29-
|-----|-----|
30-
|Create, delete, or update a dev box pool|Owner or Contributor permissions on an Azure subscription or a specific resource group. </br> DevCenter Project Admin permissions for the project.|
28+
| Action | Permissions required |
29+
|---|---|
30+
| _Create, delete, or update a dev box pool_ | - Owner or Contributor permissions on an Azure subscription or a specific resource group. </br> - DevCenter Project Admin permissions for the project. |
3131

3232
## Create a dev box pool
3333

@@ -41,38 +41,38 @@ If you don't have an available dev center with an existing dev box definition an
4141

4242
1. In the search box, enter **projects**. In the list of results, select **Projects**.
4343

44-
:::image type="content" source="./media/how-to-manage-dev-box-pools/discover-projects.png" alt-text="Screenshot that shows a search for projects from the Azure portal search box.":::
44+
:::image type="content" source="./media/how-to-manage-dev-box-pools/discover-projects.png" alt-text="Screenshot that shows a search for projects from the Azure portal search box." lightbox="./media/how-to-manage-dev-box-pools/discover-projects.png":::
4545

46-
1. Open the project with which you want to associate the new dev box pool.
46+
1. Open the Dev Box project with which you want to associate the new dev box pool.
4747

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

5050
1. Select **Dev box pools**, and then select **Create**.
5151

52-
:::image type="content" source="./media/how-to-manage-dev-box-pools/dev-box-pool-grid-empty.png" alt-text="Screenshot of the empty list of dev box pools within a project, along with the Create button.":::
52+
:::image type="content" source="./media/how-to-manage-dev-box-pools/dev-box-pool-grid-empty.png" alt-text="Screenshot of the empty list of dev box pools within a project, along with the Create button." lightbox="./media/how-to-manage-dev-box-pools/dev-box-pool-grid-empty.png":::
5353

5454
1. On the **Create a dev box pool** pane, enter the following values:
5555

56-
|Name|Value|
57-
|----|----|
58-
|**Name**|Enter a name for the pool. The pool name is visible to developers to select when they're creating dev boxes. It must be unique within a project.|
59-
|**Dev box definition**|Select an existing dev box definition. The definition determines the base image and size for the dev boxes that are created in this pool.|
60-
|**Network connection**|1. Select **Deploy to a Microsoft hosted network**, or use an existing network connection. </br>2. Select the region where the dev boxes should be deployed. Be sure to select a region that is close to where your developers are physically located to ensure the lowest latency experience with dev box.|
61-
|**Dev box Creator Privileges**|Select **Local Administrator** or **Standard User**.|
62-
|**Enable Auto-stop**|**Yes** is the default. Select **No** to disable an auto-stop schedule. You can configure an auto-stop schedule after the pool is created.|
63-
|**Stop time**| Select a time to shut down all the dev boxes in the pool.|
64-
|**Time zone**| Select the time zone that the stop time is in.|
65-
|**Licensing**| Select this checkbox to confirm that your organization has Azure Hybrid Benefit licenses that you want to apply to the dev boxes in this pool. |
56+
| Setting | Value |
57+
|---|---|
58+
| **Name** |Enter a name for the pool. The pool name is visible to developers to select when they're creating dev boxes. It must be unique within a project. |
59+
| **Dev box definition** | Select an existing dev box definition. The definition determines the base image and size for the dev boxes that are created in this pool. |
60+
| **Network connection** | 1. Select **Deploy to a Microsoft hosted network**, or use an existing network connection. </br>2. Select the region where the dev boxes should be deployed. Be sure to select a region that is close to where your developers are physically located to ensure the lowest latency experience with dev box. |
61+
| **Dev box Creator Privileges** | Select **Local Administrator** or **Standard User**. |
62+
| **Enable Auto-stop** | **Yes** is the default. Select **No** to disable an auto-stop schedule. You can configure an auto-stop schedule after the pool is created. |
63+
| **Stop time** | Select a time to shut down all the dev boxes in the pool. |
64+
| **Time zone** | Select the time zone that the stop time is in. |
65+
| **Licensing** | Select this checkbox to confirm that your organization has Azure Hybrid Benefit licenses that you want to apply to the dev boxes in this pool. |
6666

67-
:::image type="content" source="./media/how-to-manage-dev-box-pools/create-pool-details.png" alt-text="Screenshot of the pane for creating a dev box pool.":::
67+
:::image type="content" source="./media/how-to-manage-dev-box-pools/create-pool-details.png" alt-text="Screenshot of the pane for creating a dev box pool." lightbox="./media/how-to-manage-dev-box-pools/create-pool-details.png":::
6868

6969
1. Select **Create**.
7070

7171
1. Verify that the new dev box pool appears in the list. You might need to refresh the screen.
7272

7373
The Azure portal deploys the dev box pool and runs health checks to ensure that the image and network pass the validation criteria for dev boxes. The following screenshot shows four dev box pools, each with a different status.
7474

75-
:::image type="content" source="./media/how-to-manage-dev-box-pools/dev-box-pool-grid-populated.png" alt-text="Screenshot that shows a list of dev box pools and status information.":::
75+
:::image type="content" source="./media/how-to-manage-dev-box-pools/dev-box-pool-grid-populated.png" alt-text="Screenshot that shows a list of dev box pools and status information." lightbox="./media/how-to-manage-dev-box-pools/dev-box-pool-grid-populated.png" :::
7676

7777
## Manage dev boxes in a pool
7878

@@ -88,15 +88,15 @@ You can manage existing dev boxes in a dev box pool through the Azure portal. Yo
8888

8989
1. Select the pool that contains the dev box that you want to manage.
9090

91-
:::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":::
91+
:::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":::
9292

93-
1. Scroll to the far right, and select the Dev box operations menu (**...**) for the dev box that you want to manage.
93+
1. Scroll to the right, and select more actions (**...**) for the dev box that you want to manage.
9494

95-
:::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":::
95+
:::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":::
9696

9797
1. Depending on the current state of the dev box, you can select **Start**, **Stop**, or **Delete**.
9898

99-
:::image type="content" source="media/how-to-manage-dev-box-pools/dev-box-operations-menu.png" alt-text="Screenshot of the Azure portal, showing the menu for managing a dev box." lightbox="media/how-to-manage-dev-box-pools/dev-box-operations-menu.png":::
99+
:::image type="content" source="media/how-to-manage-dev-box-pools/dev-box-operations-menu.png" alt-text="Screenshot of the Azure portal, showing the menu for managing a dev box." lightbox="media/how-to-manage-dev-box-pools/dev-box-operations-menu.png":::
100100

101101
## Delete a dev box pool
102102

@@ -112,17 +112,17 @@ To delete a dev box pool in the Azure portal:
112112
1. In the search box, enter **projects**. In the list of results, select **Projects**.
113113

114114
1. Open the project from which you want to delete the dev box pool.
115-
116-
1. Select the dev box pool you that you want to delete, and then select **Delete**.
117115

118-
:::image type="content" source="./media/how-to-manage-dev-box-pools/dev-box-pool-delete.png" alt-text="Screenshot of a selected dev box pool in the list of dev box pools, along with the Delete button.":::
116+
1. Scroll to the right, and select more actions (**...**) for the dev box pool that you want to delete.
117+
118+
1. Select **Delete**.
119119

120-
1. In the confirmation message, select **Continue**.
120+
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**.
121121

122-
:::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.":::
122+
:::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":::
123123

124124
## Related content
125125

126126
- [Provide access to projects for project admins](./how-to-project-admin.md)
127-
- [2. Create a dev box definition](quickstart-configure-dev-box-service.md#create-a-dev-box-definition)
127+
- [Create a dev box definition](quickstart-configure-dev-box-service.md#create-a-dev-box-definition)
128128
- [Configure Azure Compute Gallery](./how-to-configure-azure-compute-gallery.md)
-16.7 KB
Loading
Binary file not shown.
-66.3 KB
Loading
-72.6 KB
Loading
7.87 KB
Loading

0 commit comments

Comments
 (0)