Streaming Microsoft Graph activity logs to a third-party SIEM via Azure Event Hubs
You have an Azure subscription. You need to stream the Microsoft Graph activity logs to a third-party security information and event management (SIEM) tool. The solution must minimize administrative effort. To where should you stream the logs?
Community Votes
100% of anonymous learners picked answer A. Votes are pick records left by other test-takers — they are not the verified answer.
Community Insight
Microsoft Graph activity logs can be exported to Azure Storage for retention or streamed via Azure Event Hubs to external SIEM tools; Event Hubs is the streaming target that feeds a third-party SIEM with the least integration effort.
To stream Microsoft Graph activity logs to a third-party SIEM with minimal effort, stream them to an Azure Event Hubs namespace, which is the documented export target for external SIEM integration.
Sending them to a Log Analytics workspace or Storage account — those are for analysis/retention inside Azure, not for streaming to an external third-party SIEM.
Community Discussion (3 comments)
Comments & Corrections
No comments yet — spotted an error or have a note? Share it below.
Expert Analysis
Why the Answer Is Correct
Microsoft Graph activity logs are stored in Log Analytics for analysis and can be streamed with Azure Event Hubs to external SIEM tools for alerting and analysis. Event Hubs is the documented streaming export path to a third-party SIEM, satisfying the minimize-effort requirement.Why the Other Options Are Wrong
A Storage account (B) is for long-term retention, not real-time SIEM streaming. A Log Analytics workspace (D) keeps the data inside Azure for queries, not for export to an external SIEM. An Event Grid namespace (C) is for event routing, not log streaming to SIEM.Community Comment Notes
The community is unanimous (A 100). DChilds and talosDevbot cite the Microsoft Graph activity logs overview, which states the logs can be streamed with Azure Event Hubs to external SIEM tools.Official Reference
Related Analysis
Practice All SC-200 Questions
Access 80 questions with complete answers and detailed explanations.
View Full SC-200 Practice Test →