You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/deployment-environments/how-to-configure-catalog.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ Next, create a personal access token. Depending on the type of repository you us
86
86
87
87
### Store the personal access token as a key vault secret
88
88
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:
90
90
91
91
1. Create a [key vault](../key-vault/general/quick-create-portal.md#create-a-vault).
92
92
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](..
96
96
97
97
1. In the [Azure portal](https://portal.azure.com/), go to your dev center.
98
98
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**:
101
101
102
102
| Field | Value |
103
103
| ----- | ----- |
104
104
|**Name**| Enter a name for the catalog. |
105
105
|**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`|
106
106
|**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 (`/`).|
108
108
|**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`|
109
109
110
110
:::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":::
111
111
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**.
Copy file name to clipboardExpand all lines: articles/deployment-environments/quickstart-create-and-configure-devcenter.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ If you don't have an existing key vault, use the following steps to create one:
65
65
1. In the Search box, enter *Key Vault*.
66
66
1. From the results list, select **Key Vault**.
67
67
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:
69
69
70
70
|Name |Value |
71
71
|----------|-----------|
@@ -194,19 +194,19 @@ You also need the path to the secret you created in the key vault.
194
194
195
195
:::image type="content" source="media/quickstart-create-and-configure-devcenter/catalogs-page.png" alt-text="Screenshot that shows the Catalogs pane.":::
196
196
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**:
198
198
199
-
|Name| Value |
199
+
|Field| Value |
200
200
| ----- | ----- |
201
201
|**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`|
206
206
207
207
:::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":::
208
208
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**.
0 commit comments