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/track-resource-dependencies.md
+15-14Lines changed: 15 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
-
title: Track API resource dependencies - Azure API Center
3
-
description: Learn how to track dependencies between API resources in your API center.
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
4
ms.service: azure-api-center
5
5
ms.topic: how-to
6
-
ms.date: 08/18 /2025
6
+
ms.date: 08/21/2025
7
7
ms.author: danlep
8
8
author: dlepow
9
9
ms.custom:
@@ -12,13 +12,13 @@ ms.custom:
12
12
13
13
# Track API resource dependencies in your API center
14
14
15
-
This article explains how to track the relationships or dependencies between APIs and associated resources in your [Azure API center](overview.md). Use the dependency tracker (preview) to map relationships across APIs, tracked environments and deployments, and external components including GitHub repositories and other resources in Azure and other cloud platforms.
15
+
This article explains how to track the relationships or dependencies between APIs and associated resources in your [Azure API center](overview.md). Use the dependency tracker (preview) to map relationships 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
16
17
-
By tracking dependencies, you can:
17
+
By tracking dependencies between source and target resources, you can:
18
18
19
-
***Troubleshoot and resolve** issues more effectively by providing visibility into the relationships between components
19
+
***Troubleshoot and resolve issues** more effectively by providing visibility into the relationships between components
20
20
21
-
***Improve the reliability** of systems by identifying risks such as circular dependencies or over-reliance on single points of failure
21
+
***Improve the reliability of systems** by identifying risks such as circular dependencies or over-reliance on single points of failure
22
22
23
23
***Improve effectiveness of AI agents** such as using mapped dependencies for automatic discovery of valid endpoints for tasks and validating toolchain compatibility
24
24
@@ -33,14 +33,15 @@ Use the dependency tracker in the Azure portal to add and manage dependencies be
33
33
34
34
To add a dependency:
35
35
36
-
1. In the [Azure portal], navigate to your API center.
37
-
1. In the left menu, under **Assets** Go to the "Dependency Tracker" section.
38
-
1.Click on "Add Dependency".
39
-
1.Select the source API resource and the target resource it depends on.
40
-
1.Provide any additional detailsor metadata about the dependency.
41
-
1.Save the dependency.
42
-
36
+
1. In the [Azure portal][https://portal.azure.com], navigate to your API center.
37
+
1. In the left menu, under **Assets**, select **Dependency tracker (preview)**.
38
+
1.Select **+ Add Dependency**.
39
+
1.In the **Dependency Manager** window, enter a **Title**and optionally a **Description** of the dependency.
40
+
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.
41
+
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.
42
+
1.**Save** the dependency.
43
43
44
+
:::image type="content" source="media/track-resource-dependencies/create-dependency.png" alt-text="Screenshot of addinng a dependency in the portal.":::
0 commit comments