What problem does it solve?
Detect and surface misconfigured or incomplete Azure deployments by validating provisioned resources, RBAC assignments, Key Vault secrets, database state, container images, app settings, storage configuration, and health endpoints so teams can remediate issues before production impact.
Core Features & Use Cases
- Infrastructure validation: Confirm resource existence and expected properties for resource groups, App Service Plans, Web Apps, ACR, Key Vaults, Storage Accounts, and PostgreSQL servers.
- RBAC and secret checks: Verify required role assignments and Key Vault secret readability and formats with actionable az CLI fixes when missing.
- Database and schema audits: Run targeted SQL queries to confirm extensions, schemas, critical tables, migrations, users, and grants.
- App and health verification: Inspect container image tags, app settings, KV reference resolution, and perform backend/frontend health and end-to-end smoke tests.
- Use case: Run as a CI/CD post-deploy gate or an on-demand audit to produce a structured pass/fail verification report for an Azure environment.
Quick Start
Use the azure-verifier skill to run a full verification for resource group my-rg in swedencentral and produce a structured deployment verification report.