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/synchronize-api-management-apis.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Integrate an API Management instance to Azure API Center for automa
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 06/18/2025
7
+
ms.date: 06/25/2025
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 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.
70
70
1. Under **Platforms**, select **Integrations**.
71
71
1. Select **+ New integration** > **From Azure API Management**.
72
72
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**.
74
75
1. In **Integration details**, enter an identifier.
75
76
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.
76
77
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Description**.
@@ -98,9 +99,7 @@ az apic integration create apim \
98
99
```
99
100
---
100
101
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.
Copy file name to clipboardExpand all lines: articles/api-center/synchronize-aws-gateway-apis.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.collection:
14
14
# 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.
15
15
---
16
16
17
-
# Synchronize APIs from Amazon API Gateway to Azure API Center (preview)
17
+
# Synchronize APIs from Amazon API Gateway to Azure API Center
18
18
19
19
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.
20
20
@@ -31,7 +31,6 @@ When you integrate an Amazon API Gateway as an API source, the following happens
31
31
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.
32
32
33
33
> [!NOTE]
34
-
> * Integration of Amazon API Gateway is currently in preview.
35
34
> * 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.
36
35
> * APIs in Amazon API Gateway synchronize to your API center once per hour. Only REST APIs are synchronized.
37
36
> * 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.
114
113
115
114
#### [Azure CLI](#tab/cli)
116
115
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.
118
117
119
118
* Provide the names of the resource group, API center, and integration.
0 commit comments