Other Articles

Storage Account – Enable Microsoft Defender

This check ensures that Azure Defender is enabled for Storage Accounts. Azure Defender provides advanced threat detection and security alerts to help identify suspicious activities and potential threats.

Check Details

  • Resource: Storage Account
  • Check: Enable Azure Defender
  • Risk: Without Azure Defender, malicious activities such as data exfiltration, malware uploads, or unauthorized access may go undetected.

Remediation via Azure Portal

  1. Log in to the Azure Portal. Azure Portal Home
  2. Navigate to Storage Accounts from the Azure services menu and select the affected storage account. Azure Storage Accounts list
  3. Navigate to Microsoft Defender for Cloud under Security + networking . Microsoft Defender for Cloud
  4. Click Enable on storage account.
  5. Select Enable. Microsoft Defender for Cloud
  6. Click Save to apply the changes.

Remediation via Azure CLI

  1. Open Azure Cloud Shell. Azure Cloud Shell
  2. Run the following command to enable Azure Defender for Storage:
    az security pricing create \
     --name StorageAccounts \
     --tier Standard
    

This command enables the Standard tier of Azure Defender, which includes advanced threat protection for Storage Accounts.