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
Open-source relational databases
toOn
. - Select
Continue
. - Select
Save
.
From Azure CLIβ
Run the following command:
az security pricing create -n 'OpenSourceRelationalDatabases' --tier 'standard'
From PowerShellβ
Use the below command to enable Standard pricing tier for Open-source relational databases:
set-azsecuritypricing -name "OpenSourceRelationalDatabases" -pricingtier "Standard"