Skip to content

Commit 01b124a

Browse files
author
RoseHJM
committed
ADE- minor edits for quick start catalog.
1 parent bc4fa31 commit 01b124a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

articles/deployment-environments/concept-environments-key-concepts.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ Project environment types allow you to automatically apply the right set of poli
6464

6565
## Catalogs
6666

67-
Catalogs help you provide a set of curated IaC templates for your development teams to create environments. You can attach either a [GitHub repository](https://docs.github.com/repositories/creating-and-managing-repositories/about-repositories) or an [Azure DevOps Services repository](/azure/devops/repos/get-started/what-is-repos) as a catalog.
67+
Catalogs help you provide a set of curated IaC templates for your development teams to create environments. You can attach the quick start catalog to a dev center. The quick start catalog provides a set of sample environment defintions that are available to all the projects associated with the dev center. You can modify the sample environment definitions to suit your needs.
68+
69+
Alternately, you can attach your own catalog. You can attach either a [GitHub repository](https://docs.github.com/repositories/creating-and-managing-repositories/about-repositories) or an [Azure DevOps Services repository](/azure/devops/repos/get-started/what-is-repos) as a catalog.
6870

6971
Deployment environments scan the specified folder of the repository to find [environment definitions](#environment-definitions). The environments then make those environment definitions available to all the projects associated with the dev center.
7072

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ A catalog is a repository hosted in [GitHub](https://github.com) or [Azure DevOp
2323
- To learn how to host a repository in GitHub, see [Get started with GitHub](https://docs.github.com/get-started).
2424
- To learn how to host a Git repository in an Azure DevOps project, see [Azure Repos](https://azure.microsoft.com/services/devops/repos/).
2525

26-
Microsoft offers a [sample catalog](https://aka.ms/deployment-environments/SampleCatalog) that you can use as your repository. You also can use your own private repository, or you can fork and customize the environment definitions in the sample catalog.
26+
Microsoft offers a quick start [sample catalog](https://aka.ms/deployment-environments/SampleCatalog) that you can use as your repository. You also can use your own private repository, or you can fork and customize the environment definitions in the sample catalog.
2727

2828
In this article, you learn how to:
2929

0 commit comments

Comments
 (0)