Azure Resource Visualizer

Generate Mermaid and PlantUML diagrams from Azure resources.

8|2|Updated Jun 25, 2025
One-click install
npx skills add https://github.com/yldgio/vibe-vscode --skill azure-resource-visualizer-yldgio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Azure Resource Visualizer
Source: https://github.com/yldgio/vibe-vscode/tree/main/.github/skills/azure-resource-visualizer
Command: npx skills add https://github.com/yldgio/vibe-vscode --skill azure-resource-visualizer-yldgio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Visualize Azure resources, their dependencies, and architecture diagrams to simplify understanding and documentation of cloud infrastructure.

Core Features & Use Cases

  • Query and analyze Azure resources using Azure CLI and PowerShell
  • Generate Mermaid and PlantUML diagrams from Azure resources
  • Map resource dependencies and relationships
  • Create architecture documentation from ARM templates
  • Export diagrams in multiple formats (Markdown, SVG, PNG)
  • Visualize common Azure architecture patterns

Quick Start

Run the Azure Resource Visualizer against a resource group to generate a Mermaid diagram of your 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 architecture diagrams from Azure resources?

To generate architecture diagrams from Azure resources, you query resources using Azure CLI or PowerShell and the tool outputs Mermaid or PlantUML diagrams mapping resource dependencies within a resource group.

Can I visualize Azure resource dependencies from ARM templates?

Yes, you can create architecture documentation directly from ARM templates by mapping resource dependencies and relationships, which simplifies understanding and documenting your infrastructure.

Do I need an Azure subscription and CLI to map resource dependencies?

Yes, mapping Azure resource dependencies requires an active Azure subscription, Azure CLI or PowerShell installed, and read access to the target resources to query and analyze infrastructure.

What formats can I export Azure infrastructure diagrams to?

You can export Azure infrastructure diagrams in multiple formats including Markdown, SVG, and PNG, allowing you to easily integrate visualization outputs into existing architecture documentation.

What is the best way to document Azure infrastructure deployment planning?

The best way to document Azure infrastructure deployment planning is by generating Mermaid or PlantUML diagrams that visualize common Azure architecture patterns and resource relationships across resource groups.