RESOURCE
kv-tenant-prod-001
Type: Microsoft.KeyVault/vaults
ID: /subscriptions/7e5a...d3f1/resourceGroups/rg-tenant-prod/providers/Microsoft.KeyVault/vaults/kv-tenant-prod-001
LOCATION
Cloud: Azure
Region: East US 2
Subscription: Demo-Production
COMPLIANCE FRAMEWORKS
HITRUST 09.l
NIST SC-12
SOC 2 CC6.1
TIMESTAMP
2026-04-16T14:19:58Z
WHY FLAGGED
Key Vault does not have soft-delete or purge protection enabled. Accidental or malicious deletion of encryption keys, secrets, or certificates would be permanent and unrecoverable, potentially causing data loss for all resources depending on these keys.
HOW TO FIX
1. Enable soft-delete: az keyvault update --name kv-tenant-prod-001 --enable-soft-delete true
2. Enable purge protection: az keyvault update --name kv-tenant-prod-001 --enable-purge-protection true
3. Set retention to 90 days (default)
4. Verify in Azure Policy compliance