Skip to content

Commit 959e0ef

Browse files
Merge pull request #218342 from RoseHJM/ade-catalog-path-examples
Added examples to Add Catalog table
2 parents 7609fc5 + d8d21dc commit 959e0ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ To store the personal access token you generated as a [key vault secret](../key-
103103
| Field | Value |
104104
| ----- | ----- |
105105
| **Name** | Enter a name for the catalog. |
106-
| **Git clone URI** | Enter or paste the [clone URL](#get-the-clone-url-for-your-repository) for either your GitHub repository or your Azure DevOps repository.|
107-
| **Branch** | Enter the repository branch to connect to.|
108-
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders with your catalog items. This folder path should be the path to the folder that contains the subfolders with the catalog item manifests, and not the path to the folder with the catalog item manifest itself.|
106+
| **Git clone URI** | Enter or paste the [clone URL](#get-the-clone-url-for-your-repository) for either your GitHub repository or your Azure DevOps repository.<br/>*Sample Catalog Example:* https://github.com/Azure/deployment-environments.git |
107+
| **Branch** | Enter the repository branch to connect to.<br/>*Sample Catalog Example:* main|
108+
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders with your catalog items. This folder path should be the path to the folder that contains the subfolders with the catalog item manifests, and not the path to the folder with the catalog item manifest itself.<br/>*Sample Catalog Example:* /Environments|
109109
| **Secret identifier**| Enter the [secret identifier](#create-a-personal-access-token) that contains your personal access token for the repository.|
110110

111111
:::image type="content" source="media/how-to-configure-catalog/catalog-item-add.png" alt-text="Screenshot that shows how to add a catalog to a dev center.":::

0 commit comments

Comments
 (0)