Skip to content

Commit 4f8a2a0

Browse files
committed
Ennvironments -> dev boxes
1 parent e32e33b commit 4f8a2a0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/dev-box/how-to-configure-catalog.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Add and Manage Catalogs in Microsoft Dev Box
33
titleSuffix: Microsoft Dev Box
44
description: Learn how to add a catalog in your Microsoft Dev Box dev center or project to provide image definitions for your developers.
55
#customer intent: As a platform engineer, I want to learn how to add a catalog in my Microsoft Dev Box dev center or project so that I can provide image definitions for my developers.
6-
ms.service: azure-deployment-environments
6+
ms.service: dev-box
77
ms.custom:
88
- build-2023, build-2024
99
- ai-gen-docs-bap
@@ -130,7 +130,7 @@ You must give the managed identity permissions to the repository in Azure Repos.
130130

131131
### Add your repository as a catalog
132132

133-
Dev Box supports attaching Azure Repos repositories and GitHub repositories. You can store a set of curated IaC templates in a repository. Attaching the repository to a dev center or project as a catalog gives your development teams access to the templates and enables them to quickly create consistent environments.
133+
Dev Box supports attaching Azure Repos repositories and GitHub repositories. You can store a set of curated IaC templates in a repository. Attaching the repository to a dev center or project as a catalog gives your development teams access to the templates and enables them to quickly create consistent dev boxes.
134134

135135
The following steps let you attach an Azure Repos repository.
136136

@@ -262,7 +262,7 @@ Get the path to the secret you created in the key vault.
262262
| **Project** | Select the project that stores the catalog repo.|
263263
| **Rep** | Select the repo that stores the catalog.|
264264
| **Folder path** | Select the folder that holds your IaC templates.|
265-
| **Secret identifier**| Enter the secret identifier that contains your PAT for the repository.<br> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br>Removing the version identifier ensures that Deployment Environments fetches the latest version of the secret from the key vault. If your PAT expires, only the key vault needs to be updated. <br>*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|
265+
| **Secret identifier**| Enter the secret identifier that contains your PAT for the repository.<br> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br>Removing the version identifier ensures that Dev Box fetches the latest version of the secret from the key vault. If your PAT expires, only the key vault needs to be updated. <br>*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|
266266

267267
:::image type="content" source="media/how-to-configure-catalog/add-devops-catalog-pane.png" alt-text="Screenshot that shows how to add a catalog to a dev center." lightbox="media/how-to-configure-catalog/add-devops-catalog-pane.png":::
268268

@@ -466,7 +466,7 @@ Get the path to the secret you created in the key vault.
466466
| **Repo** | Enter or paste the clone URL for either your GitHub repository or your Azure Repos repository.<br>*Sample catalog example:* `https://github.com/Azure/deployment-environments.git` |
467467
| **Branch** | Enter the repository branch to connect to.<br>*Sample catalog example:* `main`|
468468
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders that hold your image definitions. <br> The folder path is for the folder with subfolders containing environment definition environment files, not for the folder with the environment definition environment file itself. The following image shows the sample catalog folder structure.<br>*Sample catalog example:* `/Environments`<br> :::image type="content" source="media/how-to-configure-catalog/github-folders.png" alt-text="Screenshot showing Environments sample folder in GitHub." lightbox="media/how-to-configure-catalog/github-folders.png"::: The folder path can begin with or without a forward slash (`/`).|
469-
| **Secret identifier**| Enter the secret identifier that contains your PAT for the repository.<br> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br>Removing the version identifier ensures that Deployment Environments fetch the latest version of the secret from the key vault. If your PAT expires, only the key vault needs to be updated. <br>*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|
469+
| **Secret identifier**| Enter the secret identifier that contains your PAT for the repository.<br> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br>Removing the version identifier ensures that Dev Box fetch the latest version of the secret from the key vault. If your PAT expires, only the key vault needs to be updated. <br>*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|
470470

471471
:::image type="content" source="media/how-to-configure-catalog/add-github-catalog-pane.png" alt-text="Screenshot that shows how to add a catalog to a dev center." lightbox="media/how-to-configure-catalog/add-github-catalog-pane.png":::
472472

@@ -494,7 +494,7 @@ If you update the definition or template contents in the attached repository, yo
494494

495495
### Manually sync a catalog
496496

497-
When you manually sync a catalog, Deployment Environments scans through the repository and makes the latest list of image definitions available to all of the associated projects in the dev center.
497+
When you manually sync a catalog, Dev Box scans through the repository and makes the latest list of image definitions available to all of the associated projects in the dev center.
498498

499499
1. On the left menu for your dev center, under **Environment configuration**, select **Catalogs**.
500500

@@ -504,7 +504,7 @@ When you manually sync a catalog, Deployment Environments scans through the repo
504504

505505
### Automatically sync a catalog
506506

507-
When you configure a catalog to sync automatically, Deployment Environments scans through the repository every 30 minutes and makes the latest list of image definitions available to all of the associated projects in the dev center.
507+
When you configure a catalog to sync automatically, Dev Box scans through the repository every 30 minutes and makes the latest list of image definitions available to all of the associated projects in the dev center.
508508

509509
1. On the left menu for your dev center or project, under **Environment configuration**, select **Catalogs**.
510510

@@ -516,11 +516,11 @@ When you configure a catalog to sync automatically, Deployment Environments scan
516516

517517
:::image type="content" source="media/how-to-configure-catalog/catalog-automatic-sync-pane.png" alt-text="Screenshot showing the edit details pane for a catalog, with Automatically sync this catalog highlighted." lightbox="media/how-to-configure-catalog/catalog-automatic-sync-pane.png":::
518518

519-
If an autosync fails, you should perform a manual sync. Deployment Environments doesn't make any further autosync attempts until a manual sync succeeds.
519+
If an autosync fails, you should perform a manual sync. Dev Box doesn't make any further autosync attempts until a manual sync succeeds.
520520

521521
## Delete a catalog
522522

523-
You can delete a catalog to remove it from the Dev Box dev center or project. Templates in a deleted catalog aren't available to development teams when they deploy new environments. Update the environment definition reference for any existing environments that were created by using the image definitions in the deleted catalog. If the reference isn't updated and the environment is redeployed, the deployment fails.
523+
You can delete a catalog to remove it from the Dev Box dev center or project. Templates in a deleted catalog aren't available to development teams when they deploy new dev boxes. Update the environment definition reference for any existing dev boxes that were created by using the image definitions in the deleted catalog. If the reference isn't updated and the environment is redeployed, the deployment fails.
524524

525525
To delete a catalog:
526526

0 commit comments

Comments
 (0)