Defender for Storage should be enabled
High
Azure
General
defenderstatus-threat-protection-7
Microsoft Defender for Storage provides threat detection and security alerts
Applies to
Microsoft.Security/defenderStatus
What CGPulse checks
A resource passes this rule when plans.StorageAccounts must equal Standard. Anything else is reported as a finding with the evaluated property value attached as evidence.
How to fix it
Enable Defender for Storage to detect threats against storage accounts. In Azure Portal: Microsoft Defender for Cloud > Environment settings > enable Storage Accounts plan. See: https://learn.microsoft.com/en-us/azure/defender-for-cloud/defender-for-storage-introduction
CLI
az security pricing create --name StorageAccounts --tier StandardTerraform
resource "azurerm_security_center_subscription_pricing" "storage" {
tier = "Standard"
resource_type = "StorageAccounts"
}
Compliance frameworks
Is your environment compliant with this rule?
CGPulse checks it — and 621 others — against your Azure and AWS accounts with read-only access.
Related Azure rules
- Action Group should be enabled
- Activity Log Alert should be enabled
- AKS cluster logs should be sent to Log Analytics
- AKS cluster must enable RBAC
- AKS cluster must enable RBAC
- AKS cluster should be a private cluster
- AKS cluster should disable local accounts
- AKS cluster should enable Azure RBAC for Kubernetes