Remediation
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
. - Under
Management
, selectEnvironment Settings
. - Click on the subscription name.
- Select
Defender plans
. - Set
App Service
Status toOn
. - Select
Save
.
From Azure CLIβ
Run the following command:
az security pricing create -n Appservices --tier 'standard'
From PowerShellβ
Run the following command:
Set-AzSecurityPricing -Name "AppServices" -PricingTier "Standard"