Skip to content

Commit 7cb5a87

Browse files
Update synchronize-api-management-apis.md
1 parent 36b97ba commit 7cb5a87

1 file changed

Lines changed: 15 additions & 10 deletions

File tree

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ description: Integrate an API Management instance to Azure API Center for automa
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: how-to
7-
ms.date: 07/22/2025
7+
ms.date: 01/20/202
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.
1111
---
1212

1313
# Synchronize APIs from an API Management instance
1414

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

1717
> [!TIP]
1818
> This article explains how to integrate an API Management instance from your API center. Alternatively, quickly set up integration directly from an API Management instance. In the left menu of your instance, under **APIs**, select **API Center**, and select a target API center in your subscription to synchronize APIs to.
@@ -31,7 +31,7 @@ API Management APIs automatically synchronize to the API center whenever existin
3131

3232
> [!NOTE]
3333
> * 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).
34-
> * An integrated API Management instance can be configured in a virtual network.
34+
> * You can configure an integrated API Management instance in a virtual network.
3535
> * API updates in API Management typically synchronize to your API center within minutes, but synchronization can take up to 24 hours.
3636
> * API definitions also synchronize to the API center if you select the option to include them during integration.
3737
@@ -41,7 +41,7 @@ API Management APIs automatically synchronize to the API center whenever existin
4141

4242
## Prerequisites
4343

44-
* An API center in your Azure subscription. If you haven't created one, see [Quickstart: Create your API center](set-up-api-center.md).
44+
* An API center in your Azure subscription. If you didn't create an API center, see [Quickstart: Create your API center](set-up-api-center.md).
4545

4646
* An Azure API Management instance, in the same or a different subscription. The instance must be in the same directory.
4747

@@ -51,7 +51,7 @@ API Management APIs automatically synchronize to the API center whenever existin
5151
[!INCLUDE [install-apic-extension](includes/install-apic-extension.md)]
5252

5353
> [!NOTE]
54-
> Azure CLI command examples in this article can run in PowerShell or a bash shell. Where needed because of different variable syntax, separate command examples are provided for the two shells.
54+
> You can run Azure CLI command examples in this article in PowerShell or a bash shell. Where different variable syntax is required, the article provides separate command examples for the two shells.
5555
5656
[!INCLUDE [enable-managed-identity](includes/enable-managed-identity.md)]
5757

@@ -61,14 +61,14 @@ API Management APIs automatically synchronize to the API center whenever existin
6161

6262
## Integrate an API Management instance
6363

64-
You can integrate an API Management instance using the portal or the Azure CLI.
64+
You can integrate an API Management instance by using the portal or the Azure CLI.
6565

6666
#### [Portal](#tab/portal)
6767

68-
1. In the [portal](https://portal.azure.com), navigate to your API center.
68+
1. In the [portal](https://portal.azure.com), go to your API center.
6969
1. Under **Platforms**, select **Integrations**.
7070
1. Select **+ New integration** > **From Azure API Management**.
71-
1. In the **Integrate your Azure API Management Service** page:
71+
1. In **Integrate your Azure API Management Service**:
7272
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).
7373
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**.
7474
1. In **Integration details**, enter an identifier.
@@ -81,13 +81,18 @@ You can integrate an API Management instance using the portal or the Azure CLI.
8181

8282
:::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.":::
8383

84-
#### [Azure CLI](#tab/cli)
84+
#### [Azure CLI](#tab=cli)
8585

8686
Run the [az apic integration create apim](/cli/azure/apic/integration/create#az-apic-integration-create-apim) command to integrate an API Management instance to your API center.
8787

88+
> [!NOTE]
89+
>
90+
> * This command is only available in the preview version of the APIC extension.
91+
> * Install the new preview version before using this command.
92+
8893
* Provide the names of the resource group, API center, and integration.
8994

90-
* If the API Management instance and the API center are in the same resource group, you can provide the API Management instance name as the value of `azure-apim`; otherwise, provide the Azure resource ID.
95+
* If the API Management instance and the API center are in the same resource group, you can provide the API Management instance name as the value of `azure-apim`. Otherwise, provide the Azure resource ID.
9196

9297
```azurecli
9398
az apic integration create apim \

0 commit comments

Comments
 (0)