Skip to content

Commit 39ecfe6

Browse files
committed
edits
1 parent 1c0283b commit 39ecfe6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/deployment-environments/best-practice-catalog-structure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Best practices for structuring an Azure Deployment Environments catalog"
3-
description: "This article provides guidelines for structuring an Azure Deployment Environments catalog for efficient caching."
2+
title: Best practices for structuring an Azure Deployment Environments catalog
3+
description: Get guidelines for structuring an Azure Deployment Environments catalog to help ensure efficient caching.
44
author: RoseHJM
55
ms.author: rosemalcolm
66
ms.service: azure-deployment-environments
@@ -11,15 +11,15 @@ ms.date: 03/20/2025
1111

1212
---
1313

14-
# Best practices for Azure Deployment Environment catalogs
14+
# Best practices for Azure Deployment Environments catalogs
1515

1616
This article describes best practices for structuring an Azure Deployment Environments catalog.
1717

1818
## Structure the catalog for efficient caching
1919

20-
Platform engineers should structure catalogs in a way that makes it easier and quicker for Azure Deployment Environments to find and cache environment definitions efficiently. By organizing the repository into a specific structure, you can better target files for caching and improve the overall performance of the deployment process. To ensure optimal results, platform engineers need to understand these guidelines and structure their repositories accordingly.
20+
Platform engineers should structure catalogs in a way that makes it easier and quicker for Azure Deployment Environments to find and cache environment definitions. By organizing the repository into a specific structure, you can better target files for caching and improve the overall performance of the deployment process. To ensure optimal results, platform engineers need to understand these guidelines and structure their repositories accordingly.
2121

22-
When you attach a catalog to a dev center, Deployment Environments scans the catalog for a manifest.yaml file. On locating the file, ADE assumes the files in that folder and subfolders form an environment definition. ADE caches only the required files, not the entire repository.
22+
When you attach a catalog to a dev center, Deployment Environments scans the catalog for a manifest.yaml file. When it locates the file, Azure Deployment Environments assumes the files in that folder and subfolders form an environment definition. Azure Deployment Environments caches only the required files, not the entire repository.
2323

2424
The following diagram shows the recommended structure for a repo. Each template resides within a single folder.
2525

Loading
790 Bytes
Loading

0 commit comments

Comments
 (0)