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…
- installs 8w
- 117,605
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 0
azure-prepare is an agent skill that prepares azd-based projects for Azure deployment by generating azure.yaml, Bicep or Terraform infrastructure, and Dockerfiles for the Azure Developer CLI workflow. It enforces a plan-first process: a .azure/deployment-plan.md skeleton must be written and approved before any code or infrastructure is generated, and it instructs the agent to hand off to azure-validate afterwards.
Reach for it when you explicitly want to deploy with azd and need the agent to produce the project scaffolding and infrastructure as code in a structured, reviewed way.
Use it to
- Generate azure.yaml for an existing project
- Create Bicep or Terraform infrastructure for azd
- Set up a function app with timer or service bus triggers
- Configure managed identity for a new Azure deployment
- Write a deployment plan before making changes
For Developers deploying to Azure with azd via AI agents
- Host repository
- microsoft/azure-skills
- Version
- 1.3.3
- Installs, lifetime
- 579k
- Installs, 8 weeks
- 118k
- Licence
- MIT
- Host stars
- 1,486
- Host language
- Shell