Skip to content

Commit d86d2b1

Browse files
committed
ADE - autosync update
1 parent 96e8ce1 commit d86d2b1

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/deployment-environments/how-to-configure-catalog.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Add a catalog from a GitHub or Azure DevOps repository
2+
title: Add a catalog from a GitHub or Azure Repos repository
33
titleSuffix: Azure Deployment Environments
44
description: Learn how to add a catalog in your Azure Deployment Environments dev center or project to provide environment definitions for your developers.
55
ms.service: azure-deployment-environments
@@ -15,7 +15,7 @@ ms.topic: how-to
1515

1616
This article explains how to add and configure a [catalog](./concept-environments-key-concepts.md#catalogs) for your Azure Deployment Environments dev center or project.
1717

18-
Catalogs help you provide a set of curated infrastructure-as-code(IaC) templates, known as environment definitions for your development teams to create environments. You can attach your own source control repository from GitHub or Azure DevOps as a catalog and specify the folder with your environment definitions. Deployment Environments scans the folder for environment definitions and makes them available for dev teams to create environments.
18+
Catalogs help you provide a set of curated infrastructure-as-code(IaC) templates, known as environment definitions for your development teams to create environments. You can attach your own source control repository from GitHub or Azure Repos as a catalog and specify the folder with your environment definitions. Deployment Environments scans the folder for environment definitions and makes them available for dev teams to create environments.
1919

2020
To further secure your templates, the catalog is encrypted; Azure Deployment Environments supports encryption at rest with platform-managed encryption keys, which Microsoft for Azure Services manages.
2121

@@ -516,6 +516,8 @@ 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.
520+
519521
## Delete a catalog
520522

521523
You can delete a catalog to remove it from the Azure Deployment Environments 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 environment definitions in the deleted catalog. If the reference isn't updated and the environment is redeployed, the deployment fails.
@@ -554,13 +556,13 @@ In the Azure portal, you can get more information about the catalog sync status
554556

555557
1. In the **Status** column, select the status link for the catalog that synced but reports a warning.
556558

557-
:::image type="content" source="media/how-to-configure-catalog/catalog-items-errors.png" alt-text="Screenshot showing the Catalogs pane, with Errors in 3 items highlighted." lightbox="media/how-to-configure-catalog/catalog-items-errors.png":::
559+
:::image type="content" source="media/how-to-configure-catalog/catalog-items-errors.png" alt-text="Screenshot showing the Catalogs pane, with Errors in three items highlighted." lightbox="media/how-to-configure-catalog/catalog-items-errors.png":::
558560

559561
1. You see a details pane that shows the changes in the last sync, the number of item errors, and the type and source of each error.
560562

561563
:::image type="content" source="media/how-to-configure-catalog/catalog-items-error-details.png" alt-text="Screenshot showing the Catalog sync errors pane." lightbox="media/how-to-configure-catalog/catalog-items-error-details.png":::
562564

563-
1. You can view items that have synced successfully from a catalog that also reports sync errors. From the **Catalogs** pane, select the catalog name.
565+
1. You can view items that synced successfully from a catalog that also reports sync errors. From the **Catalogs** pane, select the catalog name.
564566

565567
:::image type="content" source="media/how-to-configure-catalog/catalog-with-error-view-successful-items.png" alt-text="Screenshot showing the Catalog pane, with a catalog name highlighted." lightbox="media/how-to-configure-catalog/catalog-with-error-view-successful-items.png":::
566568

0 commit comments

Comments
 (0)