azure-resource-visualizer

Analyze Azure resource groups and generate Mermaid architecture diagrams.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/dahatake/HypervelocityEngineering --skill azure-resource-visualizer-dahatake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-visualizer
Source: https://github.com/dahatake/HypervelocityEngineering/tree/main/.github/skills/azure-skills/azure-resource-visualizer
Command: npx skills add https://github.com/dahatake/HypervelocityEngineering --skill azure-resource-visualizer-dahatake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps users understand complex Azure resource group structures by analyzing resources and generating comprehensive architecture diagrams.

Core Features & Use Cases

  • Resource Group Analysis: Discover and list resource groups and their resources.
  • Relationship Mapping: Identify interdependencies and connections among resources.
  • Diagram Generation: Create detailed Mermaid diagrams illustrating architecture topology.
  • Use Case: Visualize how virtual networks, VM instances, and databases interconnect within your Azure environment for clearer troubleshooting and planning.

Quick Start

Provide the resource group name to analyze and generate an architecture diagram of your Azure 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 generate an architecture diagram for my Azure resources?

You can generate an architecture diagram for Azure resources by providing a resource group name to map interdependencies and output a detailed Mermaid diagram visualizing the infrastructure topology.

What is the best way to visualize Azure network topology and resource dependencies?

Visualizing Azure network topology and resource dependencies involves analyzing resource groups via az CLI and resource graph queries to map connections and produce detailed architecture diagrams.

Do I need az CLI to map Azure infrastructure relationships?

Yes, you need az CLI to map Azure infrastructure relationships, as the analysis requires az CLI and resource graph queries to collect the data necessary for generating the architecture diagrams.

Can I use Mermaid diagrams to troubleshoot Azure deployment architectures?

Yes, you can use Mermaid diagrams to troubleshoot Azure deployment architectures by mapping how virtual networks, VM instances, and databases interconnect within your environment for clearer planning.

What Azure resources are supported for infrastructure relationship mapping?

Infrastructure relationship mapping supports analyzing Azure resources such as virtual networks, VM instances, and databases to discover interdependencies and connections within resource groups.