azure-enterprise-infra-planner

Plan enterprise Azure infrastructure and generate Bicep or Terraform templates.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/attentiondotnet/azure-skills --skill azure-enterprise-infra-planner-attentiondotnet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-enterprise-infra-planner
Source: https://github.com/attentiondotnet/azure-skills/tree/main/.github/plugins/azure-skills/skills/azure-enterprise-infra-planner
Command: npx skills add https://github.com/attentiondotnet/azure-skills --skill azure-enterprise-infra-planner-attentiondotnet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps architects and platform engineers design and provision enterprise‑scale Azure infrastructure from high‑level workload descriptions, eliminating manual resource selection and code writing.

Core Features & Use Cases

  • Research Phase: Leverages Azure MCP tools and Well‑Architected Framework guidance.
  • Plan Generation: Creates a detailed JSON plan covering resources, dependencies, and reasoning.
  • Verification: Validates naming, SKU, pairing constraints, and compliance checks.
  • IaC Generation: Emits Bicep or Terraform files ready for deployment.
  • Use Case: Quickly produce a secure, cost‑optimized landing zone for a new web‑app, including VNets, firewalls, managed identities, and serverless data stores.

Quick Start

Ask the skill to plan Azure infrastructure for a new workload description.

Frequently Asked Questions about azure-enterprise-infra-planner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I plan enterprise Azure infrastructure from a workload description?

To plan Azure infrastructure, provide a workload description to generate a detailed JSON plan covering resources, dependencies, and reasoning. The plan applies Well-Architected Framework guidance to design secure landing zones, hub-spoke networks, and multi-region disaster-recovery topologies.

Can I generate Terraform or Bicep templates for an Azure landing zone automatically?

Yes, you can generate Terraform or Bicep templates for an Azure landing zone automatically. After creating a JSON infrastructure plan, the tool emits ready-to-deploy IaC files that provision networking, identity, security, and compliance resources.

What is the best way to validate Azure resource pairing constraints and SKUs before deployment?

The best way to validate Azure resource pairing constraints and SKUs is using an automated verification phase during plan generation. It checks naming conventions, SKU selections, pairing constraints, and compliance configurations against Well-Architected Framework guidance before deployment.

Does this Azure infrastructure planner support multi-region disaster recovery topologies?

Yes, this Azure infrastructure planner supports multi-region disaster recovery topologies. It applies Well-Architected Framework guidance to design and provision secure, cost-optimized multi-region architectures, including VNets, firewalls, and managed identities.

Do I need to manually select Azure resources for a new web-app landing zone?

No, you do not need to manually select Azure resources for a new web-app landing zone. Providing a high-level workload description eliminates manual resource selection and code writing by automatically generating a plan with VNets, firewalls, managed identities, and serverless data stores.

How does the Azure Well-Architected Framework apply to infrastructure provisioning?

The Azure Well-Architected Framework applies to infrastructure provisioning during the research phase. It leverages Azure MCP tools to validate configurations, ensuring the generated Bicep or Terraform templates align with compliance checks and enterprise-scale design principles.