Skip to content

Commit 1a66415

Browse files
author
gitName
committed
[APIC] Synchronize APIM workspace APIs
1 parent 3edf8ed commit 1a66415

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed
51 KB
Loading

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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: 06/18/2025
7+
ms.date: 06/25/2025
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.
@@ -70,7 +70,8 @@ You can integrate an API Management instance using the portal or the Azure CLI.
7070
1. Under **Platforms**, select **Integrations**.
7171
1. Select **+ New integration** > **From Azure API Management**.
7272
1. In the **Integrate your Azure API Management Service** page:
73-
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate.
73+
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).
74+
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**.
7475
1. In **Integration details**, enter an identifier.
7576
If you haven't already configured a managed identity with access to the API Management instance, enable **Automatically configure managed identity and assign permissions**. This selection automatically assigns the API center's system-assigned managed identity the necessary permissions to synchronize APIs from the API Management instance.
7677
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Description**.
@@ -98,9 +99,7 @@ az apic integration create apim \
9899
```
99100
---
100101

101-
The environment is added in your API center. The API Management APIs are imported to the API center inventory.
102-
103-
:::image type="content" source="media/synchronize-api-management-apis/environment-link-list.png" alt-text="Screenshot of environment list in the portal.":::
102+
The API Management instance is integrated as an environment in your API center. The API Management APIs are synchronized to the API center inventory.
104103

105104
[!INCLUDE [delete-api-integration](includes/delete-api-integration.md)]
106105

articles/api-center/synchronize-aws-gateway-apis.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.collection:
1414
# 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.
1515
---
1616

17-
# Synchronize APIs from Amazon API Gateway to Azure API Center (preview)
17+
# Synchronize APIs from Amazon API Gateway to Azure API Center
1818

1919
This article shows how to integrate an Amazon API Gateway so that the gateway's APIs are continuously kept up to date in your [API center](overview.md) inventory.
2020

@@ -31,7 +31,6 @@ When you integrate an Amazon API Gateway as an API source, the following happens
3131
Synchronization is one-way from Amazon API Gateway to your Azure API center, meaning API updates in the API center aren't synchronized back to Amazon API Gateway.
3232

3333
> [!NOTE]
34-
> * Integration of Amazon API Gateway is currently in preview.
3534
> * 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 sources.
3635
> * APIs in Amazon API Gateway synchronize to your API center once per hour. Only REST APIs are synchronized.
3736
> * API definitions also synchronize to the API center if you select the option to include them during integration. Only definitions from deployed APIs are synchronized.
@@ -114,7 +113,7 @@ You can integrate an Amazon API Gateway using the portal or the Azure CLI.
114113

115114
#### [Azure CLI](#tab/cli)
116115

117-
Run the [az apic integration create aws](/cli/azure/apic/integration/create#az-apic-integration-create-aws) (preview) command to integrate an Amazon API Gateway to your API center.
116+
Run the [az apic integration create aws](/cli/azure/apic/integration/create#az-apic-integration-create-aws) command to integrate an Amazon API Gateway to your API center.
118117

119118
* Provide the names of the resource group, API center, and integration.
120119

0 commit comments

Comments
 (0)