azure-verifier

Verify Azure deployments and validate post-deployment configuration and health.

9|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/TykoDev/SupremeTeam --skill azure-verifier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-verifier
Source: https://github.com/TykoDev/SupremeTeam/tree/main/skills/azure/azure-verifier
Command: npx skills add https://github.com/TykoDev/SupremeTeam --skill azure-verifier

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

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.

Frequently Asked Questions about azure-verifier

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Azure deployments after running Bicep provisioning?

Run post-deployment health checks by validating Key Vault secret readability, executing SQL verification queries against PostgreSQL, and performing end-to-end smoke tests to confirm backend and frontend availability before production impact.

Can I check RBAC assignments and Key Vault secrets during an Azure post-deploy audit?

Check RBAC assignments and Key Vault secrets during an Azure post-deploy audit by verifying required role assignments and secret formats. The validation provides actionable az CLI fixes when missing permissions or secrets are detected.

What is the best way to validate PostgreSQL schema and extensions after an Azure deployment?

Validate PostgreSQL schema and extensions by running targeted SQL verification queries to confirm extensions, schemas, critical tables, migrations, users, and grants. This database audit ensures your provisioned Azure PostgreSQL server is correctly configured.

Does Azure deployment verification work with App Service app settings and container image tags?

Azure deployment verification works with App Service by inspecting container image tags, app settings, and Key Vault reference resolution. It confirms that application configurations are correctly applied and accessible after deployment.

Why run Azure deployment verification as a CI/CD post-deploy gate instead of manual checks?

Run Azure deployment verification as a CI/CD post-deploy gate to automatically surface misconfigured or incomplete resources before production impact. It produces a structured pass/fail report, ensuring consistent infrastructure validation across environments without manual intervention.