Skip to main content

Remediation

From Azure Portal​

  1. Go to Microsoft Defender for Cloud.
  2. Under Management, select Environment Settings.
  3. Click on the subscription name.
  4. Select the Defender plans blade.
  5. Set Status to On for Storage.
  6. 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'