# Tfsugjp Skills Azure Architecture Autopilot

> Azure Architecture Builder

- Skill: `tomevault-io/tfsugjp-skills-azure-architecture-autopilot` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/tfsugjp-skills-azure-architecture-autopilot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/tfsugjp-skills-azure-architecture-autopilot/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: DevOps & Infra
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/tfsugjp-skills-azure-architecture-autopilot

---


# 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](https://github.com/tfsugjp/skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-22 -->

