Skip to content

Commit c9d916a

Browse files
Merge pull request #306388 from ProfessorKendrick/240240-apic
240240 APIC Tutorial - intro to APIC integration with APIM
2 parents b6fc7f6 + 7e6eee3 commit c9d916a

5 files changed

Lines changed: 100 additions & 1 deletion

File tree

articles/api-center/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
href: ./tutorials/register-apis.md
3434
- name: 3 - Add environments and deployments
3535
href: ./tutorials/configure-environments-deployments.md
36+
- name: 4 - Link an API Management instance
37+
href: ../api-management/tutorials/link-api-center.md
3638
expanded: true
3739
- name: API inventory
3840
items:
@@ -121,4 +123,4 @@
121123
- name: Azure updates
122124
href: https://aka.ms/apic/updates
123125
- name: MCP Center
124-
href: https://mcp.azure.com
126+
href: https://mcp.azure.com

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@
6363
href: api-management-howto-developer-portal-customize.md
6464
- name: 10 - Manage APIs in Visual Studio Code
6565
href: visual-studio-code-tutorial.md
66+
- name: 11 - Link to an API Center
67+
href: tutorials/link-api-center.md
6668
expanded: true
6769
- name: Deployment and operations
6870
items:
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
2+
title: Create or link an API Center from the Azure portal
3+
description: "How to create a new API Center or link an existing API Center to an API Management service from the Azure portal."
4+
author: ProfessorKendrick
5+
ms.author: kkendrick
6+
ms.service: azure-api-management
7+
ms.topic: tutorial
8+
ms.date: 10/20/2025
9+
10+
#customer intent: As an API Management administrator, I want to create or link an API Center so that I can discover, reuse, and govern APIs across linked services.
11+
12+
---
13+
14+
# Tutorial: Create or link an API Center to API Management
15+
16+
This tutorial shows how to integrate an Azure API Management instance with an Azure API Center. When linked, the API Management instance's APIs — and optional API definitions — are continuously synchronized into the API Center inventory. API Center is a central catalog and governance hub for APIs and related artifacts, and API Management customers use it to discover and reuse APIs, share definitions across teams, and apply consistent governance and lifecycle policies.
17+
18+
> [!NOTE]
19+
>
20+
> Only one API Center can be linked to a single API Management instance.
21+
22+
In this tutorial, you:
23+
24+
> [!div class="checklist"]
25+
> * Create a new API Center and link it to an API Management instance
26+
> * Link an existing API Center and synchronize APIs
27+
> * View synchronized APIs and remove the link if needed
28+
29+
## Prerequisites
30+
31+
Before you start, make sure you meet the following requirements.
32+
33+
- An Azure account with an active subscription is required. If you don't already have one, you can [create an account for free](https://azure.microsoft.com/pricing/purchase-options/azure-account).
34+
- An existing API Management service in the subscription where you want to manage APIs
35+
- Contributor (or Owner) permissions on the API Management resource and permission to create resources in a resource group
36+
37+
## Create a new API Center and link your APIs
38+
39+
These steps show how to create a new API Center and link it to an API Management instance so APIs are synchronized.
40+
41+
1. From the [Azure portal](https://portal.azure.com), open your API Management service.
42+
1. In the left-hand menu, go to **APIs** > **API Center**.
43+
:::image type="content" source="media/link-api-center/api-management-menu.png" alt-text="The API Management instance in Azure portal with API Center emphasized in the left-hand menu.":::
44+
1. In the center pane, under *Use API Center for API discovery, reuse, and governance*, select **Create new**.
45+
1. On the **Create API Center** page, select **Create new link**.
46+
1. Provide values for the following fields:
47+
48+
| Field | Details |
49+
|---|---|
50+
| Resource group | Select an existing resource group or create a new one. |
51+
| Location | Choose a region. Regions available for API Center may differ from the region of your API Management instance. |
52+
| Name | Provide a unique name for the API Center instance. |
53+
| Pricing plan | Select a plan. |
54+
| Lifecycle | Select the lifecycle state to associate with APIs when they're synchronized. This metadata can be changed later. |
55+
56+
1. Select Create.
57+
58+
- When the operation finishes, you should see a *Request succeeded* message and a confirmation that your API Management service and API Center are synchronized.
59+
60+
## Use an existing API Center
61+
62+
These steps show how to link an API Management instance to an API Center that already exists.
63+
64+
1. From the API Center section of your API Management service, select **Use existing API Center**.
65+
1. From the dropdown, choose the API Center you want to link.
66+
1. Select **Synchronize APIs** to start synchronization between the API Management service and the selected API Center.
67+
68+
## View linked API Center and synchronized APIs
69+
70+
Use this section to verify the integration state and to view APIs that synchronized from API Management.
71+
72+
1. In the [Azure portal](https://portal.azure.com), open the API Center resource.
73+
2. In the API Center left-hand menu, go to **Platforms** > **Integrations**.
74+
The state for the integration with API Management should say *Linked and syncing*.
75+
1. To view synchronized APIs, go to **Assets** > **APIs**.<br />
76+
An icon appears indicating that the APIs are linked.
77+
:::image type="content" source="media/link-api-center/api-center-menu.png" alt-text="An API Center instance in Azure portal with APIs emphasized in the left-hand menu and link icons emphasized in the main panel":::
78+
79+
## Remove link to API Center
80+
81+
Follow these steps to remove the link between API Management and the API Center or to delete the API Center resource.
82+
83+
1. In the API Center resource, find the linked API Management instance.
84+
1. In the left-hand menu, go to **Platforms** > **Integrations**.
85+
2. Select the trash can icon to delete the link.
86+
87+
## Clean up resources
88+
89+
Delete any resources you created for this tutorial to avoid incurring charges.
90+
91+
If you created an API Center for this tutorial and no longer need it, delete the API Center resource and any resource group you created to avoid charges.
92+
93+
## Related content
94+
95+
[Synchronize APIs from an API Management instance](../../api-center/synchronize-api-management-apis.md)
95.8 KB
Loading
183 KB
Loading

0 commit comments

Comments
 (0)