What problem does it solve?
Deploying an application that has already been prepared and validated can still be error‑prone, especially when multiple tools (azd, Terraform, Azure CLI) and RBAC constraints are involved. This skill guarantees a consistent, guarded deployment process that respects all prerequisite checks.
Core Features & Use Cases
- Prerequisite Enforcement: Verifies that
azure-prepare and azure-validate have completed and that the deployment plan status is Validated.
- Pre‑Deploy Checklist: Executes required checklist steps, including RBAC health checks for Container Apps and ACR.
- Multi‑Tool Support: Runs
azd up, azd deploy, terraform apply, and az deployment with built‑in error recovery.
- Live Role Verification: Confirms that provisioned RBAC roles are correct after deployment.
- Use Cases: Push updates to an existing Azure deployment, ship a production‑ready app, or redeploy after configuration changes.
Quick Start
Use the azure‑deploy skill to execute the prepared deployment plan for your application.