azure-deployment-preflight
Installation
SKILL.md
Azure Deployment Preflight Validation
Validate ARM template deployments before execution by running what-if analysis, checking permissions, and generating a structured preflight report.
Adapted from github/awesome-copilot azure-deployment-preflight skill.
When to Use
- Before deploying infrastructure to Azure
- To preview what changes a deployment will make
- To verify permissions are sufficient for deployment
- As part of the template generation workflow (invoked by template generator)
Procedure
Step 1: Locate Template Files
Find the ARM template and parameters to validate: