Skip to content

Commit 44c0efc

Browse files
authored
Merge pull request #223794 from RoseHJM/ade-catalog-path-examples
Updates to Add catalog table and image
2 parents 81cc588 + 9708047 commit 44c0efc

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ To store the personal access token you generated as a [key vault secret](../key-
105105
| **Name** | Enter a name for the catalog. |
106106
| **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 |
107107
| **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|
108+
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders with your catalog items. </br> 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

111-
:::image type="content" source="media/how-to-configure-catalog/add-new-catalog-form.png" alt-text="Screenshot that shows how to add a catalog to a dev center.":::
111+
:::image type="content" source="media/how-to-configure-catalog/add-catalog-form-inline.png" alt-text="Screenshot that shows how to add a catalog to a dev center." lightbox="media/how-to-configure-catalog/add-catalog-form-expanded.png":::
112112

113113
1. In **Catalogs** for the dev center, verify that your catalog appears. If the connection is successful, **Status** is **Connected**.
114114

18.4 KB
Loading
69.9 KB
Loading
18.4 KB
Loading
69.9 KB
Loading

articles/deployment-environments/quickstart-create-and-configure-devcenter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,10 @@ You'll also need the path to the secret you created in the key vault.
199199
| **Name** | Enter a name for the catalog. |
200200
| **Git clone URI** | Enter or paste the clone URL for either your GitHub repository or your Azure DevOps repository.<br/>*Sample Catalog Example:* https://github.com/Azure/deployment-environments.git |
201201
| **Branch** | Enter the repository branch to connect to.<br/>*Sample Catalog Example:* main|
202-
| **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|
202+
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders with your catalog items. </br>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|
203203
| **Secret identifier**| Enter the secret identifier that contains your personal access token for the repository.|
204204

205-
:::image type="content" source="media/quickstart-create-and-configure-devcenter/add-catalog-form.png" alt-text="Screenshot that shows how to add a catalog to a dev center.":::
205+
:::image type="content" source="media/how-to-configure-catalog/add-catalog-form-inline.png" alt-text="Screenshot that shows how to add a catalog to a dev center." lightbox="media/how-to-configure-catalog/add-catalog-form-expanded.png":::
206206

207207
1. Confirm that the catalog is successfully added by checking your Azure portal notifications.
208208

0 commit comments

Comments
 (0)