Remediation
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
. - Under
Management
, selectEnvironment Settings
. - Click on the subscription name.
- Select the
Defender plans
blade. - On the
Database
row click onSelect types >
. - Set the toggle switch next to
Azure Cosmos DB
toOn
. - Click
Continue
. - Click
Save
.
From Azure CLIβ
Run the following command:
az security pricing create -n 'CosmosDbs' --tier 'standard'
From PowerShellβ
Use the below command to enable Standard pricing tier for Azure Cosmos DB:
Set-AzSecurityPricing -Name 'CosmosDbs' -PricingTier 'Standard