azure-prepare
Prepare Azure applications for deployment with infrastructure-as-code, configuration, and containerization.
What it does
- 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)
Requirements & configuration
- 7. ❌ Destructive actions require askuser — Global Rules
- | 8 | Destructive actions require askuser | Global Rules |
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Prepare Azure applications for deployment with infrastructure-as-code, configuration, and containerization.
Source
Repository: https://github.com/microsoft/azure-skills
azure-prepare FAQ
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, service bus trigger, event-driven function, managed identity, generate Bicep, generate Terraform, create and deploy to Azure. Create a new application Add services or components to an existing app
What does azure-prepare require?
7. ❌ Destructive actions require askuser — Global Rules | 8 | Destructive actions require askuser | Global Rules |
How do I install azure-prepare?
Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-prepare --agent claude-code — the source lives at github.com/microsoft/azure-skills.
Maintain azure-prepare?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/microsoft-azure-skills-azure-prepare?ref=badge) npx agentictools info skills/microsoft-azure-skills-azure-prepare The second line is the CLI lookup for this page — handy in READMEs and docs.