Skip to content

Commit 6552d3e

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into aez-redirect
2 parents 649cab9 + 300a2a3 commit 6552d3e

103 files changed

Lines changed: 309 additions & 313 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/api-center/agent-to-agent-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Overview of the agent registry for discovering, registering, and m
55

66
ms.service: azure-api-center
77
ms.topic: overview
8-
ms.date: 11/03/2025
8+
ms.date: 02/24/2026
99
ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111

@@ -31,7 +31,7 @@ Azure API Center provides a centralized platform for discovering, registering, a
3131

3232
## Register an AI agent
3333

34-
You can register AI agents in API Center similar to how you register other APIs. During registration, specify the API type as **A2A** and fill in details for **Agent Card**, **Agent Skills**, and **Agent Capabilities**.
34+
You can register AI agents in API Center similar to how you register other assets such as APIs and MCP servers. During registration, fill in details for **Agent Card**, **Agent Skills**, and **Agent Capabilities**.
3535

3636
For detailed steps, see [Register agent](register-manage-agents.md#register-agent).
3737

articles/api-center/authorize-api-access.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure access to APIs in the Azure API Center inven
44

55
ms.service: azure-api-center
66
ms.topic: how-to
7-
ms.date: 06/02/2025
7+
ms.date: 02/24/2026
88

99
ms.custom:
1010
# Customer intent: As an API program manager, I want to store API authorization information in my API center and enable authorized users to test APIs in the API Center portal.
@@ -50,8 +50,8 @@ To manage the API key securely, store it in Azure Key Vault, and access the key
5050

5151
### 2. Add API key configuration in your API center
5252

53-
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
54-
1. In the left menu, under **Governance**, select **Authorization (preview)** > **+ Add configuration**.
53+
1. In the [portal](https://azure.microsoft.com), go to your API center.
54+
1. In the sidebar menu, under **Governance**, select **Authorization (preview)** > **+ Add configuration**.
5555
1. In the **Add configuration** page, set the values as follows:
5656
:::image type="content" source="media/authorize-api-access/configure-api-key.png" alt-text="Screenshot of configuring an API key in the portal.":::
5757

@@ -140,7 +140,7 @@ To manage the secret securely, store it in Azure Key Vault, and access the key v
140140
After configuring settings for an API key or an OAuth 2.0 flow, add the API key or OAuth 2.0 configuration to an API version in your API center.
141141

142142
1. In the [portal](https://azure.microsoft.com), navigate to your API center.
143-
1. In the left menu, under **Assets**, select **APIs**.
143+
1. In the left menu, under **Inventory**, select **Assets**.
144144
1. Select an API that you want to associate the authorization configuration with.
145145
1. In the left menu, under **Details**, select **Versions**.
146146
1. Select the API version that you want to add the authentication configuration to.
@@ -168,8 +168,7 @@ You can manage access by specific users or groups in your organization to an API
168168
> [!TIP]
169169
> You can also remove users or groups from the access policy. In the **Manage access** page, select **Delete** in the context (...) menu for the user or group.
170170
171-
## Test API in API Center portal
172-
171+
## Test the API in API Center portal
173172

174173
You can use the API Center portal to test an API that you configured for authentication and user access.
175174

articles/api-center/includes/quickstart-template-review-resources.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: api-center
66

77
ms.service: azure-api-center
88
ms.topic: include
9-
ms.date: 05/02/2024
9+
ms.date: 02/12/2026
1010

1111
ms.custom: Include file
1212
---
@@ -17,4 +17,4 @@ Use the Azure portal to check the deployed resources, or use tools such as the A
1717

1818
1. In the [Azure portal](https://portal.azure.com), search for and select **API Centers**, and select the API center that you created.
1919
1. Review the properties of your service on the **Overview** page.
20-
1. In the sidebar menu, under **Assets**, select **APIs** to see the API that you registered in the default workspace.
20+
1. In the sidebar menu, under **Inventory**, select **Assets** to see the API that you registered in the default workspace.

articles/api-center/key-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Key concepts of Azure API Center. API Center inventories an organiz
44

55
ms.service: azure-api-center
66
ms.topic: concept-article
7-
ms.date: 11/15/2024
7+
ms.date: 02/25/2026
88

99
---
1010

@@ -22,7 +22,7 @@ The following diagram shows the main entities and how they relate to each other.
2222

2323
## API
2424

25-
A top-level logical entity in Azure API Center, an API represents any real-world API that you want to track. An API center can include APIs of any type, including REST, GraphQL, gRPC, SOAP, WebSocket, and Webhook.
25+
A top-level logical entity in Azure API Center, an API represents any real-world API that you want to track. An API center can include APIs of any type, including REST, GraphQL, gRPC, SOAP, WebSocket, and Webhook. You can also include local and remote MCP servers and A2A agents in your API center inventory.
2626

2727
You can manage an API in the inventory by any API management solution. For example, use Azure [API Management](../api-management/api-management-key-concepts.md), Apigee API Management, Kong Konnect, MuleSoft API Management, or another platform. An API represented in Azure API Center can also be unmanaged.
2828

-7.98 KB
Loading
-7.82 KB
Loading
2.63 KB
Loading
3.52 KB
Loading
-10.7 KB
Loading

articles/api-center/register-manage-agents.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to update agent metadata, add skills, configure capabili
55

66
ms.service: azure-api-center
77
ms.topic: how-to
8-
ms.date: 11/11/2025
8+
ms.date: 02/24/2026
99
ms.update-cycle: 180-days
1010
ms.collection: ce-skilling-ai-copilot
1111
---
@@ -22,14 +22,16 @@ This article shows you how to register A2A agents in API Center, and how to upda
2222

2323
## Register agent
2424

25-
Enter required values from the agent's agent card. Optionally add skills and other metadata that define the capabilities and actions your A2A agent can perform.
25+
Enter required values from the agent's agent card. Optionally, add skills and other metadata that define the capabilities and actions your A2A agent can perform.
2626

2727
> [!TIP]
2828
> For detailed skill schema information, see the [Agent2Agent (A2A) Protocol Official Specification](https://a2a-protocol.org/latest/specification/).
2929
30-
1. Sign in to the [Azure portal](https://portal.azure.com), then navigate to your API center.
30+
1. Sign in to the [Azure portal](https://portal.azure.com), then go to your API center.
3131

32-
1. In the sidebar menu, under **Assets**, select **APIs** > **+ Register an API**.
32+
1. In the sidebar menu, under **Inventory**, select **Assets**.
33+
34+
1. Select **+ Register an asset** > **A2A agent**.
3335

3436
1. In the **Register an API** page, fill in the [standard properties](tutorials/register-apis.md) to register an API and choose **A2A** as the agent type.
3537

@@ -72,7 +74,7 @@ Enter required values from the agent's agent card. Optionally add skills and oth
7274
## Update agent
7375

7476
1. In the [Azure portal](https://azure.microsoft.com), go to your API center.
75-
1. In the sidebar menu, under **Assets**, select **APIs**.
77+
1. In the sidebar menu, under **Inventory**, select **Assets**.
7678
1. From the table, select your A2A agent by selecting the agent name in the **Title** column.
7779
1. Select the **Edit** button to open the **Edit** page in the working pane.
7880

@@ -119,10 +121,6 @@ Agent capabilities describe what features your A2A agent supports.
119121

120122
1. Select **Save**.
121123

122-
## Limitations
123-
124-
Agent-to-Agent APIs in API Management don't synchronize with API Center.
125-
126124
## Related content
127125

128126
[Agent registry in Azure API Center](agent-to-agent-overview.md)

0 commit comments

Comments
 (0)