Skip to content

Commit c1bb283

Browse files
Merge pull request #296822 from RoseHJM/mdb-freshness-march-01
MDB - freshness - March - 01
2 parents e0cf0a9 + 8c7e068 commit c1bb283

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

articles/dev-box/how-to-configure-azure-compute-gallery.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ services: dev-box
66
ms.service: dev-box
77
author: RoseHJM
88
ms.author: rosemalcolm
9-
ms.date: 12/20/2023
9+
ms.date: 03/23/2025
1010
ms.topic: how-to
11+
12+
#customer intent: As a developer, I want to learn how to configure and attach an Azure compute gallery to a dev center in Microsoft Dev Box so that I can use a compute gallery to manage and share dev box images.
1113
---
1214

1315
# Configure Azure Compute Gallery for Microsoft Dev Box
1416

15-
In this article, you learn how to configure and attach an Azure compute gallery to a dev center in Microsoft Dev Box. With Azure Compute Gallery, you can give developers customized images for their dev box.
16-
17-
Azure Compute Gallery is a service for managing and sharing images. A gallery is a repository that's stored in your Azure subscription and helps you build structure and organization around your image resources. Dev Box supports GitHub, Azure Repos, and Bitbucket repositories to provide an image gallery.
17+
This article explains how to configure and attach an Azure compute gallery to a dev center in Microsoft Dev Box. Azure Compute Gallery allows you to manage and share customized images for dev boxes, helping development teams standardize and streamline their workflows. By attaching a compute gallery to a dev center, you can create dev box definitions based on stored images, ensuring consistency and efficiency.
1818

1919
After you attach a compute gallery to a dev center in Microsoft Dev Box, you can create dev box definitions based on images stored in the compute gallery.
2020

21-
Advantages of using a gallery include:
21+
Advantages of using a gallery:
2222

23-
- You maintain the images in a single location and use them across dev centers, projects, and pools.
24-
- Development teams can use the latest version of an image definition to ensure they always receive the most recent image when creating dev boxes.
25-
- Development teams can standardize on a supported image version until a newer version is validated.
23+
- Centralized image management: Maintain images in a single location and reuse them across dev centers, projects, and pools.
24+
- Always up-to-date: Ensure development teams receive the latest validated image versions for consistent dev box creation.
25+
- Standardization: Allow teams to standardize on a supported image version until a newer version is validated.
2626

2727
To learn more about Azure Compute Gallery and how to create galleries, see:
2828

@@ -31,8 +31,8 @@ To learn more about Azure Compute Gallery and how to create galleries, see:
3131

3232
## Prerequisites
3333

34-
- A dev center. If you don't have one available, follow the steps in [Create a dev center](quickstart-configure-dev-box-service.md#create-a-dev-center).
35-
- A compute gallery. Images stored in a compute gallery can be used in a dev box definition, provided they meet the requirements listed in the [Compute gallery image requirements](#compute-gallery-image-requirements) section.
34+
- **Dev center:** If you don't have a dev center, follow the steps in [Create a dev center](quickstart-configure-dev-box-service.md#create-a-dev-center).
35+
- **Compute gallery:** Ensure your compute gallery meets the [image requirements](#compute-gallery-image-requirements) to be used in dev box definitions.
3636

3737
> [!NOTE]
3838
> Microsoft Dev Box doesn't support community galleries.
@@ -135,7 +135,7 @@ Use the following steps to manually assign the role.
135135
| --- | --- |
136136
| **Role** | Select **Contributor**. |
137137
| **Assign access to** | Select **Managed Identity**. |
138-
| **Members** | Search for and select the user-assigned managed identity that you created when you [added a user-assigned identity to the dev center](#add-a-user-assigned-identity-to-the-dev-center). |
138+
| **Members** | Search for and select the user-assigned managed identity that you created when you added a user-assigned identity to the dev center. |
139139

140140
You can use the same managed identity in multiple dev centers and compute galleries. Any dev center with the managed identity added has the necessary permissions to the images in the gallery that has the Contributor role assignment added.
141141

@@ -169,7 +169,7 @@ To use the images from a compute gallery in dev box definitions, you must first
169169

170170
:::image type="content" source="media/how-to-configure-azure-compute-gallery/gallery-grid.png" alt-text="Screenshot that shows the page for compute galleries page with example galleries listed.":::
171171

172-
After you successfully add a gallery, the images in the gallery are available to select when you create and update dev box definitions.
172+
After adding a gallery, the images in the gallery are available to select when you create and update dev box definitions.
173173

174174
## Remove a gallery from a dev center
175175

@@ -178,6 +178,8 @@ You can detach galleries from dev centers so their images can no longer be used
178178
> [!NOTE]
179179
> You can't remove galleries that are being actively used in dev box definitions. Before you can remove such a gallery, you must delete the associated dev box definition or update the definition to use an image from a different gallery.
180180
181+
You can't remove galleries actively used in dev box definitions.
182+
181183
1. Sign in to the [Azure portal](https://portal.azure.com).
182184

183185
1. In the search box, enter **dev box**. In the list of results, select **Dev centers**.

0 commit comments

Comments
 (0)