Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Azure Enterprise Infra Planner

Skill Verifiziert Aktiv
Teil von:Azure

Architect 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.

Zweck

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

  1. Research Azure best practices and WAF guidance using MCP tools
  2. Refine resource selection and lookup details from documentation and constraints
  3. Generate an infrastructure plan JSON
  4. Verify the plan against requirements and constraints
  5. Generate Bicep or Terraform IaC files
  6. 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@skills

Qualitätspunktzahl

Verifiziert
98 /100
Analysiert about 23 hours ago

Vertrauenssignale

Letzter Commit1 day ago
Sterne2.3k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Azure Deploy

100

Execute 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.

Skill
microsoft

Azure Validate

99

Pre-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.

Skill
microsoft

Terraform

99

Terraform infrastructure-as-code workflow patterns: state and environments, module design, safe plan/apply, drift control, and CI guardrails

Skill
bobmatnyc

Terraform Review

98

PR 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.

Skill
spartan-stratos

Terraform Module Creator

98

Create or extend reusable Terraform modules with proper structure, interfaces, and documentation. Use when building new infrastructure modules or extending existing ones.

Skill
spartan-stratos

Project Session Manager

100

Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions

Skill
Yeachan-Heo