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/synchronize-api-management-apis.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ description: Integrate an API Management instance to Azure API Center for automa
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 06/18/2025
7
+
ms.date: 06/25/2025
8
8
ms.author: danlep
9
9
ms.custom: devx-track-azurecli
10
10
# Customer intent: As an API program manager, I want to integrate my Azure API Management instance with my API center and synchronize API Management APIs to my inventory.
11
11
---
12
12
13
-
# Synchronize APIs from an API Management instance (preview)
13
+
# Synchronize APIs from an API Management instance
14
14
15
15
This article shows how to integrate an API Management instance so that the instances's APIs are continuously kept up to date in your [API center](overview.md) inventory.
16
16
@@ -30,7 +30,6 @@ When you integrate an API Management instance as an API source, the following ha
30
30
API Management APIs automatically synchronize to the API center whenever existing APIs' settings change (for example, new versions are added), new APIs are created, or APIs are deleted. This synchronization is one-way from API Management to your Azure API center, meaning API updates in the API center aren't synchronized back to the API Management instance.
31
31
32
32
> [!NOTE]
33
-
> * Integration of Azure API Management is currently in preview.
34
33
> * There are [limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits) for the number of integrated API Management instances (API sources).
35
34
> * An integrated API Management instance can be configured in a virtual network.
36
35
> * API updates in API Management typically synchronize to your API center within minutes, but synchronization can take up to 24 hours.
@@ -70,7 +69,8 @@ You can integrate an API Management instance using the portal or the Azure CLI.
70
69
1. Under **Platforms**, select **Integrations**.
71
70
1. Select **+ New integration** > **From Azure API Management**.
72
71
1. In the **Integrate your Azure API Management Service** page:
73
-
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate.
72
+
1. Select whether to synchronize all APIs from the API Management instance or only APIs that are in an API Management [workspace](../api-management/workspaces-overview.md).
73
+
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate. If you want to synchronize only APIs from a workspace, make a selection in **Choose a workspace**.
74
74
1. In **Integration details**, enter an identifier.
75
75
If you haven't already configured a managed identity with access to the API Management instance, enable **Automatically configure managed identity and assign permissions**. This selection automatically assigns the API center's system-assigned managed identity the necessary permissions to synchronize APIs from the API Management instance.
76
76
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Description**.
@@ -98,9 +98,7 @@ az apic integration create apim \
98
98
```
99
99
---
100
100
101
-
The environment is added in your API center. The API Management APIs are imported to the API center inventory.
102
-
103
-
:::image type="content" source="media/synchronize-api-management-apis/environment-link-list.png" alt-text="Screenshot of environment list in the portal.":::
101
+
The API Management instance is integrated as an environment in your API center. The API Management APIs are synchronized to the API center inventory.
0 commit comments