Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Select the
Defender plansblade. - Select
OnunderStatusforResource Manager. - Select
Save.
From Azure CLI
Use the below command to enable Standard pricing tier for Defender for Resource Manager:
az security pricing create \
-n Arm \
--tier Standard
From PowerShell
Use the below command to enable Standard pricing tier for Defender for Resource Manager:
Set-AzSecurityPricing `
-Name "Arm" `
-PricingTier "Standard"