Skip to content

Commit 31db35d

Browse files
committed
Fine tuning
1 parent e6d1fb7 commit 31db35d

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ During the image build process, Dev Box creates a temporary storage account in y
127127
> [!IMPORTANT]
128128
> 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.
129129
130+
131+
130132
## Configure a dev box pool to use an image definition
131133

132134
To use an image definition, you must configure a dev box pool to reference it. When developers create dev boxes from the pool, the customizations from the image definition are applied automatically.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ Set up your project to sync image definitions from the catalog. This setting let
206206
207207
To use an image definition file, attach the catalog containing the file to your project. This makes the image definition available for selection when configuring your dev box pools.
208208
209+
> [!NOTE]
210+
> Image definitions are only supported at the project level. You must attach catalogs containing image definitions to a project, not to a dev center.
211+
209212
The **Image definitions** pane shows the image definitions your project can use.
210213
211214
:::image type="content" source="media/how-to-configure-team-customizations/team-customizations-image-definitions-small.png" alt-text="Screenshot of the Azure portal pane showing image definitions available for a project.":::

articles/dev-box/how-to-customizations-connect-resource-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ To use a secret, like a PAT, in your customization files, store it as a key vaul
3030

3131
### Configure key vault access for customizations
3232

33-
To configure key vault secrets for use in your team or user customizations, make sure the Dev Center project's managed identity has the Key Vault Secrets User role on your key vault.
33+
Your dev center needs access to your key vault. To configure key vault secrets for use in your team or user customizations, make sure the Dev Center project's managed identity has the Key Vault Secrets User role on your key vault.
3434

35-
If your organization's policies require you to keep your Key Vault private from the internet, you can create a firewall rule to disable or limit public access. You will need to let trusted Microsoft services bypass the firewall because Dev Center doesn't yet support service tags. Key vaults with private endpoints or private link integration are not currently supported for this scenario.
35+
If your organization's policies require you to keep your Key Vault private from the internet, you can create a firewall rule to disable or limit public access. You will need to let trusted Microsoft services bypass the firewall because Dev Center doesn't support service tags. Key vaults with private endpoints or private link integration are not currently supported for this scenario.
3636

3737
The following screenshot shows the option to allow trusted Microsoft services to bypass the firewall in Azure Key Vault settings.
3838

0 commit comments

Comments
 (0)