Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Click
Defender plansin the left pane. - Under
Cloud Workload Protection (CWP), locateServerin the Plan column, set Status toOn. - Select
Save. - Repeat steps 1-6 for each subscription requiring remediation.
From Azure CLI
Run the following command:
az security pricing create \
-n VirtualMachines \
--tier Standard
From PowerShell
Run the following command:
Set-AzSecurityPricing `
-Name "VirtualMachines" `
-PricingTier "Standard"