Skip to content

Commit 58e62c7

Browse files
author
gitName
committed
wip
1 parent 0cfd6c8 commit 58e62c7

2 files changed

Lines changed: 15 additions & 14 deletions

File tree

78.2 KB
Loading

articles/api-center/track-resource-dependencies.md

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
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.
44
ms.service: azure-api-center
55
ms.topic: how-to
6-
ms.date: 08/18 /2025
6+
ms.date: 08/21/2025
77
ms.author: danlep
88
author: dlepow
99
ms.custom:
@@ -12,13 +12,13 @@ ms.custom:
1212

1313
# Track API resource dependencies in your API center
1414

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

17-
By tracking dependencies, you can:
17+
By tracking dependencies between source and target resources, you can:
1818

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
2020

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
2222

2323
* **Improve effectiveness of AI agents** such as using mapped dependencies for automatic discovery of valid endpoints for tasks and validating toolchain compatibility
2424

@@ -33,14 +33,15 @@ Use the dependency tracker in the Azure portal to add and manage dependencies be
3333

3434
To add a dependency:
3535

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 details or 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.
4343

44+
:::image type="content" source="media/track-resource-dependencies/create-dependency.png" alt-text="Screenshot of addinng a dependency in the portal.":::
4445

4546

4647

0 commit comments

Comments
 (0)