Agent skill · DevOps & Cloud

azure-prepare

Prepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd) workflow. USE ONLY when the user explicitly wants to use azd as the deployment tool, or the project already has an azure.yaml file. DO NOT USE FOR: non-azd deployments, Python App Service code-only deploys (use python-appservice-deploy), or cross-cloud migration (use azure-cloud-migrate). WHEN: prepare app for azd, create azure.yaml, set up azd infrastructure, modernize app for Azure with azd, deploy with azd, function app, timer trigger, se

Microsoft293,217★ · +1,988/wk · 14 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add microsoft/azure-skills --skill azure-prepare --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 164
SKILL.md size: 12 KB
Bundled scripts: yes
Version: 1.3.1
Declared author: Microsoft
Path: skills/azure-prepare/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,353
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 1. **Plan first — MANDATORY** — You MUST physically write an initial `.azure/deployment-plan.md` **skeleton 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 decis

What's inside
Steps it walks through
  1. Triggers
  2. Rules
  3. ❌ PLAN-FIRST WORKFLOW — MANDATORY
  4. ❌ STEP 0: Specialized Technology Check — MANDATORY FIRST ACTION
  5. Check 1: Prompt keywords
  6. Phase 1: Planning (BLOCKING — Complete Before Any Execution)
  7. Phase 2: Execution (Only After Plan Approval)
  8. Outputs
  9. SDK Quick References
  10. Next
Ships with 24 files
  • references/analyze.md
  • references/apim.md
  • references/architecture.md
  • references/aspire.md
  • references/auth-best-practices.md
  • references/azure-context.md
  • references/functional-verification.md
  • references/generate.md
  • references/global-rules.md
  • references/plan-template.md
  • references/recipe-selection.md
  • references/recipes/azcli/README.md
  • references/recipes/azcli/commands.md
  • references/recipes/azcli/scripts.md
  • references/recipes/azd/README.md
  • references/recipes/azd/aspire.md
  • references/recipes/azd/azure-yaml.md
  • references/recipes/azd/docker.md
  • references/recipes/azd/iac-rules.md
  • references/recipes/azd/terraform.md
  • references/recipes/bicep/README.md
  • references/recipes/bicep/patterns.md
  • references/recipes/terraform/README.md
  • references/recipes/terraform/patterns.md
first 24 of 164
More from azure-skills
All skills →
About this skill
What does the azure-prepare skill do?

Prepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Terraform), and Dockerfiles for the Azure Developer CLI (azd) workflow. USE ONLY when the user explicitly wants to use azd as the deployment tool, or the project already has an azure.yaml file. DO NOT USE FOR: non-azd deployments, Python App Service code-only deploys (use python-appservice-deploy), or cross-cloud migration (use azure-cloud-migrate). WHEN: prepare app for azd, create azure.yaml, set up azd infrastructure, modernize app for Azure with azd, deploy with azd, function app, timer trigger, se

How do I install it?

Run `npx skills add microsoft/azure-skills --skill azure-prepare --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From microsoft/azure-skills, a repository with 1,353 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going