🛡️ Azure Subscription Microsoft Defender For App Services is not set to On🟢
- Contextual name: 🛡️ Microsoft Defender For App Services is not set to On🟢
- ID:
/ce/ca/azure/subscription/microsoft-defender-for-app-services - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Similar Policies
- Cloud Conformity: Enable Microsoft Defender for Cloud for App Service Instances
- Internal:
dec-x-a0471977
Similar Internal Rules
| Rule | Policies | Flags |
|---|---|---|
| ✉️ dec-x-a0471977 | 1 |
Description
Description
Turning on Microsoft Defender for App Service enables threat detection for App Service, providing threat intelligence, anomaly detection, and behavior analytics in the Microsoft Defender for Cloud.
Rationale
Enabling Microsoft Defender for App Service allows for greater defense-in-depth, with threat detection provided by the Microsoft Security Response Center (MSRC).
Impact
Turning on Microsoft Defender for App Service incurs an additional cost per resource.
Audit
This policy flags an Azure Subscription as
INCOMPLIANTif the relatedAzure Defender Planfor App Services has itsPricing Tierset to Free.A Subscription is also marked as
INCOMPLIANTif theDefender Planfor App Services does not exist in the CMDB.Default Value
By default, Microsoft Defender plan is
off.References
- https://learn.microsoft.com/en-us/azure/defender-for-cloud/alerts-overview
- https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/list
- https://learn.microsoft.com/en-us/rest/api/defenderforcloud/pricings/update
... see more
Remediation
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 StandardFrom PowerShell
Run the following command:
Set-AzSecurityPricing `
-Name "AppServices" `
-PricingTier "Standard"