A

azure-validate

bymicrosoft·#7 trending

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

1,200stars
First seenFeb 4, 2026

Installation

Send this command to your AI agent:

npx skills add https://github.com/microsoft/azure-skills --skill azure-validate

Documentation

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