What problem does it solve?
Deployments of prepared Azure applications can be error-prone and require careful sequencing of pre-provisioned plans and infrastructure. This skill streamlines the deployment process by coordinating Azure Developer CLI (AZD) and Terraform workflows with built-in safeguards and prerequisites.
Core Features & Use Cases
- Orchestrates azd up and azd deploy for prepared apps with existing .azure/plan.md and infrastructure files.
- Integrates Terraform apply steps and az deployment commands with error recovery to handle failures gracefully.
- Enforces prerequisite checks by requiring a validated plan from azure-prepare and a Validated status from azure-validate before execution.
- Use Case: Update an existing production deployment by applying updated configurations to a pre-provisioned environment.
Quick Start
Run azd up followed by azd deploy to release a prepared Azure application using an existing .azure/plan.md after azure-validate confirms readiness.