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/api-center/register-discover-skills.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
@@ -3,7 +3,7 @@ title: Register Skills in Your API Center
3
3
description: Learn how to register skills in Azure API Center to create a centralized skills registry for your organization.
4
4
ms.service: azure-api-center
5
5
ms.topic: how-to
6
-
ms.date: 03/09/2026
6
+
ms.date: 03/12/2026
7
7
ai-usage: ai-assisted
8
8
9
9
@@ -30,8 +30,8 @@ By registering skills in your API center, you create a centralized registry that
30
30
- An API center. If you don't have an API center yet, see the quickstart to [Create an API center](set-up-api-center.md).
31
31
- One or more skills that you want to register, typically hosted in a source code repository such as GitHub.
32
32
- For integration with a Git repository for continuous synchronization of skill information (optional):
33
-
-An Azure Key Vault. If you need to create one, see [Quickstart: Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal). To add or manage secrets in the key vault, you need at least the **Key Vault Secrets Officer** role or equivalent permissions.
34
-
-For non-public repositories, a personal access token (PAT) to access the repository where your skill information is stored. The PAT must have appropriate permissions to read the repository content. To create a PAT for GitHub, see [Create a fine-grained personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token).
33
+
-For non-public repositories, a personal access token (PAT) to access the repository where your skill information is stored. The PAT must have appropriate permissions to read the repository content. To create a PAT for GitHub, see [Create a fine-grained personal access token](https://docs.github.com/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token).
34
+
-An Azure key vault to store a PAT. If you need to create one, see [Quickstart: Create a key vault using the Azure portal](/azure/key-vault/general/quick-create-portal). To add or manage secrets in the key vault, you need at least the **Key Vault Secrets Officer** role or equivalent permissions.
@@ -83,7 +83,7 @@ To automate skill registration and updates, integrate a Git repository with your
83
83
When you integrate a Git repository:
84
84
85
85
* Your API center creates an [environment](key-concepts.md#environment) that represents the repository as a source of skills.
86
-
* API Center regularly synchronizes skill information from the repository to your API center inventory, using a PAT stored in Azure Key Vault for authentication.
86
+
* API Center regularly synchronizes skill information from the repository to your API center inventory.
87
87
88
88
### Store PAT in Azure Key Vault
89
89
@@ -130,7 +130,7 @@ To integrate a Git repository:
130
130
|**Asset details**||
131
131
|**Lifecycle**| Select the lifecycle stage for assets synced from the repository (for example, **Design**). |
132
132
133
-
:::image type="content" source="media/register-discover-skills/integrate-git-repository.png" alt-text="Screenshot of integrating a Git repo in an API center in the portal.":::
133
+
:::image type="content" source="media/register-discover-skills/integrate-git-repository-small.png" alt-text="Screenshot of integrating a Git repo in an API center in the portal." lightbox="media/register-discover-skills/integrate-git-repository-small.png":::
134
134
1. Select **Create**.
135
135
136
136
The portal adds the environment to your API center. The portal adds the skills from the repository to the API center inventory on the **Inventory** > **Assets** page. You can identify linked skills by the link icon in the list.
0 commit comments