Skip to main content
Back to registry

azure-deployment-preflight

github/awesome-copilot

This skill validates Bicep deployments before execution, supporting both Azure CLI ( az ) and Azure Developer CLI ( azd ) workflows.

Installs7
Install command
npx skills add https://github.com/github/awesome-copilot --skill azure-deployment-preflight
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill validates Bicep deployments before execution, supporting both Azure CLI ( az ) and Azure Developer CLI ( azd ) workflows. Follow these steps in order. Continue to the next step even if a previous step fails—capture all issues in the final report. Determine the deployment workflow by checking for project indicators: Check for azd project : Look for azure.yaml in the project root Locate Bicep files : Find all .bicep files to validate Auto-detect parameter files : For each Bicep file, look for matching parameter files: Run Bicep CLI to check template syntax before attempting deployment validation: What to capture: If Bicep CLI is not installed: Choose the appropriate validation based on project type detected in Step 1. Use azd provision --preview to validate the deployment: If an environment is specified or multiple environments exist: Determine the deployment scope from the Bicep file's targetScope declaration: Run with Provider validation level first: Fallback Strategy: If --validation-level Provider fails with permission errors (RBAC), retry with ProviderNoRbac : Note the fallback in the report—the user may lack full deployment permissions. Parse the what-if output to categorize resource changes: For modified resources, capture the specific property changes. Create a Markdown report file in the project root named: Use the template structure from...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does azure-deployment-preflight do?

This skill validates Bicep deployments before execution, supporting both Azure CLI ( az ) and Azure Developer CLI ( azd ) workflows.

Is azure-deployment-preflight good?

azure-deployment-preflight does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does azure-deployment-preflight work with?

azure-deployment-preflight currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to azure-deployment-preflight?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install azure-deployment-preflight?

npx skills add https://github.com/github/awesome-copilot --skill azure-deployment-preflight

Related skills

More from github/awesome-copilot

Related skills

Alternatives in Software Engineering