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-deploygit 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-deploy)<a href="https://agentmods.dev/skills/microsoft/azure-skills/azure-deploy"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-deploy/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-deploy"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-deploy.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.00190 | $0.01595 |
| Opus 5 | $0.00095 | $0.00797 |
| Sonnet 5 | $0.00038 | $0.00319 |
| Haiku 4.5 | $0.00019 | $0.00160 |
Grade A, and why
azure-deploy 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 9d 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-deploy — 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 — 98 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Azure Deploy
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
PREREQUISITE: The azure-validate skill MUST be invoked and completed with status
ValidatedBEFORE executing this skill.
⛔ STOP — PREREQUISITE CHECK REQUIRED Before proceeding, verify BOTH prerequisites are met:
- azure-prepare was invoked and completed →
.azure/deployment-plan.mdexists- azure-validate was invoked and passed → plan status =
ValidatedIf EITHER is missing, STOP IMMEDIATELY:
- No plan? → Invoke azure-prepare skill first
- Status not
Validated? → Invoke azure-validate skill first⛔ DO NOT MANUALLY UPDATE THE PLAN STATUS
You are FORBIDDEN from changing the plan status to
Validatedyourself. Only the azure-validate skill is authorized to set this status after running actual validation checks. If you update the status without running validation, deployments will fail.DO NOT ASSUME the app is ready. DO NOT SKIP validation to save time. Skipping steps causes deployment failures. The complete workflow ensures success:
azure-prepare→azure-validate→azure-deploy
Triggers
Activate this skill when user wants to:
- Execute deployment of an already-prepared application (azure.yaml and infra/ exist)
- Push updates to an existing Azure deployment
- Run
azd up,azd deploy, oraz deploymenton a prepared project - Ship already-built code to production
- Deploy an application that already includes API Management (APIM) gateway infrastructure
Scope: This skill executes deployments. It does not create applications, generate infrastructure code, or scaffold projects. For those tasks, use azure-prepare.
APIM / AI Gateway: Use this skill to deploy applications whose APIM/AI gateway infrastructure was already created during azure-prepare. For creating or changing APIM resources, see APIM deployment guide. For AI governance policies, invoke azure-aigateway skill.
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/auth-best-practices.md 6.1 KB
- references/global-rules.md 1.2 KB
- references/live-role-verification.md 3.9 KB
- references/pre-deploy-checklist.md 18 KB
- references/recipes/azcli/errors.md 510 B
- references/recipes/azcli/README.md 1.8 KB
- references/recipes/azcli/verify.md 2.1 KB
- references/recipes/azd/ef-migrations.md 5.0 KB
- references/recipes/azd/errors.md 16 KB
- references/recipes/azd/functions-deploy.md 3.5 KB
- references/recipes/azd/post-deployment.md 4.2 KB
- references/recipes/azd/README.md 3.7 KB
- references/recipes/azd/scripts/apply-migrations.ps1 1.8 KB runs code
- references/recipes/azd/scripts/apply-migrations.sh 1.8 KB runs code
- references/recipes/azd/scripts/grant-and-migrate.ps1 4.2 KB runs code
- references/recipes/azd/scripts/grant-and-migrate.sh 4.3 KB runs code
- references/recipes/azd/sql-entra-auth.md 2.5 KB
- references/recipes/azd/sql-managed-identity.md 7.4 KB
- references/recipes/azd/verify.md 5.0 KB
- references/recipes/bicep/errors.md 529 B
- references/recipes/bicep/README.md 2.5 KB
- references/recipes/bicep/verify.md 794 B
- references/recipes/cicd/errors.md 559 B
- references/recipes/cicd/examples/azdo-azd.yml 509 B
- references/recipes/cicd/examples/azdo-multistage.yml 860 B
- references/recipes/cicd/examples/github-azd.yml 817 B
- references/recipes/cicd/examples/github-bicep.yml 687 B
- references/recipes/cicd/README.md 1.2 KB
- references/recipes/cicd/verify.md 777 B
- references/recipes/README.md 442 B
- references/recipes/terraform/errors.md 881 B
- references/recipes/terraform/README.md 3.3 KB
- references/recipes/terraform/verify.md 782 B
- references/region-availability.md 3.0 KB
- references/sdk/azd-deployment.md 792 B
- references/sdk/azure-identity-dotnet.md 941 B
- references/sdk/azure-identity-java.md 1.2 KB
- references/sdk/azure-identity-py.md 1.1 KB
- references/sdk/azure-identity-ts.md 1.1 KB
- references/troubleshooting.md 8.0 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.
- 9d ago First seen · 98 lines · 190 tokens per session scan A 270d8b6f0ca0
azure-deploy is a skill published in the GitHub repository microsoft/azure-skills (1,459 stars, last pushed yesterday), licensed MIT. It adds 190 tokens to every session and 1,595 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to azure-deploy, 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…
nemo-automodel-launcher-config
Configure NeMo AutoModel job launches for interactive runs, Slurm clusters, and SkyPilot cloud execution.
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".
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…