Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Select the
Defender plansblade. - On the
Databaserow click onSelect types >. - Set the toggle switch next to
Azure Cosmos DBtoOn. - 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"