|
| 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) |
0 commit comments