Skip to content

Commit b0d0da4

Browse files
committed
Added examples to Add Catalog table
1 parent ea888d6 commit b0d0da4

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/>*Example:* https://github.com/Azure/deployment-environments |
107+
| **Branch** | Enter the repository branch to connect to.<br/>*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/>*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)