Skip to content

Commit 8361d74

Browse files
v-albemiRoseHJM
andauthored
Update articles/deployment-environments/best-practice-catalog-structure.md
Co-authored-by: RoseHJM <[email protected]>
1 parent c635358 commit 8361d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article describes best practices for structuring an Azure Deployment Enviro
1919

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

0 commit comments

Comments
 (0)