Verify that That Microsoft Defender for App Services Is Set To 'On'
Framework Reference: A.8.16 Integration: Azure β Microsoft Defender for Cloud
Why this matters
Microsoft Defender for App Service provides built-in threat detection capabilities for Azure App Services, including web apps and APIs. It uses threat intelligence from the Microsoft Security Response Center (MSRC) to identify anomalies and suspicious activity. Without this protection, application services are more vulnerable to exploitation, misconfigurations, and targeted attacks.
What this check does
Check Logic
Verify that Microsoft Defender for App Services is enabled by confirming the pricing tier is set to Standard
.
Applies to
- Azure App Service
- Web Apps
- Azure Functions under App Service
How to fix it
Azure Portal
- Navigate to Microsoft Defender for Cloud
- Under Management, select Environment Settings
- Click on your subscription name
- Go to the Defender plans blade
- Set App Service to On
- Click Save
Azure CLI
az security pricing create -n AppServices --tier 'standard'
PowerShell
Set-AzSecurityPricing -Name "AppServices" -PricingTier "Standard"
Exceptions
None