The azure-deployment-preflight skill validates Bicep infrastructure templates before deployment to Azure by checking syntax, running what-if analysis, and verifying user permissions across both Azure CLI and Azure Developer CLI workflows. It's designed for developers and DevOps engineers preparing infrastructure code for Azure to catch deployment errors, preview infrastructure changes, and confirm sufficient permissions before execution. The skill solves the problem of failed or unexpected deployments by providing comprehensive preflight validation that identifies issues early in the deployment process.
npx skills add https://github.com/github/awesome-copilot --skill azure-deployment-preflight