azure-resource-visualizer

Generate Mermaid architecture diagrams from Azure resource group configurations.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Avihai-H/infraops --skill azure-resource-visualizer-avihai-h
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-visualizer
Source: https://github.com/Avihai-H/infraops/tree/main/.github/skills/azure-resource-visualizer
Command: npx skills add https://github.com/Avihai-H/infraops --skill azure-resource-visualizer-avihai-h

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill assists in visualizing the architecture of Azure resources, mapping out their relationships, and documenting the structure for easy comprehension.

Core Features & Use Cases

  • Resource Group Discovery: List and analyze Azure resource groups.
  • Deep Resource Analysis: Inspect resources for configurations and interdependencies.
  • Diagram Generation: Create Mermaid diagrams depicting resource relationships.
  • Documentation Creation: Output comprehensive markdown files with embedded diagrams.
  • Use Case: Ideal for system architects and DevOps professionals seeking to understand and document complex Azure environments.

Quick Start

Use the azure-resource-visualizer skill to generate an architecture diagram for the 'my-resource-group' resource group.

Frequently Asked Questions about azure-resource-visualizer

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

FAQPage Schema
How do I automatically generate architecture diagrams for Azure resource groups?

To generate Azure architecture diagrams, this Skill analyzes your resource configurations and dependencies, then outputs Mermaid syntax visualizing resource relationships. It creates comprehensive markdown files with embedded diagrams for easy documentation.

Can I visualize Azure resources across multiple subscriptions?

Yes, you can discover Azure resources across subscriptions by utilizing az graph query for cross-subscription inventory. The Skill supports resource group discovery and deep analysis to map interdependencies accurately throughout your environment.

Do I need the az CLI installed to map Azure resource dependencies?

Yes, the az CLI is a required dependency to query Azure resources and execute az graph queries for cross-subscription inventory. You need it installed and authenticated to analyze configurations and generate architecture diagrams.

What is the best way to document complex Azure environments using Mermaid diagrams?

The best way to document Azure environments is to inspect resources for configurations and interdependencies, then generate Mermaid diagrams depicting those relationships. This Skill outputs comprehensive markdown files with embedded diagrams for system architects.

Does this Azure diagram generation approach work for documenting resource configurations?

Yes, this approach performs deep resource analysis to inspect configurations and interdependencies within Azure resource groups. It maps out relationships and outputs comprehensive markdown files with embedded Mermaid diagrams for documentation.

When should I not use automated Mermaid diagram generation for Azure resources?

Automated Mermaid diagram generation for Azure resources is limited by its dependency on the az CLI and az graph query for inventory. If you lack CLI access or need real-time continuous monitoring rather than static architecture documentation, consider alternative approaches.