azure-resource-visualizer

Analyze Azure resource groups and generate Mermaid architecture diagrams.

6|2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/jonathan-vella/azure-smb-rf --skill azure-resource-visualizer-jonathan-vella
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-resource-visualizer
Source: https://github.com/jonathan-vella/azure-smb-rf/tree/main/.github/skills/azure-resource-visualizer
Command: npx skills add https://github.com/jonathan-vella/azure-smb-rf --skill azure-resource-visualizer-jonathan-vella

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of visualizing Azure architectures by automatically generating Mermaid diagrams from Azure resource groups.

Core Features & Use Cases

  • Resource Group Discovery: Lists available resource groups and allows for selection.
  • Deep Resource Analysis: Analyzes all resources within a selected resource group, capturing their configurations and interdependencies.
  • Diagram Generation: Creates detailed Mermaid diagrams showing resource relationships.
  • Documentation Creation: Produces clear markdown files with embedded diagrams for documentation purposes.

Quick Start

Use the azure-resource-visualizer skill to create a diagram for your resource group 'myResourceGroup'.

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 Azure architecture diagrams from resource groups?

You can generate Azure architecture diagrams by analyzing resource groups to automatically extract resource configurations and interdependencies, producing detailed Mermaid diagrams. This process visualizes resource relationships without requiring manual diagramming.

What's the best way to document Azure resource dependencies using Mermaid?

Documenting Azure resource dependencies using Mermaid involves analyzing resource configurations within a resource group and creating markdown files with embedded diagrams. This captures interdependencies clearly for architecture documentation purposes.

Do I need Azure Resource Graph knowledge to visualize Azure resources?

Yes, visualizing Azure resources requires Azure access and knowledge of Azure Resource Graph to perform deep resource analysis. This prerequisite allows the tool to discover resource groups and accurately capture their configurations.

Can I list and select specific Azure resource groups for diagram generation?

Yes, resource group discovery lists available Azure resource groups and allows for selection before diagram generation. This enables you to target specific resource groups like 'myResourceGroup' for deep analysis and visualization.

Does this approach create standalone documentation files for Azure architectures?

Yes, this approach produces clear markdown files with embedded Mermaid diagrams for architecture documentation. These files serve as standalone documentation capturing the analyzed resource relationships and configurations.

Why use Mermaid diagrams for Azure architecture visualization instead of other formats?

Mermaid diagrams for Azure architecture visualization provide text-based, version-controllable representations of resource relationships. This format integrates easily into markdown documentation, making architecture diagrams maintainable and accessible.