An administrator needs to configure diagnostic settings for multiple Azure resources. Match each business monitoring requirement to its correct destination target.
- Retain diagnostic logs for 3 years at the lowest possible cost for regulatory compliance.Azure Storage account
- Stream resource log data to an external, non-Azure SIEM system with minimal latency.Azure Event Hubs namespace
- Perform complex correlation queries across multiple resources using Kusto Query Language (KQL).Log Analytics workspace
Answer
Retain logs for 3 years at the lowest cost matches Azure Storage account; Stream logs to external SIEM matches Azure Event Hubs namespace; Perform complex correlation queries using KQL matches Log Analytics workspace.
The correct mapping pairs long-term low-cost archiving with a Storage account, real-time external SIEM ingestion with Event Hubs, and KQL query capabilities with a Log Analytics workspace.
Step-by-Step Solution
Key Concept
Selecting the appropriate destination target (Storage Account, Event Hub, or Log Analytics) within Azure Monitor Diagnostic Settings to satisfy specific retention, integration, and analysis requirements.