azure-architecture-diagram

Generate PNG architecture diagrams of Azure subscription resources via Azure CLI.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/abudhahir/projects-pkm --skill azure-architecture-diagram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-architecture-diagram
Source: https://github.com/abudhahir/projects-pkm/tree/main/SKILLS/azure-architecture-diagram
Command: npx skills add https://github.com/abudhahir/projects-pkm --skill azure-architecture-diagram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires diagrams, azure-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of visual architecture diagrams for Azure subscriptions, making complex infrastructure easier to understand and manage.

Core Features & Use Cases

  • Automated Discovery: Discovers all resources within an Azure subscription using Azure CLI.
  • Visual Rendering: Generates a PNG diagram using the mingrammer/diagrams Python library.
  • Resource Group Grouping: Organizes resources logically by their resource group.
  • Use Case: Quickly generate a diagram of your production Azure environment to share with stakeholders or use for compliance audits.

Quick Start

Use the azure-architecture-diagram skill to generate a diagram of your current Azure subscription.

Frequently Asked Questions about azure-architecture-diagram

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

FAQPage Schema
How do I generate an architecture diagram from my Azure subscription?

You can generate a visual Azure infrastructure diagram by querying your subscription resources via Azure CLI and rendering them into a PNG using the mingrammer/diagrams Python library.

What do I need to install to visualize Azure cloud infrastructure?

To visualize Azure infrastructure, you need the Python diagrams library, Graphviz for rendering, and Azure CLI configured with an active login to query subscription resources.

Can I filter the Azure architecture diagram to only show specific resources?

Yes, you can filter the Azure infrastructure diagram by specifying a resource group, which limits the rendering to only the cloud resources contained within that specific scope.

What is the best way to document my Azure cloud infrastructure for compliance?

The best way to document Azure cloud infrastructure is to automate resource discovery and visual rendering, producing a PNG diagram organized by resource group for stakeholder review and compliance audits.

Does this approach group Azure resources by their resource group?

Yes, the generated Azure infrastructure diagram organizes discovered cloud resources logically by their resource group, making complex subscription infrastructure easier to understand and manage.