Devops 22,253 installs

azure-validate

by microsoft/azure-skills

Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity…

Skill content

Pre-deployment validation for Azure readiness with configuration, infrastructure, RBAC, and identity checks.

- Runs recipe-specific validation commands including Bicep builds, Terraform validation, and Azure CLI preflight checks

- Verifies RBAC role assignments in infrastructure code and managed identity permissions before deployment

- Requires .azure/deployment-plan.md from azure-prepare skill; records validation proof and updates plan status to Validated only after all checks pass

- Integrates into the three-step workflow: azure-prepare → azure-validate → azure-deploy

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-prepare → azure-validate → azure-deploy

Triggers