Description
Enable AppServiceHTTPLogs diagnostic log category for Azure App Service instances to ensure all http requests are captured and centrally logged.
Rationaleβ
Capturing web requests can be important supporting information for security analysts performing monitoring and incident response activities. Once logging, these logs can be ingested into SIEM or other central aggregation point for the organization.
Impactβ
Log consumption and processing will incur additional cost.
Auditβ
From Azure Portalβ
- Go to
App Services
.
For each App Service
:
- Under
Monitoring
, go toDiagnostic Settings
. - Ensure a diagnostic setting exists that logs
HTTP logs
to a destination aligned to your environment's approach to log consumption (event hub, storage account, etc. dependent on what is consuming the logs such as SIEM or other log aggregation utility).
Default Valueβ
Not configured.