Skip to content

Commit d7a489f

Browse files
committed
light edits
1 parent fe9ca00 commit d7a489f

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

71.8 KB
Loading
Binary file not shown.
Binary file not shown.

articles/api-center/register-discover-skills.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Register Skills in Your API Center
33
description: Learn how to register skills in Azure API Center to create a centralized skills registry for your organization.
44
ms.service: azure-api-center
55
ms.topic: how-to
6-
ms.date: 03/09/2026
6+
ms.date: 03/12/2026
77
ai-usage: ai-assisted
88

99

@@ -30,8 +30,8 @@ By registering skills in your API center, you create a centralized registry that
3030
- 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).
3131
- One or more skills that you want to register, typically hosted in a source code repository such as GitHub.
3232
- 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.
3535
- For Azure CLI:.
3636
[!INCLUDE [include](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3737

@@ -83,7 +83,7 @@ To automate skill registration and updates, integrate a Git repository with your
8383
When you integrate a Git repository:
8484

8585
* 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.
8787

8888
### Store PAT in Azure Key Vault
8989

@@ -130,7 +130,7 @@ To integrate a Git repository:
130130
| **Asset details** | |
131131
| **Lifecycle** | Select the lifecycle stage for assets synced from the repository (for example, **Design**). |
132132

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":::
134134
1. Select **Create**.
135135

136136
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

Comments
 (0)