An administrator is configuring monitoring for an Azure Firewall named `fw-corp-prod`. The organization's security policy requires:
* Streaming all firewall activity logs to a third-party Security Information and Event Management (SIEM) system in real-time.
* Archiving the logs for days for regulatory compliance at the lowest possible storage cost.
Which configuration in the diagnostic settings of `fw-corp-prod` meets these requirements?
- Configure the diagnostic setting to stream logs to an Azure Event Hubs namespace and archive logs to an Azure Storage account.Answer
- BConfigure the diagnostic setting to send logs to an Azure Log Analytics workspace and configure the workspace retention period to days.
- CConfigure the diagnostic setting to archive logs to an Azure Storage account, and then create a scheduled Azure Automation runbook to export the logs to the SIEM.
- DConfigure the diagnostic setting to send logs to an Azure Event Hubs namespace, and configure the Event Hub message retention period to days.
Answer
Configure the diagnostic setting to stream logs to an Azure Event Hubs namespace and archive logs to an Azure Storage account.
The correct configuration is to stream logs to an Azure Event Hubs namespace and archive them to an Azure Storage account. This satisfies the real-time integration requirement with the SIEM via Event Hubs while utilizing the lowest-cost storage option (Azure Storage) for the -day retention requirement.
Step-by-Step Solution
Key Concept
Selecting the appropriate destination for Azure Monitor diagnostic settings based on retention, cost, and analysis requirements.
Estimated Time:1m 30s