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
+40-15Lines changed: 40 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Link an API Management instance 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: 10/18/2024
7
+
ms.date: 10/22/2024
8
8
ms.author: danlep
9
9
ms.custom: devx-track-azurecli
10
10
# Customer intent: As an API program manager, I want to link my Azure API Management instance to my API center and synchronize API Management APIs to my inventory.
This article shows how to create a link (preview) to an API Management instance so that the instances's APIs are synchronized in your [API center](overview.md).
16
16
17
-
APIs in a linked API Management instance are automatically kept up to date in your API center inventory. This makes all of the API Management APIs easily discoverable and accessible in your API center to developers, API program managers, and other stakeholders.
17
+
APIs in a linked API Management instance are continuously kept up to date in your API center inventory. This makes all of the API Management APIs easily discoverable and accessible to developers, API program managers, and other stakeholders.
18
18
19
19
## About linking an API Management instance
20
20
21
-
While you can use the Azure CLI to [import](import-api-management-apis.md) APIs from Azure API Management to Azure API Center, linking an API Management instance enables automatic synchronization so that the API inventory stays up to date.
21
+
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, linking an API Management instance enables continuous synchronization so that the API inventory stays up to date.
22
22
23
23
When you create a link to an API Management instance, the following happens:
24
24
25
-
* All APIs and related API definitions from the API Management instance are added to the API center inventory.
26
-
* An [environment](key-concepts.md#environment) is created in the API center.
27
-
* You can add API metadata and documentation in your API center to help stakeholders discover, understand, and consume the APIs.
25
+
* All APIs, and optionally API definitions, from the API Management instance are added to the API center inventory.
26
+
* You configure an [environment](key-concepts.md#environment) of type *Azure API Management* in the API center. An associated [deployment](key-concepts.md#deployment) is created for each synchronized API definition from API Management.
28
27
29
-
After that, API Management APIs automatically synchronize to the API center whenever there are changes detected to existing API properties, new versions are added, new APIs are created, or APIs are deleted. This synchronization is one-way from API Management to your Azure API center, meaning API updates in the API center aren't synchronized back to the API Management instance.
28
+
API Management APIs automatically synchronize to the API center whenever existing APIs' settings change, new versions are added, new APIs are created, or APIs are deleted. This synchronization is one-way from API Management to your Azure API center, meaning API updates in the API center aren't synchronized back to the API Management instance.
30
29
31
30
> [!NOTE]
32
-
> * Certain properties of API Management APIs such as the name, description, and API definition can't be edited in the API center, and synchronized APIs can't be deleted from your API center.
33
-
> * Links to API Management instances are subject to [certain limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#api-center-limits) on number of linked API sources and frequency of synchronization.
31
+
> * Some API updates in API Management can take a few minutes to synchronize to your API center.
32
+
> * Links to API Management instances are subject to [limits](../azure-resource-manager/management/azure-subscription-service-limits.md?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#api-center-limits) on number of linked API sources and synchronization frequency.
33
+
34
+
35
+
### Entities synchronized from API Management
36
+
37
+
You can add or update API metadata and documentation in your API center to help stakeholders discover, understand, and consume the synchronized APIs. Learn more about Azure API Center's [built-in and custom metadata properties](add-metadata-properties.md).
38
+
39
+
Certain properties of synchronized APIs and other entities are configured automatically in the API center and are read-only, as shown in the following table:
> 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.
50
67
@@ -59,27 +76,35 @@ After that, API Management APIs automatically synchronize to the API center when
59
76
60
77
## Link an API Management instance
61
78
62
-
You can create a link to an API Management in the portal.
79
+
You can create a link to an API Management instance using the portal.
63
80
64
81
#### [Portal](#tab/portal)
65
82
66
83
1. In the [portal](https://portal.azure.com), navigate to your API center.
67
84
1. Under **Assets**, select **Environments**.
68
85
1. Select **Links (preview)** > **+ Create a link**.
86
+
1. In the **Link your Azure API Management Service** page:
87
+
1. Select the **Subscription**, **Resource group**, and **Azure API Management service** that you want to link.
88
+
1. In **Link details**, enter a link identifier.
89
+
1. In **Environment details**, enter an **Environment title** (name), **Environment type**, and optional **Environment description**.
90
+
1. In **API details**, select a **Lifecycle** stage for all the synchronized APIs. (You can change this value for some or all APIs after they're added to your API center.) Also, select whether to synchronize API definitions.
91
+
1. Select **Create**.
92
+
93
+
:::image type="content" source="media/synchronize-api-management-apis/link-api-management-service.png" alt-text="Screenshot of the Link your API Management service page.":::
69
94
70
-
A link is added in the list of links. The API Management APIs are imported to the API center inventory and an environment is created.
95
+
A linked environment is added in your API center. The API Management APIs are imported to the API center inventory.
71
96
72
97
:::image type="content" source="media/synchronize-api-management-apis/environment-link-list.png" alt-text="Screenshot of link to API Management in the portal.":::
73
98
---
74
99
75
100
## Unlink an API Management instance
76
101
77
-
You can delete a link to an API Management instance. When you unlink an API Management instance from your API center:
102
+
While an API Management instance is linked, you can't deleted synchronized APIs from your API center. If you need to, you can unlink an API Management instance. When you unlink an API Management instance from your API center:
78
103
79
-
* All the APIs in the inventory from API Management are deleted
104
+
* All the API Management APIs in your API center inventory are deleted
80
105
* The environment associated with the API Management instance is deleted
81
106
82
-
To delete a link:
107
+
To unlink an API Management instance:
83
108
84
109
1. In the [portal](https://portal.azure.com), navigate to your API center.
85
110
1. Under **Assets**, select **Environments** > **Links (preview)**.
0 commit comments