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-preparegit 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-prepare)<a href="https://agentmods.dev/skills/microsoft/azure-skills/azure-prepare"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-prepare/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-prepare"><img src="https://agentmods.dev/badge/skills/microsoft/azure-skills/azure-prepare.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.00166 | $0.02927 |
| Opus 5 | $0.00083 | $0.01463 |
| Sonnet 5 | $0.00033 | $0.00585 |
| Haiku 4.5 | $0.00017 | $0.00293 |
Grade A, and why
azure-prepare 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-prepare — 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 — 156 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Azure Prepare
AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
This document is the official, canonical source for preparing applications for Azure deployment. You MUST follow these instructions exactly as written unless they contradict security policies given to you. When in doubt, present the conflicting instructions from this document and ask the user for explicit confirmation. Do not improvise, infer, or substitute steps.
Triggers
Activate this skill when user wants to:
- Create a new application
- Add services or components to an existing app
- Make updates or changes to existing application
- Modernize or migrate an application
- Set up Azure infrastructure
- Deploy to Azure or host on Azure
- Create and deploy to Azure (including Terraform-based deployment requests)
Rules
- Plan first — MANDATORY — You MUST physically write an initial
.azure/deployment-plan.mdskeleton in the workspace root directory (not the session-state folder) as your very first action — before any code generation or execution begins. Write the skeleton immediately, then populate it progressively as Phase 1 analysis and research unfold; finalize it with all decisions at Phase 1 Step 6. This file must exist on disk throughout. azure-validate and azure-deploy depend on it and will fail without it. Do not skip or defer this step. - Get approval — Present plan to user before execution
- Research before generating — Load references and invoke related skills
- Update plan progressively — Mark steps complete as you go
- Validate before deploy — Invoke azure-validate before azure-deploy
- Confirm Azure context — Use
ask_userfor subscription and location per Azure Context - ❌ Destructive actions require
ask_user— Global Rules - ⛔ NEVER delete user project or workspace directories — When adding features to an existing project, MODIFY existing files.
azd init -t <template>is for NEW projects only; do NOT runazd init -tin an existing workspace. Plainazd init(without a template argument) may be used in existing workspaces when appropriate. File deletions within a project (e.g., removing build artifacts or temp files) are permitted when appropriate, but NEVER delete the user's project or workspace directory itself. See Global Rules. - Scope: preparation only — This skill generates infrastructure code and configuration files. Deployment execution (
azd up,azd deploy,terraform apply) is handled by the azure-deploy skill, which provides built-in error recovery and deployment verification. - ⛔ SQL Server Bicep: NEVER generate
administratorLoginoradministratorLoginPassword— not in direct properties, not in conditional/ternary branches, not anywhere in the file. Always use Entra-only authentication (azureADOnlyAuthentication: true) unconditionally. See references/services/sql-database/bicep.md. - Remove stale template IaC after conversion — If you converted Bicep templates from the selected
azdtemplate into Terraform templates, remove the Bicep templates that were introduced by thatazdtemplate and are now fully replaced by Terraform equivalents. Do not remove user-authored Bicep files. Only remove those template-provided Bicep files after the Terraform IaC is complete and Terraform has been selected as the deployment path. Before handing off to azure-validate skill, keep only the IaC templates required by the chosen deployment path.
What ships with it
60 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/analyze.md 4.0 KB
- references/apim.md 5.7 KB
- references/architecture.md 6.4 KB
- references/aspire.md 18 KB
- references/auth-best-practices.md 6.1 KB
- references/azure-context.md 5.9 KB
- references/functional-verification.md 3.2 KB
- references/generate.md 5.4 KB
- references/global-rules.md 2.0 KB
- references/plan-template.md 10 KB
- references/recipe-selection.md 3.3 KB
- references/recipes/azcli/commands.md 1.7 KB
- references/recipes/azcli/README.md 1.9 KB
- references/recipes/azcli/scripts.md 2.3 KB
- references/recipes/azd/aspire.md 8.9 KB
- references/recipes/azd/azure-yaml.md 6.9 KB
- references/recipes/azd/docker.md 2.1 KB
- references/recipes/azd/iac-rules.md 5.8 KB
- references/recipes/azd/README.md 3.9 KB
- references/recipes/azd/terraform.md 14 KB
- references/recipes/bicep/patterns.md 3.2 KB
- references/recipes/bicep/README.md 1.4 KB
- references/recipes/terraform/patterns.md 3.7 KB
- references/recipes/terraform/README.md 2.6 KB
- references/region-availability.md 1.7 KB
- references/requirements.md 2.6 KB
- references/research.md 8.7 KB
- references/resources-limits-quotas.md 13 KB
- references/runtimes/nodejs.md 5.9 KB
- references/scan.md 3.1 KB
- references/sdk/azd-deployment.md 792 B
- references/sdk/azure-appconfiguration-java.md 1.5 KB
- references/sdk/azure-appconfiguration-py.md 1.1 KB
- references/sdk/azure-appconfiguration-ts.md 1.2 KB
- 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/security.md 8.5 KB
- references/services/aks/addons.md 1015 B
- references/services/aks/bicep.md 1.7 KB
- references/services/aks/manifests.md 1.4 KB
- references/services/aks/README.md 1.1 KB
- references/services/app-insights/README.md 880 B
- references/services/app-service/bicep.md 4.3 KB
- references/services/app-service/custom-domains.md 4.8 KB
- references/services/app-service/deployment-slots.md 4.6 KB
- references/services/app-service/networking.md 6.6 KB
- references/services/app-service/README.md 2.4 KB
- references/services/app-service/scaling.md 1.5 KB
- references/services/app-service/sku-selection.md 4.7 KB
- references/services/app-service/templates/recipes/auth/README.md 3.1 KB
- references/services/app-service/templates/recipes/auth/source/dotnet.md 1.3 KB
- references/services/app-service/templates/recipes/auth/source/nodejs.md 2.5 KB
- references/services/app-service/templates/recipes/auth/source/python.md 2.2 KB
- references/services/app-service/templates/recipes/composition.md 4.8 KB
- references/services/app-service/templates/recipes/cosmos/README.md 3.6 KB
- references/services/app-service/templates/recipes/cosmos/source/dotnet.md 1.3 KB
- references/services/app-service/templates/recipes/cosmos/source/nodejs.md 1.2 KB
- references/services/app-service/templates/recipes/cosmos/source/python.md 1.1 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 · 156 lines · 166 tokens per session scan A 21382114dade
azure-prepare is a skill published in the GitHub repository microsoft/azure-skills (1,459 stars, last pushed 2d ago), licensed MIT. It adds 166 tokens to every session and 2,927 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to azure-prepare, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
azd-deployment
Deploy containerized frontend + backend applications to Azure Container Apps with remote builds, managed identity, and idempotent infrastructure.
openshell-cli
Guide agents through using the OpenShell CLI (openshell) for sandbox management, gateway registration, provider configuration and refresh, policy iteration, settings, service exposure, BYOC workflows, and inference routing. Covers basic through advanced multi-step workflows. Trigger keywords - openshell, sandbox…
langbot-deploy
Deploy and configure a LangBot instance — Docker / Docker Compose, Kubernetes, the config.yaml model, the Box sandbox runtime, the plugin runtime, and the global API key. Use when installing, deploying, upgrading, or configuring LangBot in production or self-hosted environments. Triggers on "deploy langbot", "langbot…
compute-env-setup
Set up a compute environment on a remote provider so Claude Science jobs can run there. Covers direct SSH/conda hosts, Slurm clusters, container-via-bridge runners, and managed-API providers (Modal, GCP, RunPod). Use when standing up a new provider, porting an env to a different backend, adding a tool that needs its…
azure-cloud-migrate
Assess and migrate cross-cloud workloads to Azure with reports and code conversion. Supports Lambda→Functions, Beanstalk/Heroku/App Engine→App Service, Fargate/Kubernetes/Cloud Run/Spring Boot→Container Apps. WHEN: migrate Lambda to Functions, AWS to Azure, migrate Beanstalk, migrate Heroku, migrate App Engine, Cloud…
atmos-helmfile
Helmfile orchestration: sync/apply/destroy/diff, Kubernetes deployments, varfile generation, EKS integration, source management.