Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Select the
Defender plansblade. - Set
StatustoOnforStorage. - Select
Save.
From Azure CLI
Ensure the output of the below command is Standard:
az security pricing create -n StorageAccounts --tier 'standard'
From PowerShell
Set-AzSecurityPricing -Name 'StorageAccounts' -PricingTier 'Standard'