azure-architecture-diagram

Generate Azure architecture diagrams as SVG from Bicep files and documentation.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/Takas0522/ai-sldc-demo-takas-2603 --skill azure-architecture-diagram-takas0522
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-architecture-diagram
Source: https://github.com/Takas0522/ai-sldc-demo-takas-2603/tree/main/.github/skills/azure-architecture-diagram
Command: npx skills add https://github.com/Takas0522/ai-sldc-demo-takas-2603 --skill azure-architecture-diagram-takas0522

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Azure の構成や依存関係を、ドキュメントや Bicep から手作業なしで見やすい構成図に変換し、設計説明やレビューの負担を減らします。

Core Features & Use Cases

  • Bicep / 仕様書の解析: インフラ定義や要件文書から Azure リソース、接続関係、境界を抽出します。
  • Azure 公式アイコンによる図示: リソース種別に対応したアイコンを使い、SVG の構成図として出力します。
  • 実用例: サービス構成の説明資料、アーキテクチャレビュー、実装前の設計確認、既存環境の可視化に使えます。

Quick Start

Bicep または仕様書を入力として Azure 構成図の SVG を生成し、リソース名と接続関係が分かる図を作成してください。

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 Azure architecture diagram from a Bicep file?

You can generate an Azure architecture diagram by inputting your Bicep file or technical documentation into the skill to extract resources, map dependencies, and output a structured SVG visualization.

What is the best way to visualize Azure infrastructure without manual drawing?

The best way to visualize Azure infrastructure automatically is by parsing Bicep definitions to extract resource relationships, mapping them to official Azure icons, and outputting an SVG architecture diagram.

Can I create SVG architecture diagrams from existing Azure technical documentation?

Yes, you can create SVG architecture diagrams from Azure technical documentation. The skill analyzes requirement documents to extract resource definitions, trace dependencies, and produce valid SVG output.

How does the generated SVG handle Azure resources with missing icons?

The generated SVG handles missing Azure icons by applying fallback handling, ensuring the architecture diagram remains valid and preserves resource names and relationships even when specific icons are unavailable.

Does this visualization tool work with Bicep files for dependency tracing?

Yes, this visualization tool works with Bicep files for dependency tracing. It parses Bicep infrastructure definitions to identify resource connections and maps them accurately within the generated SVG architecture diagram.

What are the limitations of generating Azure architecture diagrams from Bicep?

Limitations include potential missing Azure icons during SVG rendering, which triggers fallback handling to preserve resource names. It requires clear infrastructure definitions in Bicep or documentation for accurate dependency mapping.