mcpbeat Sign in

Azure Compliance Agent Skill

Run Azure compliance and security audits with azqr plus Key Vault expiration checks. Covers best-practice assessment, resource review, policy/compliance validation, and security posture checks. WHEN: compliance scan, security audit, BEFORE running azqr (compliance cli tool), Azure best practices, Key Vault expiration check, expired certificates, expiring secrets, orphaned resources, compliance assessment.

12k tokens
context cost
the whole folder, loaded on every use
16
files
instructions only
1
copies elsewhere
how many repositories repackaged it
51 d ago
last touched
this folder, not the whole repository

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/skills --skill azure-compliance

What comes with it

43 857 bytes besides the instruction
references/auth-best-practices.md
references/azqr-recommendations.md
references/azqr-remediation-patterns.md
references/azure-keyvault-expiration-audit.md
references/azure-quick-review.md
references/azure-resource-graph.md
references/sdk/azure-keyvault-certificates-rust.md
references/sdk/azure-keyvault-keys-rust.md
references/sdk/azure-keyvault-keys-ts.md
references/sdk/azure-keyvault-py.md
references/sdk/azure-keyvault-secrets-rust.md
references/sdk/azure-keyvault-secrets-ts.md
references/sdk/azure-security-keyvault-keys-dotnet.md
references/sdk/azure-security-keyvault-keys-java.md
references/sdk/azure-security-keyvault-secrets-java.md

The instruction itself

12 sections, as written by the author

Azure Compliance & Security Auditing

Quick Reference

| Property | Details |

|---|---|

| Best for | Compliance scans, security audits, Key Vault expiration checks |

| Primary capabilities | Comprehensive Resources Assessment, Key Vault Expiration Monitoring |

| MCP tools | azqr, 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

| Assessment | Reference |

|------------|-----------|

| Comprehensive Compliance (azqr) | references/azure-quick-review.md |

| Key Vault Expiration | references/azure-keyvault-expiration-audit.md |

| Resource Graph Queries | references/azure-resource-graph.md |

MCP Tools

| Tool | Purpose |

|------|---------|

| mcp_azure_mcp_extension_azqr | Run azqr compliance scans |

| mcp_azure_mcp_subscription_list | List available subscriptions |

| mcp_azure_mcp_group_list | List resource groups |

| keyvault_key_list | List all keys in vault |

| keyvault_key_get | Get key details including expiration |

| keyvault_secret_list | List all secrets in vault |

| keyvault_secret_get | Get secret details including expiration |

| keyvault_certificate_list | List all certificates in vault |

| keyvault_certificate_get | Get certificate details including expiration |

Assessment Workflow

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

Priority Classification

| Priority | Guidance |

|---|---|

| Critical | Immediate remediation required for high-impact exposure |

| High | Resolve within days to reduce risk |

| Medium | Plan a resolution in the next sprint |

| Low | Track and fix during regular maintenance |

Error Handling

| Error | Message | Remediation |

|---|---|---|

| 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 expiration policies documented and enforced

SDK Quick References

For programmatic Key Vault access, see the condensed SDK guides:

  • Key Vault (Python): Secrets/Keys/Certs
  • Secrets: TypeScript | Rust | Java
  • Keys: .NET | Java | TypeScript | Rust
  • Certificates: Rust

Other skills for the same job

different authors, same section of the catalogue
Cloud Penetration Testing
by ComeOnOliver
×2

This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.

16k tokens
Flow Nexus Platform
by ComeOnOliver
×2

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

14k tokens
Security Scanning Security Hardening
by ComeOnOliver
×2

Coordinate multi-layer security scanning and hardening across application, infrastructure, and compliance controls.

6k tokens
K8s Security Policies
by ComeOnOliver
×2

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

6k tokens
K8s Security Policies
by ComeOnOliver
×2

Implement Kubernetes security policies including NetworkPolicy, PodSecurityPolicy, and RBAC for production-grade security. Use when securing Kubernetes clusters, implementing network isolation, or enforcing pod security standards.

8k tokens
AWS Security Audit
by lingxling
×1

Comprehensive AWS security posture assessment using AWS CLI and security best practices

3k tokens
Azure AI Textanalytics Py
by lingxling
×1

Azure AI Text Analytics SDK for sentiment analysis, entity recognition, key phrases, language detection, PII, and healthcare NLP. Use for natural language processing on text.

2k tokens
Azure Security Keyvault Keys Dotnet
by lingxling
×1

Azure Key Vault Keys SDK for .NET. Client library for managing cryptographic keys in Azure Key Vault and Managed HSM. Use for key creation, rotation, encryption, decryption, signing, and verification.

3k tokens

How to use it

Copy the folder

Take microsoft/azure-compliance from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.