Skip to content

Commit 35948b6

Browse files
author
RoseHJM
committed
Smaller changes post sync with Sagar
1 parent e16f794 commit 35948b6

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ In this article, you learn how to configure dev center imaging for your developm
2424

2525
To complete the steps in this article, you need:
2626

27-
- A dev center with an existing dev box definition and network connection. If you don't have a dev center, follow the steps in [Quickstart: Configure Microsoft Dev Box](quickstart-configure-dev-box-service.md) to create it.
2827
- A team customization file that you want to use to create a dev box. If you don't have a customization file, see [Configure team customizations](how-to-configure-team-customizations.md).
2928

3029
## Permissions required to configure customizations
@@ -77,9 +76,7 @@ The **Image definitions** pane lists the image definitions that your project can
7776

7877
You can build a reusable image from an image definition to optimize performance and enhance reliability. The built image applies to all dev boxes created from the pool. The DevCenter service creates a dev box behind the scenes, applies your customizations from the image definition, and exports the resulting image to an Azure Compute Gallery in a managed resource group.
7978

80-
There are two ways to build images: automatic or manual. By default, images are automatically built whenever a new image definition is detected or an existing image definition is updated. To control when images are built, you can disable automatic image builds and manually trigger builds.
81-
82-
By default, images are automatically built for catalogs containing image definitions. This feature helps prevent stale configurations and improves dev box reliability.
79+
There are two ways to build images: automatic or manual. By default, images are automatically built whenever a new image definition is detected or an existing image definition is updated. This feature helps prevent stale configurations and improves dev box reliability. To control when images are built, you can disable automatic image builds and manually trigger builds.
8380

8481
> [!NOTE]
8582
> Image builds incur costs through dev box meters during runtime when customizations are applied.
@@ -168,7 +165,7 @@ When the build finishes successfully, the dev box pool automatically uses the bu
168165
During the image build process, Dev Box creates a temporary storage account in your subscription to store a snapshot. This storage account doesn't allow anonymous blob access and can only be accessed by identities with Storage Blob Reader access. The storage account must be accessible from public networks so the Dev Box service can export your snapshot. If you have Azure policies that block the creation of storage accounts with public network access, create an exception for the subscription that your DevCenter project is in.
169166

170167
> [!IMPORTANT]
171-
> When you're optimizing your image definition into an image, a dev box is created to run your image definition and generate an image. During this process, the dev box is connected to a virtual network that Microsoft manages. Use the [network configuration](./reference-dev-box-customizations.md#networkconnection) capability in image definitions for tasks that need access to on-premises or private resources to ensure that image generation is successful.
168+
> When an image is built from an image definition, a dev box is created to apply all the customizations and generate an image. By default, if no custom network is configured at the image definition level, the dev box is connected to a virtual network that Microsoft manages. Use the [network configuration](./reference-dev-box-customizations.md#networkconnection) property in image definitions for tasks that need access to on-premises or private resources to ensure that image generation is successful.
172169
173170
## Configure a dev box pool to use an image definition
174171

0 commit comments

Comments
 (0)