Skip to content

Commit cfe530e

Browse files
author
gitName
committed
review comments
1 parent 7e50b27 commit cfe530e

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

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

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Link an API Management instance to Azure API Center for automatic s
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: how-to
7-
ms.date: 10/29/2024
7+
ms.date: 10/30/2024
88
ms.author: danlep
99
ms.custom: devx-track-azurecli
1010
# 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
1818

1919
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.
2020

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:
2222

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.
2424
* You configure an [environment](key-concepts.md#environment) of type *Azure API Management* in the API center.
2525
* An associated [deployment](key-concepts.md#deployment) is created for each synchronized API definition from API Management.
2626

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.
2828

2929
> [!NOTE]
3030
> * 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).
3232
3333
### Entities synchronized from API Management
3434

@@ -41,7 +41,7 @@ The following table shows entity properties that can be modified in Azure API Ce
4141
| API | summary<br/>lifecycleStage<br/>termsOfService<br/>license<br/>externalDocumentation<br/>customProperties | title<br/>description<br/>kind |
4242
| API version | lifecycleStage | title |
4343
| Environment | title<br/>description<br/>kind</br>server.managementPortalUri<br/>onboarding<br/>customProperties | server.type
44-
| Deployment | title<br/>description<br/>server<br/>state<br/>customProperties | server.runtimeUri<br/>environmentId<br/>definitionId |
44+
| Deployment | title<br/>description<br/>server<br/>state<br/>customProperties | server.runtimeUri |
4545

4646
For property details, see the [Azure API Center REST API reference](/rest/api/apicenter).
4747

@@ -73,8 +73,6 @@ For property details, see the [Azure API Center REST API reference](/rest/api/ap
7373

7474
You can link an API Management instance using the portal.
7575

76-
#### [Portal](#tab/portal)
77-
7876
1. In the [portal](https://portal.azure.com), navigate to your API center.
7977
1. Under **Assets**, select **Environments**.
8078
1. Select **Links (preview)** > **+ New link**.
@@ -90,7 +88,7 @@ You can link an API Management instance using the portal.
9088
The environment is added in your API center. The API Management APIs are imported to the API center inventory.
9189

9290
:::image type="content" source="media/synchronize-api-management-apis/environment-link-list.png" alt-text="Screenshot of environment list in the portal.":::
93-
---
91+
9492

9593
## Delete a link
9694

0 commit comments

Comments
 (0)