Skip to content

Commit 9982f9f

Browse files
author
gitName
committed
CLI links
1 parent a9d1de1 commit 9982f9f

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

articles/api-center/includes/delete-api-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: dlepow
66

77
ms.service: azure-api-center
88
ms.topic: include
9-
ms.date: 01/08/2025
9+
ms.date: 01/21/2025
1010
ms.author: danlep
1111
ms.custom: Include file
1212
---
@@ -28,7 +28,7 @@ You can delete an integration using the portal or the Azure CLI.
2828

2929
#### [Azure CLI](#tab/cli)
3030

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

3333
```azurecli
3434
az apic integration delete \

articles/api-center/includes/install-apic-extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ms.custom: Include file
1414
> [!NOTE]
1515
> `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).
1616
>
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.

articles/api-center/includes/synchronized-properties-api-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: Include file
1212
---
1313
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).
1414

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

1717
| Entity | Properties configurable in API Center | Properties determined in integrated API source |
1818
|--------------|-----------------------------------------|-----------------|

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

Lines changed: 6 additions & 6 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: 01/02/2025
7+
ms.date: 01/21/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.
@@ -16,7 +16,7 @@ This article shows how to integrate an API Management instance so that the insta
1616

1717
## About integrating an API Management instance
1818

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

2121
When you integrate an API Management instance as an API source, the following happens:
2222

@@ -64,10 +64,10 @@ You can integrate an API Management instance using the portal or the Azure CLI.
6464

6565
1. In the [portal](https://portal.azure.com), navigate to your API center.
6666
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:
6969
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.
7171
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Description**.
7272
1. In **API Details**:
7373
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.
7878

7979
#### [Azure CLI](#tab/cli)
8080

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

8383
* Provide the names of the resource group, API center, and integration.
8484

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Integrate an Amazon API Gateway to Azure API Center for automatic s
44
author: dlepow
55
ms.service: azure-api-center
66
ms.topic: how-to
7-
ms.date: 01/08/2025
7+
ms.date: 01/21/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.

0 commit comments

Comments
 (0)