Remediation
From Azure Portal
- Go to
Microsoft Defender for Cloud. - Under
Management, selectEnvironment Settings. - Click on the subscription name.
- Select
Defender plans. - Set
App ServiceStatus 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"