azure-resource-visualizer

Generates Mermaid architecture diagrams from read-only analysis of Azure resource groups.

Updated Sep 10, 2026
One-click install
npx skills add https://github.com/serpro-workshop-fortaleza/sifap-modernization-paula --skill azure-resource-visualizer-serpro-workshop-fortaleza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-visualizer
Source: https://github.com/serpro-workshop-fortaleza/sifap-modernization-paula/tree/main/.github/skills/azure-resource-visualizer
Command: npx skills add https://github.com/serpro-workshop-fortaleza/sifap-modernization-paula --skill azure-resource-visualizer-serpro-workshop-fortaleza

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve? Understanding how deployed Azure resources relate to each other is difficult when infrastructure grows organically. This Skill inspects an existing resource group, maps network, data, identity, and configuration relationships, and produces a documented Mermaid architecture diagram without modifying any resources. ## Core Features & Use Cases - Resource Discovery: Lists available resource groups, inventories every resource with SKU, tier, location, and configuration details. - Relationship Mapping: Identifies VNet peering, subnet assignments, managed identity connections, Key Vault references, and data flows between services. - Diagram Generation: Produces a layered Mermaid diagram grouped by network, compute, data, and security, saved as a Markdown architecture document. - Use Case: Ask for a diagram of your production resource group before a migration review, and receive a complete architecture file with an inventory table and labeled connection flows. ## Quick Start Ask the assistant to generate a Mermaid architecture diagram of your Azure resource group named rg-sifap-prod.

Frequently Asked Questions about azure-resource-visualizer

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

FAQPage Schema
How do I generate a Mermaid diagram of my Azure resource group?

Specify the resource group name and the Skill lists all resources, maps their relationships, and creates a Mermaid diagram grouped by network, compute, data, and security layers. The result is saved as a Markdown architecture file.

What tools are needed to visualize Azure resources with this Skill?

It requires the Azure MCP server or the Azure CLI (az) to list and describe resources. If neither is available, you must provide an exported resource inventory for analysis.

Does this Skill modify or delete any Azure resources?

No. The analysis is strictly read-only. It only queries resource configurations and relationships, and never modifies or deletes any Azure resources.

What happens if my resource group has more than 50 resources?

For complex architectures with over 50 resources, the Skill recommends splitting the output into multiple diagrams organized by layer, such as separate network, compute, and data diagrams.

Why does the diagram miss resources or relationships?

Missing resources usually indicate RBAC permission issues or an incorrect resource group name. Verify your access rights and confirm the group name; the Skill reports what it could not read.