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/includes/delete-api-integration.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: dlepow
6
6
7
7
ms.service: azure-api-center
8
8
ms.topic: include
9
-
ms.date: 01/08/2025
9
+
ms.date: 01/21/2025
10
10
ms.author: danlep
11
11
ms.custom: Include file
12
12
---
@@ -28,7 +28,7 @@ You can delete an integration using the portal or the Azure CLI.
28
28
29
29
#### [Azure CLI](#tab/cli)
30
30
31
-
Run the `az apic integration delete` command to delete an integration. Provide the names of the resource group, API center, and integration.
31
+
Run the [az apic integration delete](/cli/azure/apic/integration#az-apic-integration-delete) (preview) command to delete an integration. Provide the names of the resource group, API center, and integration.
Copy file name to clipboardExpand all lines: articles/api-center/includes/install-apic-extension.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ ms.custom: Include file
14
14
> [!NOTE]
15
15
> `az apic` commands require the `apic-extension` Azure CLI extension. If you haven't used `az apic` commands, the extension can be installed dynamically when you run your first `az apic` command, or you can install the extension manually. Learn more about [Azure CLI extensions](/cli/azure/azure-cli-extensions-overview).
16
16
>
17
-
> See the [release notes](https://github.com/Azure/azure-cli-extensions/blob/main/src/apic-extension/HISTORY.rst) for the latest changes and updates in the `apic-extension`. Certain features may require a specific version of the extension.
17
+
> See the [release notes](https://github.com/Azure/azure-cli-extensions/blob/main/src/apic-extension/HISTORY.rst) for the latest changes and updates in the `apic-extension`. Certain features may require a preview or specific version of the extension.
Copy file name to clipboardExpand all lines: articles/api-center/includes/synchronized-properties-api-source.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.custom: Include file
12
12
---
13
13
You can add or update metadata properties and documentation to the synchronized APIs in your API center to help stakeholders discover, understand, and consume the APIs. Learn more about Azure API Center's [built-in and custom metadata properties](../add-metadata-properties.md).
14
14
15
-
The following table shows entity properties that can be modified in Azure API Center and properties that are set based on their values in an integrated API source.
15
+
The following table shows entity properties that can be modified in Azure API Center and properties that are set based on their values in the API source.
16
16
17
17
| Entity | Properties configurable in API Center | Properties determined in integrated API source |
Copy file name to clipboardExpand all lines: articles/api-center/synchronize-api-management-apis.md
+6-6Lines changed: 6 additions & 6 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: 01/02/2025
7
+
ms.date: 01/21/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.
@@ -16,7 +16,7 @@ This article shows how to integrate an API Management instance so that the insta
16
16
17
17
## About integrating an API Management instance
18
18
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, integrating an API Management instance enables continuous synchronization so that the API inventory stays up to date. Azure API Center can also synchronize APIs from sources including [Amazon API Gateway](synchronize-aws-gateway-apis.md).
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, integrating (linking) an API Management instance enables continuous synchronization so that the API inventory stays up to date. Azure API Center can also synchronize APIs from sources including [Amazon API Gateway](synchronize-aws-gateway-apis.md).
20
20
21
21
When you integrate an API Management instance as an API source, the following happens:
22
22
@@ -64,10 +64,10 @@ You can integrate an API Management instance using the portal or the Azure CLI.
64
64
65
65
1. In the [portal](https://portal.azure.com), navigate to your API center.
66
66
1. Under **Assets**, select **Environments**.
67
-
1. Select **Integrations (preview)** > **+ New integration** > **From Azure API Management**.
68
-
1. In the **Integrate your Azure API Management Service** page:
67
+
1. Select **Links (preview)** > **+ Create a link**.
68
+
1. In the **Link your Azure API Management Service** page:
69
69
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to integrate.
70
-
1. In **Integration details**, enter an identifier.
70
+
1. In **Link details**, enter an identifier.
71
71
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Description**.
72
72
1. In **API Details**:
73
73
1. Select a **Lifecycle** for the synchronized APIs. (You can update this value for the APIs after they're added to your API center.)
@@ -78,7 +78,7 @@ You can integrate an API Management instance using the portal or the Azure CLI.
78
78
79
79
#### [Azure CLI](#tab/cli)
80
80
81
-
Run the `az apic integration create apim` command to integrate an API Management instance to your API center.
81
+
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.
82
82
83
83
* Provide the names of the resource group, API center, and integration.
Copy file name to clipboardExpand all lines: articles/api-center/synchronize-aws-gateway-apis.md
+1-1Lines changed: 1 addition & 1 deletion
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 Amazon API Gateway to Azure API Center for automatic s
4
4
author: dlepow
5
5
ms.service: azure-api-center
6
6
ms.topic: how-to
7
-
ms.date: 01/08/2025
7
+
ms.date: 01/21/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.
0 commit comments