azure-validate

Installation
Summary

Pre-deployment validation for Azure infrastructure, configuration, and permissions before deploying.

  • Runs recipe-specific validation commands (azd provision, bicep build, terraform validate) and records proof in .azure/plan.md
  • Requires .azure/plan.md from azure-prepare skill as input; blocks deployment if plan is missing or status is not Approved
  • Validates azure.yaml, Bicep templates, Terraform configurations, Azure Functions, and app readiness across multiple deployment scenarios
  • Sets plan status to Validated only after all checks pass; must be completed before invoking azure-deploy for actual deployment
SKILL.md

Azure Validate

AUTHORITATIVE GUIDANCE — Follow these instructions exactly unless they contradict security policies given to you.

⛔ STOP — PREREQUISITE CHECK REQUIRED

Before proceeding, verify this prerequisite is met:

azure-prepare was invoked and completed → .azure/deployment-plan.md exists with status Approved or later

If the plan is missing, STOP IMMEDIATELY and invoke azure-prepare first.

The complete workflow ensures success:

azure-prepareazure-validateazure-deploy

Triggers

Related skills
Installs
GitHub Stars
207
First Seen
azure-validate — microsoft/github-copilot-for-azure