Skip to content

Commit 293548b

Browse files
authored
Merge pull request #304151 from dlepow/dt
[APIC] Dependency tracker
2 parents a5d8eff + 92dbf18 commit 293548b

6 files changed

Lines changed: 106 additions & 15 deletions

File tree

articles/api-center/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
href: register-discover-mcp-server.md
5757
- name: Export API from API Center to Copilot Studio
5858
href: export-to-copilot-studio.yml
59+
- name: Track API dependencies
60+
href: track-resource-dependencies.md
5961
- name: API governance
6062
items:
6163
- name: Use metadata for governance

articles/api-center/configure-environments-deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ In this tutorial, you learned how to use the portal to:
101101
## Related content
102102

103103
* [Learn more about Azure API Center](key-concepts.md)
104-
104+
* [Track API resource dependencies](track-resource-dependencies.md)

articles/api-center/includes/api-center-service-limits.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,27 @@ author: dlepow
77

88
ms.service: azure-api-center
99
ms.topic: include
10-
ms.date: 05/19/2025
10+
ms.date: 08/22/2025
1111
ms.author: danlep
1212
ms.custom: Include file
1313
---
1414

1515
| Resource | Free plan<sup>1</sup> | Standard plan<sup>2</sup> |
1616
| ---------------------------------------------------------------------- | -------------------------- |-------------|
17-
| Maximum number of APIs | 200 | 10,000 |
18-
| Maximum number of versions per API | 5 | 100 |
19-
| Maximum number of definitions per version | 5 | 5 |
20-
| Maximum number of deployments per API | 10 | 10 |
21-
| Maximum number of environments | 20 | 20 |
22-
| Maximum number of workspaces | 1 (Default) | 1 (Default) |
23-
| Maximum number of custom metadata properties per entity<sup>3</sup> | 10 | 20 |
24-
| Maximum number of child properties in custom metadata property of type "object" | 10 |10 |
25-
| Maximum requests per minute (data plane) | 3,000 | 6,000 |
26-
| Maximum number of API definitions [analyzed](../enable-managed-api-analysis-linting.md) | 10 | 2,000<sup>4</sup> |
27-
| Maximum number of analysis profiles | 1 | 3 |
28-
| Maximum number of linked API sources<sup>5</sup> | 1 | 5 |
29-
| Maximum number of APIs synchronized from a linked API source | 200 | 2,000<sup>4</sup> |
17+
| APIs | 200 | 10,000 |
18+
| Versions per API | 5 | 100 |
19+
| Definitions per version | 5 | 5 |
20+
| Deployments per API | 10 | 10 |
21+
| Environments | 20 | 20 |
22+
| Workspaces | 1 (Default) | 1 (Default) |
23+
| Custom metadata properties per entity<sup>3</sup> | 10 | 20 |
24+
| Child properties in custom metadata property of type "object" | 10 |10 |
25+
| Requests per minute (data plane) | 3,000 | 6,000 |
26+
| API definitions [analyzed](../enable-managed-api-analysis-linting.md) | 10 | 2,000<sup>4</sup> |
27+
| Analysis profiles | 1 | 3 |
28+
| Linked (integrated) API sources<sup>5</sup> | 1 | 5 |
29+
| APIs synchronized from a linked API source | 200 | 2,000<sup>4</sup> |
30+
| Dependencies | 200 | 200 |
3031
| Semantic search in API Center portal | No | Yes |
3132

3233
<sup>1</sup> Use of full service features including API analysis is limited.<br/>
80 KB
Loading
181 KB
Loading
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
---
2+
title: Track API Resource Dependencies - Azure API Center
3+
description: Learn how to track dependencies between APIs and related resources in your Azure API center.
4+
ms.service: azure-api-center
5+
ms.topic: how-to
6+
ms.date: 08/28/2025
7+
ms.author: danlep
8+
author: dlepow
9+
ms.custom:
10+
# Customer intent: As an API developer or API program manager, I want to understand the dependencies between API resources in my organization's API center.
11+
---
12+
13+
# Track API resource dependencies in your API center
14+
15+
This article explains how to track the dependencies between APIs and associated resources in your [Azure API center](overview.md). Use the dependency tracker (preview) to map dependencies across APIs, environments, and deployments in your catalog. Also track dependencies on external components including GitHub repositories and other resources in Azure and other cloud platforms.
16+
17+
Each dependency identifies a *source* resource and a related *target* resource that depends on it. By tracking dependencies between source and target resources, you can:
18+
19+
* **Troubleshoot and resolve issues** more effectively by providing visibility into the relationships between components
20+
21+
* **Improve the reliability of systems** by identifying risks such as circular dependencies or over-reliance on single points of failure
22+
23+
* **Improve effectiveness of AI agents** by using mapped dependencies for automatic discovery of valid endpoints for tasks and validating toolchain compatibility
24+
25+
> [!NOTE]
26+
> This is a preview feature and is subject to change. [Limits](/azure/azure-resource-manager/management/azure-subscription-service-limits?toc=/azure/api-center/toc.json&bc=/azure/api-center/breadcrumb/toc.json#azure-api-center-limits) apply.
27+
28+
## Prerequisites
29+
30+
* An [Azure API center](overview.md) resource in your Azure subscription.
31+
* Register one or more APIs in your API center. For instructions, see [Register APIs in your API inventory](register-apis.md).
32+
33+
## Add a dependency
34+
35+
Use the dependency tracker in the Azure portal to add a dependency.
36+
37+
To add a dependency:
38+
39+
1. In the [Azure portal](https://portal.azure.com), navigate to your API center.
40+
1. In the left menu, under **Assets**, select **Dependency tracker (preview)**.
41+
1. Select **+ Add Dependency**.
42+
1. In the **Dependency Manager** window, enter a **Title** and optionally a **Description** of the dependency.
43+
1. In **Source details**, select a **Source Type** (for example, an API or a related resource). Depending on the type, enter or select identifying information such as a name or ID.
44+
1. In **Target details**, select a **Target Type** (for example, an API or a related resource). Depending on the type, enter or select identifying information such as a name or ID.
45+
1. **Save** the dependency.
46+
47+
:::image type="content" source="media/track-resource-dependencies/create-dependency.png" alt-text="Screenshot of adding a dependency in the portal.":::
48+
49+
The dependency is added.
50+
51+
## View dependencies
52+
53+
API Center provides a default table view that lists dependencies, and a graphical view with a holistic representation. Use these views to explore the relationships between your resources.
54+
55+
To see a graphical view:
56+
57+
1. In the left menu, under **Assets**, select **Dependency tracker (preview)**.
58+
1. Select the **Graph View** tab.
59+
60+
In the graphical view, select the box representing any API center resource to see its details.
61+
62+
:::image type="content" source="media/track-resource-dependencies/view-dependency-graph.png" alt-text="Screenshot of the dependency graph in the portal.":::
63+
64+
## Manage dependencies
65+
66+
You can edit or delete dependencies as needed using the table view.
67+
68+
To view or edit dependency details:
69+
70+
1. In the left menu, under **Assets**, select **Dependency tracker (preview)**.
71+
1. Select **Table View**, and find the dependency you want to edit.
72+
1. Select **See details**.
73+
1. To make changes, select **Edit**, and update details.
74+
1. **Save** your changes.
75+
76+
To delete a dependency:
77+
78+
1. In the **Dependency tracker (preview)** table view, find the dependency that you want to delete.
79+
1. Select **Delete dependency** (trash can icon).
80+
1. Confirm the deletion.
81+
82+
> [!NOTE]
83+
> If you delete an API Center resource that is a source or target in a dependency, the dependency isn't automatically deleted. You must delete it yourself.
84+
85+
## Related content
86+
87+
* [Overview of Azure API center](overview.md)
88+
* [Register APIs in your API inventory](register-apis.md)

0 commit comments

Comments
 (0)