Remediation
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
. - Under
Management
, selectEnvironment Settings
. - Click on the subscription name.
- Click
Defender plans
in the left pane. - Under
Cloud Workload Protection (CWP)
, locateServer
in the Plan column, set Status toOn
. - Select
Save
.
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'