Skip to content

Commit cefbef6

Browse files
authored
Merge pull request #304426 from RoseHJM/mdb-imaging-change
MDB - Dev Box imaging name change
2 parents 930fc2d + 8b26e77 commit cefbef6

21 files changed

Lines changed: 24 additions & 19 deletions

articles/dev-box/.openpublishing.redirection.dev-box.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
},
118118
{
119119
"source_path_from_root": "/articles/dev-box/how-to-configure-customization-imaging.md",
120-
"redirect_url": "/azure/dev-box/how-to-configure-dev-box-imaging",
120+
"redirect_url": "/azure/dev-box/how-to-configure-dev-center-imaging",
121121
"redirect_document_id": false
122122
},
123123
{
@@ -134,6 +134,11 @@
134134
"source_path_from_root": "/articles/dev-box/how-to-use-copilot-generate-image-definition-file.md",
135135
"redirect_url": "/azure/dev-box/how-to-configure-team-customizations",
136136
"redirect_document_id": false
137+
},
138+
{
139+
"source_path_from_root": "/articles/dev-box/how-to-configure-dev-box-imaging.md",
140+
"redirect_url": "/azure/dev-box/how-to-configure-dev-center-imaging",
141+
"redirect_document_id": false
137142
}
138143
]
139-
}
144+
}

articles/dev-box/concept-what-are-dev-box-customizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ To set up Dev Box to support team customizations, follow these steps:
107107
1. Create your dev box from the configured pool by using the developer portal.
108108

109109
To learn more about team customization and writing image definitions, see [Configure team customizations](how-to-configure-team-customizations.md).
110-
Then, to learn how to optimize your image definition into a custom image, see [Configure Dev Box imaging](how-to-configure-dev-box-imaging.md).
110+
Then, to learn how to optimize your image definition into a custom image, see [Configure dev center imaging](how-to-configure-dev-center-imaging.md).
111111

112112
# [User customizations](#tab/user-customizations)
113113

@@ -142,5 +142,5 @@ To learn more about user customizations, see [Configure user customizations for
142142
## Related content
143143

144144
- [Quickstart: Create a dev box by using team customizations](quickstart-team-customizations.md)
145-
- [Configure Dev Box imaging](how-to-configure-dev-box-imaging.md)
145+
- [Configure dev center imaging](how-to-configure-dev-center-imaging.md)
146146

articles/dev-box/how-to-configure-dev-box-imaging.md renamed to articles/dev-box/how-to-configure-dev-center-imaging.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 02/05/2025
1212
#customer intent: As a Dev Center Admin or Project Admin, I want to configure dev box pools to use image definition files so that my development teams can create customized dev boxes.
1313
---
1414

15-
# Configure Dev Box imaging
15+
# Configure dev center imaging
1616

1717
Using a customization file simplifies the creation of dev boxes for your team. With dev box customizations, you can create a shared team customization by creating a file called an *image definition*. Creating a reusable image from this image definition optimizes customizations and saves time during dev box creation. In this article, you learn how to configure a pool to use an image definition and build reusable images for your development teams.
1818

@@ -51,19 +51,19 @@ Configure your project to sync image definitions from the catalog. With this set
5151
1. Select **Catalogs**.
5252
1. Select **Sync settings**.
5353

54-
:::image type="content" source="./media/how-to-configure-dev-box-imaging/customizations-project-sync-settings-small.png" alt-text="Screenshot of the Catalogs pane in the Azure portal, with the button for sync settings highlighted." lightbox="./media/how-to-configure-dev-box-imaging/customizations-project-sync-settings.png":::
54+
:::image type="content" source="./media/how-to-configure-dev-center-imaging/customizations-project-sync-settings-small.png" alt-text="Screenshot of the Catalogs pane in the Azure portal, with the button for sync settings highlighted." lightbox="./media/how-to-configure-dev-center-imaging/customizations-project-sync-settings.png":::
5555

5656
1. On the **Sync settings** pane, select **Image definitions**, and then select **Save**.
5757

58-
:::image type="content" source="./media/how-to-configure-dev-box-imaging/customizations-project-sync-image-definitions.png" alt-text="Screenshot of the pane for sync settings in the Azure portal, with the checkbox for image definitions highlighted." lightbox="./media/how-to-configure-dev-box-imaging/customizations-project-sync-image-definitions.png":::
58+
:::image type="content" source="./media/how-to-configure-dev-center-imaging/customizations-project-sync-image-definitions.png" alt-text="Screenshot of the pane for sync settings in the Azure portal, with the checkbox for image definitions highlighted." lightbox="./media/how-to-configure-dev-center-imaging/customizations-project-sync-image-definitions.png":::
5959

6060
## Attach a catalog that contains the definition file
6161

6262
Before you can use a customization file as an image definition, you must attach a catalog that contains the definition file to your dev center or project. The catalog can be from GitHub or Azure Repos.
6363

6464
The **Image definitions** pane lists the image definitions that your project can access.
6565

66-
:::image type="content" source="media/how-to-configure-dev-box-imaging/team-customizations-image-definitions-small.png" alt-text="Screenshot of the Azure portal pane that lists accessible image definitions for a project." lightbox="media/how-to-configure-dev-box-imaging/team-customizations-image-definitions.png":::
66+
:::image type="content" source="media/how-to-configure-dev-center-imaging/team-customizations-image-definitions-small.png" alt-text="Screenshot of the Azure portal pane that lists accessible image definitions for a project." lightbox="media/how-to-configure-dev-center-imaging/team-customizations-image-definitions.png":::
6767

6868
For more information about attaching catalogs, see [Add and configure a catalog from GitHub or Azure Repos](../deployment-environments/how-to-configure-catalog.md).
6969

@@ -91,7 +91,7 @@ The following steps show you how to create a dev box pool and specify an image d
9191
| **Time zone** | Select the time zone that the stop time is in. |
9292
| **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. |
9393

94-
:::image type="content" source="./media/how-to-configure-dev-box-imaging/pool-specify-image-definition.png" alt-text="Screenshot of the pane for creating a dev box pool." lightbox="./media/how-to-configure-dev-box-imaging/pool-specify-image-definition.png":::
94+
:::image type="content" source="./media/how-to-configure-dev-center-imaging/pool-specify-image-definition.png" alt-text="Screenshot of the pane for creating a dev box pool." lightbox="./media/how-to-configure-dev-center-imaging/pool-specify-image-definition.png":::
9595

9696
1. Select **Create**.
9797
1. Verify that the new dev box pool appears in the list. You might need to refresh the screen.
@@ -126,15 +126,15 @@ During the process of building an image, Dev Box creates a temporary storage acc
126126

127127
1. On the **Image definitions** pane, select the image that you want to build.
128128

129-
:::image type="content" source="./media/how-to-configure-dev-box-imaging/customizations-select-image-small.png" alt-text="Screenshot of the pane that lists image definitions, with one definition selected." lightbox="./media/how-to-configure-dev-box-imaging/customizations-select-image-small.png":::
129+
:::image type="content" source="./media/how-to-configure-dev-center-imaging/customizations-select-image-small.png" alt-text="Screenshot of the pane that lists image definitions, with one definition selected." lightbox="./media/how-to-configure-dev-center-imaging/customizations-select-image-small.png":::
130130

131131
1. Select **Build**.
132132

133-
:::image type="content" source="./media/how-to-configure-dev-box-imaging/customizations-build-image-small.png" alt-text="Screenshot of the pane that lists image definitions, with the Build button highlighted." lightbox="./media/how-to-configure-dev-box-imaging/customizations-build-image-small.png":::
133+
:::image type="content" source="./media/how-to-configure-dev-center-imaging/customizations-build-image-small.png" alt-text="Screenshot of the pane that lists image definitions, with the Build button highlighted." lightbox="./media/how-to-configure-dev-center-imaging/customizations-build-image-small.png":::
134134

135135
1. Track the build progress in the **Status** column.
136136

137-
:::image type="content" source="./media/how-to-configure-dev-box-imaging/customizations-image-build-progress-small.png" alt-text="Screenshot of the pane that lists image definitions, with the in-progress status highlighted for a selected image definition." lightbox="./media/how-to-configure-dev-box-imaging/customizations-image-build-progress.png":::
137+
:::image type="content" source="./media/how-to-configure-dev-center-imaging/customizations-image-build-progress-small.png" alt-text="Screenshot of the pane that lists image definitions, with the in-progress status highlighted for a selected image definition." lightbox="./media/how-to-configure-dev-center-imaging/customizations-image-build-progress.png":::
138138

139139
> [!IMPORTANT]
140140
> When you're optimizing your image definition into an image, a dev box is created to run your customization file and generate an image. During this process, this dev box is connected to a virtual network that Microsoft manages. Tasks that require access to on-premises resources might fail.

articles/dev-box/how-to-configure-team-customizations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Make changes to the image definition file and create a new dev box to test them.
249249
250250
## Next step
251251
252-
Now that you have an image definition file that configures and creates dev boxes for your development team, learn how to optimize dev box creation time with Dev Box imaging.
252+
Now that you have an image definition file that configures and creates dev boxes for your development team, learn how to optimize dev box creation time with dev center imaging.
253253
254254
> [!div class="nextstepaction"]
255-
> [Configure Dev Box imaging](how-to-configure-dev-box-imaging.md)
255+
> [Configure dev center imaging](how-to-configure-dev-center-imaging.md)

articles/dev-box/how-to-configure-user-customizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ If you create a dev box with user customizations in a project where user customi
183183
## Related content
184184
185185
- [Microsoft Dev Box customizations](concept-what-are-dev-box-customizations.md)
186-
- [Configure Dev Box imaging](how-to-configure-dev-box-imaging.md)
186+
- [Configure dev center imaging](how-to-configure-dev-center-imaging.md)
187187
- [Add and configure a catalog from GitHub or Azure Repos](../deployment-environments/how-to-configure-catalog.md)

articles/dev-box/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ landingContent:
6767
url: concept-what-are-dev-box-customizations.md
6868
- text: Configure team customizations
6969
url: how-to-configure-team-customizations.md
70-
- text: Configure Dev Box imaging
71-
url: how-to-configure-dev-box-imaging.md
70+
- text: Configure dev center imaging
71+
url: how-to-configure-dev-center-imaging.md
7272
- text: Configure user customizations
7373
url: how-to-configure-user-customizations.md
7474
- text: Connect to Azure resources and repositories

articles/dev-box/media/how-to-configure-dev-box-imaging/create-a-dev-box-customizations-status.png renamed to articles/dev-box/media/how-to-configure-dev-center-imaging/create-a-dev-box-customizations-status.png

File renamed without changes.

articles/dev-box/media/how-to-configure-dev-box-imaging/create-a-dev-box-customizations.png renamed to articles/dev-box/media/how-to-configure-dev-center-imaging/create-a-dev-box-customizations.png

File renamed without changes.

articles/dev-box/media/how-to-configure-dev-box-imaging/customizations-build-image-small.png renamed to articles/dev-box/media/how-to-configure-dev-center-imaging/customizations-build-image-small.png

File renamed without changes.

articles/dev-box/media/how-to-configure-dev-box-imaging/customizations-build-image.png renamed to articles/dev-box/media/how-to-configure-dev-center-imaging/customizations-build-image.png

File renamed without changes.

0 commit comments

Comments
 (0)