π 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
- Located in: π Azure Subscription
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
- Internal
dec-x-a0471977
Similar Internal Rulesβ
Rule | Policies | Flags |
---|---|---|
βοΈ dec-x-a0471977 | 1 |
Logicβ
- π§ prod.logic.yaml π’
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β
From Azure Portalβ
- Go to
Microsoft Defender for Cloud
.- Under
Management
, selectEnvironment Settings
.- Click on the subscription name.
- Select
Defender plans
.- Ensure Status is
On
forApp Service
.From Azure CLIβ
Run the following command:
az security pricing show -n AppServices
Ensure
PricingTier
is set toStandard
.From PowerShellβ
Run the following command:
Get-AzSecurityPricing -Name 'AppServices' |Select-Object Name,PricingTier
Ensure the
PricingTier
is set toStandard
.From Azure Policyβ
... 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 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"