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
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Link an API Management instance to Azure API Center for automatic s
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 10/29/2024
7
+
ms.date: 10/30/2024
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.
@@ -18,17 +18,17 @@ This article shows how to create a link (preview) to an API Management instance
18
18
19
19
Although you can use the Azure CLI to [import](import-api-management-apis.md) APIs on demand from Azure API Management to Azure API Center, linking an API Management instance enables continuous synchronization so that the API inventory stays up to date.
20
20
21
-
When you link an API Management instance, the following happens:
21
+
When you link an API Management instance as an API source, the following happens:
22
22
23
-
* All APIs, and optionally API definitions, from the API Management instance are added to the API center inventory.
23
+
* All APIs, and optionally API definitions (specs), from the API Management instance are added to the API center inventory.
24
24
* You configure an [environment](key-concepts.md#environment) of type *Azure API Management* in the API center.
25
25
* An associated [deployment](key-concepts.md#deployment) is created for each synchronized API definition from API Management.
26
26
27
-
API Management APIs automatically synchronize to the API center whenever existing APIs' settings change, 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.
27
+
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.
28
28
29
29
> [!NOTE]
30
30
> * API updates in API Management can take a few minutes to synchronize to your API center.
31
-
> * 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#api-center-limits) for the number of linked API Management instances.
31
+
> * 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#api-center-limits) for the number of linked API Management instances (API sources).
32
32
33
33
### Entities synchronized from API Management
34
34
@@ -41,7 +41,7 @@ The following table shows entity properties that can be modified in Azure API Ce
41
41
| API | summary<br/>lifecycleStage<br/>termsOfService<br/>license<br/>externalDocumentation<br/>customProperties | title<br/>description<br/>kind |
For property details, see the [Azure API Center REST API reference](/rest/api/apicenter).
47
47
@@ -73,8 +73,6 @@ For property details, see the [Azure API Center REST API reference](/rest/api/ap
73
73
74
74
You can link an API Management instance using the portal.
75
75
76
-
#### [Portal](#tab/portal)
77
-
78
76
1. In the [portal](https://portal.azure.com), navigate to your API center.
79
77
1. Under **Assets**, select **Environments**.
80
78
1. Select **Links (preview)** > **+ New link**.
@@ -90,7 +88,7 @@ You can link an API Management instance using the portal.
90
88
The environment is added in your API center. The API Management APIs are imported to the API center inventory.
91
89
92
90
:::image type="content" source="media/synchronize-api-management-apis/environment-link-list.png" alt-text="Screenshot of environment list in the portal.":::
0 commit comments