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. Click Select types > in the row for Databases.
  6. Set the toggle switch next to Azure SQL Databases to On.
  7. Select Continue.
  8. Select Save.

From Azure CLI​

Run the following command:

az security pricing create -n SqlServers --tier 'standard'

From PowerShell​

Run the following command:

Set-AzSecurityPricing -Name 'SqlServers' -PricingTier 'Standard'