Skip to content

Commit 8c69ba5

Browse files
committed
edits
1 parent f19ce9d commit 8c69ba5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ ms.date: 03/20/2025
1313

1414
# Best practices for Azure Deployment Environment catalogs
1515

16-
This article describes the best practice guidelines for structuring an Azure Deployment Environments catalog.
16+
This article describes best practices for structuring an Azure Deployment Environments catalog.
1717

1818
## Structure the catalog for efficient caching
19-
As a platform engineer, you should structure your catalog 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. It's essential for platform engineers to understand these guidelines and structure their repositories accordingly to ensure optimal results.
2019

21-
When you attach a catalog to a dev center, Deployment Environments scans the catalog for an environment.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.
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.
21+
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.
2223

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

-389 Bytes
Loading

0 commit comments

Comments
 (0)