Skip to main content

Remediation

From Azure Portal​

  1. Go to Microsoft Defender for Cloud.
  2. Under Management, select Environment Settings.
  3. Click on the subscription name.
  4. Click Defender plans in the left pane.
  5. Under Cloud Workload Protection (CWP), locate Server in the Plan column, set Status to On.
  6. 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'