Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Select the
Defender plansblade. - Select
OnunderStatusforKey Vault. - Select
Save.
From Azure CLI
Enable Standard pricing tier for Key Vault:
az security pricing create \
-n KeyVaults \
--tier Standard
From PowerShell
Enable Standard pricing tier for Key Vault:
Set-AzSecurityPricing `
-Name "KeyVaults" `
-PricingTier "Standard"