azure-resource-visualizer

Generate Mermaid diagrams of Azure resource group architectures via Azure Resource Graph.

12|1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-resource-visualizer-jorgeasaurus
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-visualizer
Source: https://github.com/jorgeasaurus/agent-skills/tree/main/azure-resource-visualizer
Command: npx skills add https://github.com/jorgeasaurus/agent-skills --skill azure-resource-visualizer-jorgeasaurus

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires az, mcp_azure_mcp_extension_cli_generate, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a visual representation of Azure resource relationships, simplifying complex infrastructure understanding.

Core Features & Use Cases

  • Resource Group Analysis: Analyze Azure resource groups to understand resource relationships.
  • Mermaid Diagram Generation: Creates detailed Mermaid diagrams showing resource relationships.
  • Use Case: When trying to visualize the structure of a large Azure environment, this Skill can generate a diagram to help understand how resources are connected.

Quick Start

To visualize the resource relationships for the resource group 'my-resources', run: azure-resource-visualizer visualize-resources --resource-group my-resources

Frequently Asked Questions about azure-resource-visualizer

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

FAQPage Schema
How do I visualize Azure resource group architectures as diagrams?

You can visualize Azure resource group architectures by generating detailed Mermaid diagrams. This Skill analyzes Azure resource relationships using Azure Resource Graph to simplify complex infrastructure understanding across subscriptions.

What is the best way to map relationships between resources in an Azure resource group?

Mapping Azure resource relationships is best done by generating Mermaid diagrams. This approach provides a visual representation of your resource group, simplifying the understanding of how connected resources are structured.

Do I need the Azure CLI to generate Mermaid diagrams for my Azure infrastructure?

Yes, generating Azure infrastructure Mermaid diagrams requires the Azure CLI environment. The Skill operates within Azure CLI and leverages Azure Resource Graph for cross-subscription resource discovery and analysis.

Can I visualize resources across multiple Azure subscriptions?

Yes, you can visualize resources across multiple Azure subscriptions. The Skill leverages Azure Resource Graph for cross-subscription resource discovery and analysis to map out your infrastructure relationships.

How do I create an infrastructure diagram for an Azure resource group using Mermaid syntax?

To create an Azure infrastructure diagram, run the visualize-resources command with your target resource group name. The Skill generates detailed Mermaid syntax and Markdown documentation showing the resource relationships.