azure-deployment-preflight

Validates Bicep deployments to Azure before execution, detecting syntax errors, permission issues, and previewing infrastructure…

github ↓ 9.4k
Claude Code
View source ↗

What it does

  • Before deploying infrastructure to Azure
  • When preparing or reviewing Bicep files
  • To preview what changes a deployment will make
  • To verify permissions are sufficient for deployment
  • Before running azd up, azd provision, or az deployment commands
  • If found → Use azd workflow
  • If not found → Use az CLI workflow

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Validates Bicep deployments to Azure before execution, detecting syntax errors, permission issues, and previewing infrastructure changes.

Source

Repository: https://github.com/github/awesome-copilot

azure-deployment-preflight FAQ

What does the azure-deployment-preflight skill do?

Performs comprehensive preflight validation of Bicep deployments to Azure, including template syntax validation, what-if analysis, and permission checks. Use this skill before any deployment to Azure to preview changes, identify potential issues, and ensure the deployment will succeed. Activate when users mention deploying to Azure, validating Bicep files, checking deployment permissions, previewing infrastructure changes, running what-if, or preparing for azd provision. Before deploying infrastructure to Azure When preparing or reviewing Bicep files

How do I install azure-deployment-preflight?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill azure-deployment-preflight --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain azure-deployment-preflight?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

azure-deployment-preflight on getagentictools
[![azure-deployment-preflight on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-azure-deployment-preflight.svg)](https://getagentictools.com/skills/github-awesome-copilot-azure-deployment-preflight?ref=badge)
npx agentictools info skills/github-awesome-copilot-azure-deployment-preflight

The second line is the CLI lookup for this page — handy in READMEs and docs.