The azure-deploy skill executes deployment operations for applications that have already been prepared with infrastructure files and a deployment plan, running commands like `azd up`, `azd deploy`, and `terraform apply` with built-in error recovery. It is designed for developers who need to push prepared applications to Azure production environments, but requires that the azure-prepare and azure-validate skills have been completed first to ensure infrastructure readiness. This skill solves the problem of safely deploying pre-validated Azure applications while preventing users from skipping critical validation steps that would cause deployment failures.
npx skills add https://github.com/microsoft/github-copilot-for-azure --skill azure-deploy