Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Select the
Defender plansblade. - Click
Select types >in the row forDatabases. - Set the toggle switch next to
Open-source relational databasestoOn. - 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"