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/includes/api-center-service-limits.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,9 @@ ms.custom: Include file
24
24
| Maximum number of child properties in custom metadata property of type "object" | 10 |10 |
25
25
| Maximum requests per minute (data plane) | 3,000 | 6,000 |
26
26
| Maximum number of API definitions [linted](../enable-managed-api-analysis-linting.md) per 4 hours | 10 | 100 |
27
-
| Maximum number of integrated API sources<sup>4</sup> | 1 | 3 |
27
+
| Maximum number of linked API sources<sup>4</sup> | 1 | 3 |
28
28
29
29
<sup>1</sup> To increase a limit in the Standard plan, contact [support](https://azure.microsoft.com/support/options/).<br/>
30
30
<sup>2</sup> In the Free plan, use of full service features including API analysis and access through the data plane API is limited to 5 APIs.<br/>
31
31
<sup>3</sup> Custom metadata properties assigned to APIs, deployments, and environments.<br/>
32
-
<sup>4</sup> Sources such as integrated API Management instances. In the Free plan, synchronization from an integrated API source is limited to 200 APIs and 5 API definitions.
32
+
<sup>4</sup> Sources such as linked API Management instances. In the Free plan, synchronization from a linked API source is limited to 200 APIs and 5 API definitions.
Copy file name to clipboardExpand all lines: articles/api-center/synchronize-api-management-apis.md
+30-32Lines changed: 30 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,24 @@
1
1
---
2
2
title: Synchronize APIs from Azure API Management instance
3
-
description: Integrate an API Management instance to Azure API Center for automatic synchronization of APIs from API Management to the inventory.
3
+
description: Link an API Management instance to Azure API Center for automatic synchronization of APIs to the inventory.
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 10/22/2024
7
+
ms.date: 10/29/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 to my API center and synchronize API Management APIs to my inventory.
11
11
---
12
12
13
-
# Integrate an API Management instance to synchronize APIs to your API center
13
+
# Synchronize APIs from an API Management instance
14
14
15
-
This article shows how to create an integration (preview) to an API Management instance so that the instances's APIs are synchronized in your [API center](overview.md).
15
+
This article shows how to create a link (preview) to an API Management instance so that the instances's APIs are synchronized in your [API center](overview.md).APIs in a linked API Management instance are continuously kept up to date in your API center inventory.
16
16
17
-
APIs in an integrated API Management instance are continuously kept up to date in your API center inventory. This synchronization makes all of the API Management APIs available to stakeholders to be discovered, reused, and governed like your other APIs.
17
+
## About linking API Management
18
18
19
-
## About integrating an API Management instance
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
-
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, integrating an API Management instance enables continuous synchronization so that the API inventory stays up to date.
22
-
23
-
When you integrate an API Management instance, the following happens:
21
+
When you link an API Management instance, the following happens:
24
22
25
23
* All APIs, and optionally API definitions, from the API Management instance are added to the API center inventory.
26
24
* You configure an [environment](key-concepts.md#environment) of type *Azure API Management* in the API center. An associated [deployment](key-concepts.md#deployment) is created for each synchronized API definition from API Management.
@@ -29,23 +27,23 @@ API Management APIs automatically synchronize to the API center whenever existin
29
27
30
28
> [!NOTE]
31
29
> * API updates in API Management can take a few minutes to synchronize to your API center.
32
-
> * 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 integrate API Management instances.
30
+
> * 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.
33
31
34
32
35
33
### Entities synchronized from API Management
36
34
37
-
You can add or update API metadata and documentation in your API center to help stakeholders discover, understand, and consume the synchronized APIs. Learn more about Azure API Center's [built-in and custom metadata properties](add-metadata-properties.md).
35
+
You can add or update metadata properties and documentation in your API center to help stakeholders discover, understand, and consume the synchronized APIs. Learn more about Azure API Center's [built-in and custom metadata properties](add-metadata-properties.md).
38
36
39
-
Certain properties of synchronized APIs and other entities are configured automatically in the API center and are read-only, as shown in the following table:
37
+
The following table shows entity properties that can be modified in Azure API Center and those that are determined based on their values in a linked Azure API Management instance. Also, entities' resource or system identifiers in Azure API Center are generated automatically and can't be modified.
You can create an integration to an API Management instance using the portal.
74
+
You can link an API Management instance using the portal.
77
75
78
76
#### [Portal](#tab/portal)
79
77
80
78
1. In the [portal](https://portal.azure.com), navigate to your API center.
81
79
1. Under **Assets**, select **Environments**.
82
-
1. Select **Integrations (preview)** > **+ New integration**.
83
-
1. In the **Integrate your Azure API Management Service** page:
84
-
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate.
85
-
1. In **Integration details**, enter an identifier.
80
+
1. Select **Links (preview)** > **+ New link**.
81
+
1. In the **Link your Azure API Management Service** page:
82
+
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to link.
83
+
1. In **Link details**, enter an identifier.
86
84
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Environment description**.
87
85
1. In **API details**, select a **Lifecycle stage** for the synchronized APIs. (You can update this value for your APIs after they're added to your API center.) Also, select whether to synchronize API definitions.
88
86
1. Select **Create**.
89
87
90
-
:::image type="content" source="media/synchronize-api-management-apis/link-api-management-service.png" alt-text="Screenshot of integrated an Azure API Management Service in the portal.":::
88
+
:::image type="content" source="media/synchronize-api-management-apis/link-api-management-service.png" alt-text="Screenshot of linking an Azure API Management Service in the portal.":::
91
89
92
90
The environment is added in your API center. The API Management APIs are imported to the API center inventory.
93
91
94
92
:::image type="content" source="media/synchronize-api-management-apis/environment-link-list.png" alt-text="Screenshot of environment list in the portal.":::
95
93
---
96
94
97
-
## Delete an integration
95
+
## Delete a link
98
96
99
-
While an API Management instance is integrated, you can't delete synchronized APIs from your API center. If you need to, you can delete the integration. When you delete an integration:
97
+
While an API Management instance is linked, you can't delete synchronized APIs from your API center. If you need to, you can delete the link. When you delete a link:
100
98
101
-
*All the synchronized API Management APIs in your API center inventory are deleted
99
+
*The synchronized API Management APIs in your API center inventory are deleted
102
100
* The environment and deployments associated with the API Management instance are deleted
103
101
104
-
To delete an API Management integration:
102
+
To delete an API Management link:
105
103
106
104
1. In the [portal](https://portal.azure.com), navigate to your API center.
107
-
1. Under **Assets**, select **Environments** > **Integrations (preview)**.
108
-
1. Select the integration, and then select **Delete** (trash can icon).
105
+
1. Under **Assets**, select **Environments** > **Link (preview)**.
106
+
1. Select the link, and then select **Delete** (trash can icon).
0 commit comments