Azure Enterprise Infra Planner
Skill Verifiziert AktivArchitect and provision enterprise Azure infrastructure from workload descriptions. For cloud architects and platform engineers planning networking, identity, security, compliance, and multi-resource topologies with WAF alignment. Generates Bicep or Terraform directly (no azd). WHEN: 'plan Azure infrastructure', 'architect Azure landing zone', 'design hub-spoke network', 'plan multi-region DR topology', 'set up VNets firewalls and private endpoints', 'subscription-scope Bicep deployment', 'Azure Backup for VM workloads'. PREFER azure-prepare FOR app-centric workflows.
To automate the planning and code generation for complex enterprise Azure infrastructure deployments, ensuring adherence to best practices and specific architectural requirements.
Funktionen
- Architects and provisions enterprise Azure infrastructure
- Generates Bicep or Terraform code directly
- Supports planning for networking, identity, security, and compliance
- Automates infrastructure planning from workload descriptions
- Integrates Well-Architected Framework principles
Anwendungsfälle
- Planning an Azure landing zone from scratch
- Designing a hub-spoke network topology with firewalls
- Architecting multi-region disaster recovery solutions
- Setting up VNets, private endpoints, and secure networking configurations
Nicht-Ziele
- Application-centric workflows (prefer `azure-prepare` for those)
- Generating `azd` deployments
- Deploying workloads without detailed infrastructure planning
Workflow
- Research Azure best practices and WAF guidance using MCP tools
- Refine resource selection and lookup details from documentation and constraints
- Generate an infrastructure plan JSON
- Verify the plan against requirements and constraints
- Generate Bicep or Terraform IaC files
- Execute deployment with user confirmation
Praktiken
- Infrastructure as Code
- Cloud Architecture Best Practices
- Security Hardening
- Cost Optimization
Voraussetzungen
- Azure CLI or Terraform CLI installed
- Azure subscription context configured
- User approval for generated plans and deployment actions
Trust
- info:Issues Attention19 issues opened and 11 closed in the last 90 days suggests moderate maintainer engagement and responsiveness.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add microsoft/skills/plugin install azure-skills@skillsQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Azure Deploy
100Execute Azure deployments for ALREADY-PREPARED applications that have existing .azure/deployment-plan.md and infrastructure files. DO NOT use this skill when the user asks to CREATE a new application — use azure-prepare instead. This skill runs azd up, azd deploy, terraform apply, and az deployment commands with built-in error recovery. Requires .azure/deployment-plan.md from azure-prepare and validated status from azure-validate. WHEN: "run azd up", "run azd deploy", "execute deployment", "push to production", "push to cloud", "go live", "ship it", "bicep deploy", "terraform apply", "publish to Azure", "launch on Azure". DO NOT USE WHEN: "create and deploy", "build and deploy", "create a new app", "set up infrastructure", "create and deploy to Azure using Terraform" — use azure-prepare for these.
Azure Validate
99Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying. WHEN: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors, validate Azure Functions, validate function app, validate serverless deployment, verify RBAC roles, check role assignments, review managed identity permissions, what-if analysis, validate Container Apps deployment.
Terraform
99Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails
Terraform Review
98PR review checklist for Terraform changes covering structure, state safety, security, naming, modules, variables, providers, and CI/CD. Use when reviewing Terraform PRs or doing pre-merge checks.
Terraform Module Creator
98Create or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions