Skip to content

Commit a9f6b75

Browse files
Merge pull request #233831 from RoseHJM/main
ADE - Improvements to add catalog folder step.
2 parents d4991ee + 46a80f1 commit a9f6b75

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Next, create a personal access token. Depending on the type of repository you us
8686

8787
### Store the personal access token as a key vault secret
8888

89-
To store the personal access token that you generated as a [key vault secret](../key-vault/secrets/about-secrets.md) and copy the secret identifier:
89+
Store the personal access token that you generated as a [key vault secret](../key-vault/secrets/about-secrets.md) and copy the secret identifier:
9090

9191
1. Create a [key vault](../key-vault/general/quick-create-portal.md#create-a-vault).
9292
1. Add the personal access token as a [secret to the key vault](../key-vault/secrets/quick-create-portal.md#add-a-secret-to-key-vault).
@@ -96,20 +96,20 @@ To store the personal access token that you generated as a [key vault secret](..
9696

9797
1. In the [Azure portal](https://portal.azure.com/), go to your dev center.
9898
1. Ensure that the [identity](./how-to-configure-managed-identity.md) that's attached to the dev center has [access to the key vault secret](./how-to-configure-managed-identity.md#grant-the-managed-identity-access-to-the-key-vault-secret) where your personal access token is stored.
99-
1. On the left menu under **Environment configuration**, select **Catalogs**, and then select **Add**.
100-
1. On **Add catalog**, enter the following information, and then select **Add**:
99+
1. In the left menu under **Environment configuration**, select **Catalogs**, and then select **Add**.
100+
1. In **Add catalog**, enter the following information, and then select **Add**:
101101

102102
| Field | Value |
103103
| ----- | ----- |
104104
| **Name** | Enter a name for the catalog. |
105105
| **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` |
106106
| **Branch** | Enter the repository branch to connect to.<br />*Sample catalog example:* `main`|
107-
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders that hold your catalog items. <br /> This folder path should be the path to the folder that contains the subfolders that have the catalog item manifests, and not the path to the folder that has the catalog item manifest itself.<br />*Sample catalog example:* `/Environments`<br /> The folder path can begin with or without a forward slash (`/`).|
107+
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders that hold your catalog items. <br /> The folder path is for the folder with subfolders containing catalog item manifests, not for the folder with the catalog item manifest itself. The following image shows the sample catalog folder structure.<br />*Sample catalog example:* `/Environments`<br /> :::image type="content" source="media/how-to-configure-catalog/github-folders.png" alt-text="Screenshot showing Environments sample folder in GitHub."::: The folder path can begin with or without a forward slash (`/`).|
108108
| **Secret identifier**| Enter the [secret identifier](#create-a-personal-access-token) that contains your personal access token for the repository.<br /> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br />Removing the version identifier ensures that Deployment Environments fetches the latest version of the secret from the key vault. If your personal access token expires, only the key vault needs to be updated. <br />*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|
109109

110110
:::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":::
111111

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

114114
## Update a catalog
115115

39.6 KB
Loading
39.6 KB
Loading

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ If you don't have an existing key vault, use the following steps to create one:
6565
1. In the Search box, enter *Key Vault*.
6666
1. From the results list, select **Key Vault**.
6767
1. On the Key Vault page, select **Create**.
68-
1. On the Create key vault page provide the following information:
68+
1. On the Create key vault page, provide the following information:
6969

7070
|Name |Value |
7171
|----------|-----------|
@@ -194,19 +194,19 @@ You also need the path to the secret you created in the key vault.
194194

195195
:::image type="content" source="media/quickstart-create-and-configure-devcenter/catalogs-page.png" alt-text="Screenshot that shows the Catalogs pane.":::
196196

197-
1. In the **Add catalog** pane, enter the following information, and then select **Add**.
197+
1. In **Add catalog**, enter the following information, and then select **Add**:
198198

199-
| Name | Value |
199+
| Field | Value |
200200
| ----- | ----- |
201201
| **Name** | Enter a name for the catalog. |
202-
| **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 |
203-
| **Branch** | Enter the repository branch to connect to.<br/>*Sample Catalog Example:* main|
204-
| **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 </br> The folder path can begin with or without a '/'.|
205-
| **Secret identifier**| Enter the secret identifier that contains your personal access token for the repository. When you copy a Secret Identifier, the connection string includes a version identifier at the end, like this: https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a. </br>Removing the version identifier ensures that Deployment Environments fetches the latest version of the secret from the key vault. If your PAT expires, only the key vault needs to be updated. </br> *Example secret identifier: https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat*|
202+
| **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` |
203+
| **Branch** | Enter the repository branch to connect to.<br />*Sample catalog example:* `main`|
204+
| **Folder path** | Enter the folder path relative to the clone URI that contains subfolders that hold your catalog items. <br /> The folder path is for the folder with subfolders containing catalog item manifests, not for the folder with the catalog item manifest itself. The following image shows the sample catalog folder structure.<br />*Sample catalog example:* `/Environments`<br /> :::image type="content" source="media/how-to-configure-catalog/github-folders.png" alt-text="Screenshot showing Environments sample folder in GitHub."::: The folder path can begin with or without a forward slash (`/`).|
205+
| **Secret identifier**| Enter the [secret identifier](#create-a-personal-access-token) that contains your personal access token for the repository.<br /> When you copy a secret identifier, the connection string includes a version identifier at the end, like in this example: `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat/9376b432b72441a1b9e795695708ea5a`.<br />Removing the version identifier ensures that Deployment Environments fetches the latest version of the secret from the key vault. If your personal access token expires, only the key vault needs to be updated. <br />*Example secret identifier:* `https://contoso-kv.vault.azure.net/secrets/GitHub-repo-pat`|
206206

207207
:::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":::
208208

209-
1. Confirm that the catalog is successfully added by checking your Azure portal notifications.
209+
1. In **Catalogs** for the dev center, verify that your catalog appears. If the connection is successful, **Status** is **Connected**.
210210

211211
## Create an environment type
212212

0 commit comments

Comments
 (0)