Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
microsoft avatar

Azure Compliance

  • 481k installs
  • 1.3k repo stars
  • Updated July 26, 2026
  • microsoft/azure-skills

azure-compliance is an agent skill that runs Azure compliance scans with azqr and audits Key Vault secrets, keys and certificates for expiration before deploying.

About

azure-compliance runs Azure compliance and security audits using the azqr CLI and checks Key Vault keys, secrets and certificates for expiration. A developer invokes it to validate resource configuration against best practices, find orphaned or misconfigured resources, and see what is expiring in the next 30 days before a deployment. It classifies each finding by priority and proposes remediation while keeping reporting separate from fixes. It requires an authenticated Azure session via az login and read permissions on resource and Key Vault metadata.

  • Runs azqr (Azure Quick Review) compliance scans across a subscription or resource group
  • Audits Key Vault keys, secrets and certificates for expiration
  • Classifies findings by priority (Critical/High/Medium/Low) and proposes remediation
  • Separates compliance reporting from remediation execution

Azure Compliance by the numbers

  • 480,913 all-time installs (skills.sh)
  • Security screen: LOW risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

azure-compliance capabilities & compatibility

Free skill; requires an authenticated Azure session (az login) and read permissions.

Capabilities
compliance scan · security audit · key vault expiration audit · resource assessment · orphaned resource discovery
Works with
azure
Use cases
security audit
Pricing
Free
From the docs

What azure-compliance says it does

Run Azure compliance and security audits with azqr plus Key Vault expiration checks.
SKILL.md
Audit Key Vault keys, secrets, and certificates for expiration
SKILL.md
Separate compliance reporting from remediation execution
SKILL.md
npx skills add https://github.com/microsoft/azure-skills --skill azure-compliance

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs481k
repo stars1.3k
Security audit3 / 3 scanners passed
Last updatedJuly 26, 2026
Repositorymicrosoft/azure-skills

Which Azure resources violate best practices, and what certificates or secrets are about to expire before I deploy?

security-audit

Who is it for?

Developers who need a compliance scan or security posture check on an Azure subscription and Key Vault before shipping.

Skip if: Application-specific deploy-readiness checks or executing remediation; the skill separates reporting from fixes.

When should I use this skill?

The user asks to check Azure compliance or best practices, run azqr, review security posture, or audit Key Vault for expired or expiring certificates, keys and secrets.

What you get

A prioritized list of compliance findings and Key Vault expiration issues with proposed remediation steps.

  • Prioritized compliance findings report
  • Key Vault expiration audit
  • Proposed remediation steps

By the numbers

  • 4-priority classification (Critical/High/Medium/Low)
  • 5-step assessment workflow

Files

SKILL.mdMarkdownGitHub ↗

Azure Compliance & Security Auditing

Quick Reference

PropertyDetails
Best forCompliance scans, security audits, Key Vault expiration checks
Primary capabilitiesComprehensive Resources Assessment, Key Vault Expiration Monitoring
MCP toolsazqr, subscription and resource group listing, Key Vault item inspection

When to Use This Skill

  • Run azqr or Azure Quick Review for compliance assessment
  • Validate Azure resource configuration against best practices
  • Identify orphaned or misconfigured resources
  • Audit Key Vault keys, secrets, and certificates for expiration

Skill Activation Triggers

Activate this skill when user wants to:

  • Check Azure compliance or best practices
  • Assess Azure resources for configuration issues
  • Run azqr or Azure Quick Review
  • Identify orphaned or misconfigured resources
  • Review Azure security posture
  • "Show me expired certificates/keys/secrets in my Key Vault"
  • "Check what's expiring in the next 30 days"
  • "Audit my Key Vault for compliance"
  • "Find secrets without expiration dates"
  • "Check certificate expiration dates"

Prerequisites

  • Authentication: user is logged in to Azure via az login
  • Permissions to read resource configuration and Key Vault metadata

Assessments

AssessmentReference
Comprehensive Compliance (azqr)references/azure-quick-review.md
Key Vault Expirationreferences/azure-keyvault-expiration-audit.md
Resource Graph Queriesreferences/azure-resource-graph.md

MCP Tools

ToolPurpose
mcp_azure_mcp_extension_azqrRun azqr compliance scans
mcp_azure_mcp_subscription_listList available subscriptions
mcp_azure_mcp_group_listList resource groups
keyvault_key_listList all keys in vault
keyvault_key_getGet key details including expiration
keyvault_secret_listList all secrets in vault
keyvault_secret_getGet secret details including expiration
keyvault_certificate_listList all certificates in vault
keyvault_certificate_getGet certificate details including expiration

Assessment Workflow

1. Select scope (subscription or resource group) for Comprehensive Resources Assessment. 2. Run azqr and capture output artifacts. 3. Analyze Scan Results and summarize findings and recommendations. 4. Review Key Vault Expiration Monitoring output for keys, secrets, and certificates. 5. Classify issues and propose remediation or fix steps for each finding.

Priority Classification

PriorityGuidance
CriticalImmediate remediation required for high-impact exposure
HighResolve within days to reduce risk
MediumPlan a resolution in the next sprint
LowTrack and fix during regular maintenance

Error Handling

ErrorMessageRemediation
Authentication required"Please login"Run az login and retry
Access denied"Forbidden"Confirm permissions and fix role assignments
Missing resource"Not found"Verify subscription and resource group selection

Best Practices

  • Run compliance scans on a regular schedule (weekly or monthly)
  • Track findings over time and verify remediation effectiveness
  • Separate compliance reporting from remediation execution
  • Keep Key Vault e

Guides

  • Azure Skills for Claude Code: The Complete Guide to microsoft/azure-skills

    microsoft/azure-skills is Microsoft's official repo of 27 Azure skills for Claude Code, covering deploy, AKS, diagnostics, compliance, cost, and Azure AI Foundry. Combined they have 9,775,059 installs, with microsoft-foundry alone at 446,557 installs (skills.sh registry, July 2026). This guide maps every skill to the Azure job it does.

Related skills

How it compares

Use azure-compliance for subscription-wide security audits; use azure-validate for application-specific deploy readiness checks.

FAQ

What compliance tool does azure-compliance run?

It runs azqr (Azure Quick Review) for a comprehensive resources assessment against Azure best practices, then summarizes and classifies the findings.

Does it check Key Vault expiration?

Yes. It lists and inspects keys, secrets and certificates in Key Vault to find expired items, items expiring soon, and secrets without expiration dates.

Does azure-compliance fix the issues it finds?

No. It separates compliance reporting from remediation execution and proposes fix steps for each finding rather than applying them.

Is Azure Compliance safe to install?

skills.sh reports 3 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Securitycomplianceauditsecrets

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.