azure-compliance

von Azure

Umfassende Azure-Compliance- und Sicherheitsaudit-Funktionen, einschließlich Best-Practices-Bewertung, Key Vault-Ablaufüberwachung und Ressourcenkonfigurationsvalidierung.

npx skills add https://github.com/microsoft/GitHub-Copilot-for-Azure --skill azure-compliance

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

SDK Quick References

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

Mehr Skills von Azure

azure-messaging
Azure
Fehlerbehebung und Lösung von Problemen mit Azure Messaging SDKs für Event Hubs und Service Bus. Behandelt Verbindungsfehler, Authentifizierungsfehler, Nachrichtenverarbeitungsprobleme und SDK-Konfigurationsprobleme.
azure-resource-visualizer
Azure
Analysieren Sie Azure-Ressourcengruppen und erstellen Sie detaillierte Mermaid-Architekturdiagramme, die die Beziehungen zwischen einzelnen Ressourcen darstellen.
azure-ai
Azure
Für Azure AI verwenden: Suche, Speech, OpenAI, Document Intelligence. Hilft bei Suche, Vektor-/Hybridsuche, Sprach-zu-Text, Text-zu-Sprache, Transkription, OCR.
appinsights-instrumentation
Azure
Anleitung zur Instrumentierung von Webanwendungen mit Azure Application Insights. Enthält Telemetriemuster, SDK-Einrichtung und Konfigurationsreferenzen.
azure-aigateway
Azure
Konfigurieren Sie Azure API Management (APIM) als AI Gateway, um KI-Modelle, MCP-Server und Agenten zu sichern, zu überwachen und zu steuern. Hilft bei Ratenbegrenzung, semantischem Caching, Inhaltsicherheit und Lastenausgleich.
azure-compute
Azure
Empfehlen Sie Azure-VM-Größen, VM-Skalierungsgruppen (VMSS) und Konfigurationen basierend auf Workload-Anforderungen, Leistungsbedarf und Budgetbeschränkungen.
azure-cost-optimization
Azure
Identifizieren und quantifizieren Sie Kosteneinsparungen in Azure-Abonnements durch Analyse der tatsächlichen Kosten, Nutzungsmetriken und Erstellung umsetzbarer Optimierungsempfehlungen.
azure-deploy
Azure
Führt die Bereitstellung in Azure aus. Letzter Schritt nach Vorbereitung und Validierung. Führt azd up, azd deploy oder Infrastrukturbereitstellungsbefehle aus.