Remediation
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
. - Under
Management
, selectEnvironment Settings
. - Click on the subscription name.
- Select the
Defender plans
blade. - Click
Select types >
in the row forDatabases
. - Set the toggle switch next to
Azure SQL Databases
toOn
. - Select
Continue
. - 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'