Information
Turning on Microsoft Defender for Storage enables threat detection for Storage, providing threat intelligence, anomaly detection, and behavior analytics in the Microsoft Defender for Cloud.
Enabling Microsoft Defender for Storage allows for greater defense-in-depth, with threat detection provided by the Microsoft Security Response Center (MSRC).
Solution
Remediate from Azure Portal
- Go to Microsoft Defender for Cloud
- Under Management select Environment Settings
- Click on the subscription name.
- Select the Defender plans blade.
- Set Status to On for Storage
- Select Save
Remediate from Azure CLI
Ensure the output of the below command is Standard
az security pricing create -n StorageAccounts --tier 'standard'
Remediate from PowerShell
Set-AzSecurityPricing -Name 'StorageAccounts' -PricingTier 'Standard'
Impact:
Turning on Microsoft Defender for Storage incurs an additional cost per resource.