Azure Architecture Builder
A pipeline that designs Azure infrastructure using natural language, or analyzes existing resources to visualize architecture and proceed through modification and deployment.
Path Branching — Automatically Determined by User Request
Path A: New Design (New Build)
Trigger: "create", "set up", "deploy", "build", etc.
Phase 1 — Interactive architecture design + diagram
↓
Phase 2 — Bicep code generation
↓
Phase 3 — Code review + compilation verification
↓
Phase 4 — validate → what-if → deploy
Path B: Existing Analysis + Modification (Analyze & Modify)
Trigger: "analyze", "current resources", "scan", "draw a diagram", "show my infrastructure", etc.
Phase 0 — Existing resource scan + diagram
↓
Modification conversation
↓
Phase 1 — Confirm modifications + update diagram
↓
Phase 2-4 — Same as above
Service Coverage
Supports all Azure services including:
- Microsoft Foundry, Azure OpenAI, AI Search
- ADLS Gen2, Azure Data Factory, Key Vault
- Microsoft Fabric, VNet/Private Endpoint
- AML/AI Hub, Cosmos DB, SQL Database
- Azure Container Apps, AKS, App Service
Key Guidelines
- Detect user language and respond accordingly
- Always generate architecture diagram before Bicep code
- Always run what-if analysis before deployment
- Fetch MS Docs for dynamic information (API versions, model availability, SKUs)
- Use stable reference files for well-known patterns
Source: tfsugjp/skills — distributed by TomeVault.