Azure Skills Plugin is an agent plugin that packages Azure-specific guidance with MCP server configurations for carrying out Azure work. Coding agents use it to plan, deploy, troubleshoot, monitor, govern, and optimize Azure applications and services. The catalogue entries are the plugin's skills, instructions, and execution integrations.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add microsoft/azure-skills --skill azure-enterprise-infra-plannergit clone --depth 1 https://github.com/microsoft/azure-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/microsoft/azure-skills/azure-enterprise-infra-planner)<a href="https://agentmods.dev/skills/microsoft/azure-skills/azure-enterprise-infra-planner"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-enterprise-infra-planner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/microsoft/azure-skills/azure-enterprise-infra-planner"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-enterprise-infra-planner.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00119 | $0.01520 |
| Opus 5 | $0.00060 | $0.00760 |
| Sonnet 5 | $0.00024 | $0.00304 |
| Haiku 4.5 | $0.00012 | $0.00152 |
Grade A, and why
azure-enterprise-infra-planner scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to azure-enterprise-infra-planner — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Azure Enterprise Infra Planner
When to Use This Skill
Activate this skill when user wants to:
- Plan enterprise Azure infrastructure from a workload or architecture description
- Architect a landing zone, hub-spoke network, or multi-region topology
- Design networking infrastructure: VNets, subnets, firewalls, private endpoints, VPN gateways
- Plan identity, RBAC, and compliance-driven infrastructure
- Generate Bicep or Terraform for subscription-scope or multi-resource-group deployments
- Plan disaster recovery, failover, or cross-region high-availability topologies
Quick Reference
| Property | Details |
|---|---|
| MCP tools | insights_get, get_azure_bestpractices_get, wellarchitectedframework_serviceguide_get, microsoft_docs_fetch, microsoft_docs_search, bicepschema_get |
| CLI commands | az deployment group create, az bicep build, az resource list, terraform init, terraform plan, terraform validate, terraform apply, checkov |
| Output schema | schema.md |
| Key references | workflow.md, waf-checklist.md, resources/, constraints/ |
Workflow (Start Here)
Follow the step-by-step instructions in workflow.md to execute the 7 phases of infrastructure planning and provisioning.
Architecture
The skill runs a 7-phase, gated pipeline. Input is triaged into one of two flows:
- Greenfield — only new requirements; run the phases straight through.
- Referenced (brownfield) — the user supplies something that already exists (a live resource / resource group / subscription, IaC or an infra plan, or a requirements doc). The same phases run, plus referenced-workload.md: existing resources are inventoried and referenced (never recreated), the new workload is wired into them, and Phase 7 deploys additively (incremental only — never modifying or destroying the referenced resources).
What ships with it
40 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/bicep-generation.md 5.2 KB
- references/constraints/ai-ml.md 3.3 KB
- references/constraints/compute-apps.md 7.9 KB
- references/constraints/compute-infra.md 4.5 KB
- references/constraints/data-analytics.md 6.4 KB
- references/constraints/data-relational.md 5.0 KB
- references/constraints/messaging.md 2.5 KB
- references/constraints/monitoring.md 1.8 KB
- references/constraints/networking-connectivity.md 6.1 KB
- references/constraints/networking-core.md 7.1 KB
- references/constraints/networking-traffic.md 4.6 KB
- references/constraints/README.md 1.2 KB
- references/constraints/security.md 2.4 KB
- references/deployment.md 3.7 KB
- references/pairing-checks.md 3.7 KB
- references/phases/1-extract-insights.md 2.6 KB
- references/phases/2-research-best-practices.md 2.8 KB
- references/phases/3-research-resources.md 3.3 KB
- references/phases/4-generate-plan.md 792 B
- references/phases/5-verify.md 814 B
- references/phases/6-generate-iac.md 2.5 KB
- references/phases/7-deploy.md 1.3 KB
- references/referenced-workload.md 7.3 KB
- references/resources/ai-ml.md 2.1 KB
- references/resources/compute-apps.md 4.0 KB
- references/resources/compute-infra.md 2.8 KB
- references/resources/data-analytics.md 3.0 KB
- references/resources/data-relational.md 2.6 KB
- references/resources/messaging.md 2.0 KB
- references/resources/monitoring.md 1.5 KB
- references/resources/networking-connectivity.md 3.6 KB
- references/resources/networking-core.md 4.3 KB
- references/resources/networking-traffic.md 2.6 KB
- references/resources/README.md 1.6 KB
- references/resources/security.md 1.5 KB
- references/schema.md 3.8 KB
- references/terraform-generation.md 4.4 KB
- references/verification.md 2.6 KB
- references/waf-checklist.md 1.9 KB
- references/workflow.md 4.9 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 107 lines · 119 tokens per session scan A 7e1b932f780b
azure-enterprise-infra-planner is a skill published in the GitHub repository microsoft/azure-skills (1,475 stars, last pushed today), licensed MIT. It adds 119 tokens to every session and 1,520 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to azure-enterprise-infra-planner, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
gke-compute-classes
Configures, optimizes, and troubleshoots GKE ComputeClasses. Use when configuring Spot VMs with on-demand fallback, targeting specific accelerators (GPUs/TPUs) or machine families, restricting ComputeClass access, or debugging pending pods related to node pool auto-creation. Do not use for cluster-level Node Auto…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).
gke-workload-security
Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
cloud-architect
Designs cloud architectures, creates migration plans, generates cost optimization recommendations, and produces disaster recovery strategies across AWS, Azure, and GCP. Use when designing cloud architectures, planning migrations, or optimizing multi-cloud deployments. Invoke for Well-Architected Framework, cost…