Skip to content

Commit 9007996

Browse files
Merge pull request #296826 from RoseHJM/mdb-freshness-march-04
MDB - Freshness March 04
2 parents 0926790 + 3deb432 commit 9007996

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

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

Lines changed: 9 additions & 6 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: 01/05/2024
9+
ms.date: 03/23/2025
1010
ms.topic: how-to
1111
#Customer intent: As a platform engineer, I want to be able to manage dev box definitions so that I can provide appropriate dev boxes to my users.
1212
---
@@ -36,20 +36,22 @@ When you create a dev box definition, you need to select a virtual machine image
3636

3737
Azure Marketplace gives you quick access to various images, including images that are preconfigured with productivity tools like Microsoft Teams and provide optimal performance.
3838

39-
When you're selecting an Azure Marketplace image, consider using an image that has the latest version of Windows 11 Enterprise and the Microsoft 365 apps installed.
39+
When you select an Azure Marketplace image, use an image with the latest version of Windows 11 Enterprise and Microsoft 365 apps installed.
4040

4141
### Azure Compute Gallery
4242

4343
Azure Compute Gallery enables you to store and manage a collection of custom images. You can build an image to your dev team's exact requirements and store it in a compute gallery.
4444

4545
To use the custom image while creating a dev box definition, attach the compute gallery to your dev center in Microsoft Dev Box. Follow these steps to [attach a compute gallery to a dev center](how-to-configure-azure-compute-gallery.md).
4646

47+
To use a custom image when creating a dev box definition, attach the compute gallery to your dev center in Microsoft Dev Box. See [attach a compute gallery to a dev center](how-to-configure-azure-compute-gallery.md).
48+
4749
## Image versions
4850

4951
When you select an image to use in your dev box definition, you must specify which version of the image you want to use:
5052

5153
- **Numbered image versions**: If you want a consistent dev box definition in which the base image doesn't change, use a specific, numbered version of the image. Using a numbered version ensures that all the dev boxes in the pool always use the same version of the image.
52-
- **Latest image versions**: If you want a flexible dev box definition in which you can update the base image as requirements change, use the latest version of the image. This choice ensures that new dev boxes use the most recent version of the image. Existing dev boxes aren't modified when an image version is updated.
54+
- **Latest image versions**: If you want a flexible dev box definition in which you can update the base image as requirements change, use the latest version of the image. This choice ensures that new dev boxes use the most recent version of the image. Existing dev boxes aren't modified when an image version is updated. Select the **Latest** image version to ensure the dev box pool uses the most recent version of your chosen image from the gallery. This approach keeps new dev boxes up to date with the latest tools and code.
5355

5456
## Create a dev box definition
5557

@@ -89,12 +91,11 @@ The following steps show you how to create a dev box definition by using an exis
8991
> [!NOTE]
9092
> Microsoft Dev Box doesn't support:
9193
> - Preview builds from the Windows Insider Program.
92-
> - Dev box definitions with 4 core SKUs.
93-
94+
> - Dev box definitions with 4-core SKUs.
9495
9596
## Update a dev box definition
9697

97-
Over time, your needs for dev boxes can change. You might want to move from a Windows 10 base operating system to a Windows 11 base operating system, or increase the default compute specification for your dev boxes. Your initial dev box definitions might no longer be appropriate for your needs. You can update a dev box definition so new dev boxes use the new configuration.
98+
Over time, your dev box needs might change. For example, you might switch from a Windows 10 base operating system to Windows 11 or increase the default compute specification. Your initial dev box definitions might no longer be appropriate for your needs. You can update a dev box definition so new dev boxes use the new configuration.
9899

99100
When you update the image used in a dev box definition, you must ensure that you have sufficient IP addresses available in your virtual network. Additional free IP addresses are necessary for the Azure Network connection health check. If the health check fails the dev box definition will not update. You need 1 additional IP address per dev box, and two IP addresses for the health check and Dev Box infrastructure.
100101

@@ -120,6 +121,8 @@ You can update the image, image version, compute, and storage settings for a dev
120121

121122
You can delete a dev box definition when you no longer want to use it. Deleting a dev box definition is permanent and can't be undone. Dev box definitions can't be deleted if one or more dev box pools are using them.
122123

124+
You can't delete dev box definitions if one or more dev box pools use them.
125+
123126
To delete a dev box definition in the Azure portal:
124127

125128
1. Sign in to the [Azure portal](https://portal.azure.com).

0 commit comments

Comments
 (0)