Agentic InfraOps¶
Transform Azure infrastructure requirements into deploy-ready IaC code (Bicep or Terraform) using coordinated AI agents and reusable skills, aligned with the Azure Well-Architected Framework and Azure Verified Modules.
Who is this for? DevOps engineers, platform engineers, and IT Pros who want to accelerate Azure infrastructure delivery with AI-assisted workflows.
sequenceDiagram
autonumber
participant U as ๐ค User
participant C as ๐ผ Conductor Agent
participant Agents as ๐ค Agents
participant X as โ๏ธ Challenger Agent
Note over C: AI prepares ยท Humans decide
U->>C: Describe infrastructure intent
C->>Agents: ๐ Gather requirements
Agents-->>C: 01-requirements.md
C->>X: Challenge requirements
X-->>C: Findings
C->>U: Present for review
rect rgba(255, 200, 0, 0.15)
Note over U,C: ๐ APPROVAL GATE
U-->>C: โ
Approve
end
C->>Agents: ๐๏ธ Architecture + ๐ฐ Cost
Agents-->>C: 02-assessment.md
C->>X: Challenge architecture
C->>U: Present for review
rect rgba(255, 200, 0, 0.15)
Note over U,C: ๐ APPROVAL GATE
U-->>C: โ
Approve
end
C->>Agents: ๐ IaC Plan + Governance
Note right of Agents: Bicep or Terraform track
Agents-->>C: 04-plan.md + constraints
C->>X: Challenge plan
C->>U: Present for review
rect rgba(255, 200, 0, 0.15)
Note over U,C: ๐ APPROVAL GATE
U-->>C: โ
Approve
end
C->>Agents: โ๏ธ Generate IaC (AVM-first)
Note right of Agents: lint โ review โ validate
Agents-->>C: infra/{bicep,terraform}/{project}
rect rgba(255, 200, 0, 0.15)
Note over U,C: ๐ APPROVAL GATE
U-->>C: โ
Approve for deploy
end
C->>Agents: ๐ Deploy to Azure
Note right of Agents: what-if / plan preview first
Agents-->>C: 06-deployment-summary.md
rect rgba(255, 200, 0, 0.15)
Note over U,C: ๐ VERIFICATION
U-->>C: โ
Verify resources
end
C->>Agents: ๐ Generate as-built docs
Agents-->>C: 07-*.md documentation suite
C->>U: Present complete documentation
Note over U,Agents: โ
AI Orchestrated ยท Human Governed ยท Azure Ready
Explore the Documentation¶
- Getting Started
Set up from the Accelerator template and run your first agent workflow in 10 minutes.
- How It Works
Understand the multi-agent architecture, skills system, and 8-step workflow.
- Workflow
The 8-step journey from requirements to deployed infrastructure with approval gates.
- Prompt Guide
Ready-to-use prompt examples for every agent and skill.
- Troubleshooting
Common issues, diagnostic decision tree, and solutions.
- Glossary
Quick reference for terms used throughout the documentation.
- FAQ
Answers to common questions about the project, models, and customization.
- Contributing
Guidelines for contributing agents, skills, documentation, and IaC patterns.
Key Facts¶
| Agents | 16 top-level + 11 subagents |
| Skills | Reusable domain knowledge modules |
| IaC Tracks | Bicep and Terraform (dual-track) |
| MCP Servers | GitHub, Azure Pricing, Terraform + Azure MCP (extension) |
| Workflow | 8 steps with mandatory approval gates |
Highlights¶
See the Changelog for the full release history.
- v0.10.0 โ Workflow Engine DAG, Context Shredding, Circuit Breaker pattern, session lock model
- v0.9.0 โ Dual IaC Track (Bicep + Terraform), Challenger Agent, 20 skills, Fast Path Conductor
Getting Help¶
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Troubleshooting: Troubleshooting Guide
- MicroHack: Hands-on guided challenge โ build Azure infrastructure end-to-end using AI agents
Resources¶
- Watch the Demo
See Agentic InfraOps in action โ full workflow walkthrough from requirements to deployment.
- Presentation Deck
Download the slide deck for stakeholder presentations and team introductions.