Skip to content

Commit 35f9bab

Browse files
author
gitName
committed
term
1 parent 0fbf125 commit 35f9bab

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

articles/api-center/synchronize-api-management-apis.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Synchronize APIs from Azure API Management instance
3-
description: Link an API Management instance to Azure API Center for automatic synchronization of APIs to the inventory.
3+
description: Integrate an API Management instance to Azure API Center for automatic synchronization of APIs to the inventory.
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: how-to
@@ -12,13 +12,13 @@ ms.custom: devx-track-azurecli
1212

1313
# Synchronize APIs from an API Management instance
1414

15-
This article shows how to create a link to an API Management instance so that the instances's APIs are continuously kept up to date in your [API center](overview.md) inventory.
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.
1616

17-
## About linking an API Management instance
17+
## About integrate an API Management instance
1818

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.
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, integrate an API Management instance enables continuous synchronization so that the API inventory stays up to date.
2020

21-
When you link an API Management instance as an API source, the following happens:
21+
When you integrate an API Management instance as an API source, the following happens:
2222

2323
1. All APIs, and optionally API definitions (specs), from the API Management instance are added to the API center inventory.
2424
1. You configure an [environment](key-concepts.md#environment) of type *Azure API Management* in the API center.
@@ -27,14 +27,14 @@ When you link an API Management instance as an API source, the following happens
2727
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.
2828

2929
> [!NOTE]
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 (API sources).
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 integrated API Management instances (API sources).
3131
> * API updates in API Management typically synchronize to your API center within minutes but synchronization can take up to 24 hours.
3232
3333
### Entities synchronized from API Management
3434

3535
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).
3636

37-
The following table shows entity properties that can be modified in Azure API Center and properties 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.
37+
The following table shows entity properties that can be modified in Azure API Center and properties that are determined based on their values in an integrated Azure API Management instance. Also, entities' resource or system identifiers in Azure API Center are generated automatically and can't be modified.
3838

3939
| Entity | Properties configurable in API Center | Properties determined in API Management |
4040
|--------------|-----------------------------------------|-----------------|
@@ -69,21 +69,21 @@ For property details, see the [Azure API Center REST API reference](/rest/api/ap
6969

7070
[!INCLUDE [configure-managed-identity-apim-reader](includes/configure-managed-identity-apim-reader.md)]
7171

72-
## Link an API Management instance
72+
## Integrate an API Management instance
7373

74-
You can link an API Management instance using the portal.
74+
You can integrate an API Management instance using the portal.
7575

7676
1. In the [portal](https://portal.azure.com), navigate to your API center.
7777
1. Under **Assets**, select **Environments**.
7878
1. Select **Integrations (preview)** > **+ New integration** > **From Azure API Management**.
7979
1. In the **Integrate your Azure API Management Service** page:
80-
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to link.
81-
1. In **Link details**, enter an identifier.
80+
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate.
81+
1. In **Integration details**, enter an identifier.
8282
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Environment description**.
8383
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.
8484
1. Select **Create**.
8585

86-
:::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.":::
86+
:::image type="content" source="media/synchronize-api-management-apis/link-api-management-service.png" alt-text="Screenshot of integrating an Azure API Management Service in the portal.":::
8787

8888
The environment is added in your API center. The API Management APIs are imported to the API center inventory.
8989

0 commit comments

Comments
 (0)