azure-resource-discovery

Identify Azure resource dependencies and topology using read-only Resource Graph queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure resource dependency tracing patterns and read-only topology mapping to help teams document relationships and configurations without modifying resources.

Core Features & Use Cases

  • Read-only dependency tracing across Azure resources using Resource Graph and az CLI to map resource connections, networks, identities, and security bindings.
  • Generate architecture diagrams and documentation that illustrate how a resource connects to VNet, NSG, Key Vault, and related services.
  • Use Case: Document the dependencies of a container app, VM, AKS cluster, or function app to understand its environment and risks.

Quick Start

Trace the dependencies for a given Azure resource using Resource Graph queries and generate a topology diagram.

Frequently Asked Questions about azure-resource-discovery

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

FAQPage Schema
How do I trace Azure resource dependencies and topology for a container app or VM?

You can trace Azure resource dependencies using read-only Resource Graph queries and Azure CLI to map connections across resources like VMs, AKS, and Container Apps, generating a visual topology diagram without modifying any resources.

Can I document Azure resource connections to VNet, NSG, and Key Vault without modifying the resources?

Yes, Azure resource dependency tracing uses read-only queries via Resource Graph and az CLI to map connections to VNet, NSG, and Key Vault, allowing you to safely document relationships and configurations without altering them.

What is the best way to generate an architecture diagram from Azure resource dependencies?

The best way to generate an architecture diagram is by querying Azure Resource Graph for resource dependencies and topology, then using optional graph tooling to visualize the connections and configurations of your environment.

Does Azure resource discovery work with AKS clusters and Function Apps?

Yes, Azure resource discovery applies across AKS clusters, Function Apps, App Services, VMs, and generic resources to identify dependencies and generate topology maps for your architecture documentation.

Do I need to run az login before tracing Azure resource topology?

Yes, you need Azure CLI with az login authenticated before executing read-only Resource Graph queries to identify Azure resource dependencies and topology across your environment.

What are the limitations of using Azure Resource Graph for resource dependency tracing?

Azure Resource Graph dependency tracing is limited to read-only queries, meaning it can map and document resource topology but cannot modify, deploy, or alter resource configurations within your Azure environment.