azure-resource-discovery

Trace Azure resource dependencies read-only using Azure CLI and Resource Graph.

2|Updated Jan 2, 2026
One-click install
npx skills add https://github.com/mindmorass/reflex --skill azure-resource-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-discovery
Source: https://github.com/mindmorass/reflex/tree/main/plugins/reflex/skills/azure-resource-discovery
Command: npx skills add https://github.com/mindmorass/reflex --skill azure-resource-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure environments often have complex dependencies between resources. This Skill lets you observe and document those relationships without making any changes, enabling accurate topology maps and security audits.

Core Features & Use Cases

  • Generate dependency diagrams showing how resources such as VNet, NSG, Private Endpoints, Key Vault, and Log Analytics relate.
  • Audit connectivity and exposure by tracing resource connections across networks and identity boundaries.
  • Create architecture documentation for compliance and planning.

Quick Start

Install and authenticate the Azure CLI. Ensure the Resource Graph extension is installed. Use the templates and commands described in the Skill to discover dependencies for a given resource in read-only mode.

Frequently Asked Questions about azure-resource-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map Azure resource dependencies and trace connections between infrastructure components?

Azure resource dependency mapping traces connections between resources like VMs, AKS clusters, VNets, NSGs, and Key Vaults using the Resource Graph extension. This skill provides read-only queries to visualize infrastructure topology without modifying resources, enabling you to document relationships across networks, security boundaries, and identity configurations.

What Azure CLI tools and setup do I need to discover resource dependencies?

You need Azure CLI installed with az login authentication and the Azure Resource Graph extension enabled. Optional Graphviz generates topology diagrams. All commands use read-only show/list/get queries, so no modifications to resources occur during discovery.

Can I audit connectivity and security exposure across Azure resources in read-only mode?

Yes. This skill traces dependencies across networking, security, and identity boundaries to audit resource connectivity without making changes. You can document how VMs, container apps, Private Endpoints, and monitoring integrations relate to identify exposure and compliance risks.

How do I create architecture documentation for Azure infrastructure topology?

By tracing resource dependencies, you generate visual topology maps showing how VNets, NSGs, Key Vaults, and Log Analytics connect to compute resources. This produces architecture documentation suitable for compliance, planning, and stakeholder communication.

Does this work for tracing dependencies in container apps and AKS clusters?

Yes. The skill traces dependencies for container apps and AKS clusters alongside VMs and other resources, mapping their connections to VNets, Private Endpoints, Key Vaults, and monitoring services to document containerized infrastructure topology.

What are the limitations when discovering Azure resource dependencies?

Operations are limited to read-only queries; modifications or write operations are not supported. You need appropriate Azure permissions for Resource Graph queries, and Graphviz is optional for diagram generation.