Share via

Which Azure service should you use to collect events from multiple resources into a centralized repository?

Tejaswini Shelake 15 Reputation points
2025-10-05T09:04:19.14+00:00

Which Azure service should you use to collect events from multiple resources into a centralized repository?

Azure Event Hubs

Azure Analysis Services

Azure Monitor

Azure Stream Analytics

getting different answers everywhere. what is the correct answer?

Azure App Service
Azure App Service

Azure App Service is a service used to create and deploy scalable, mission-critical web apps.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Aamir Behlim 0 Reputation points
    2026-04-04T05:50:22.6833333+00:00

    Correlate events=Azure Log Analytics

    Collect events= Azure Event Hubs

    0 comments No comments

  2. Salamat Shah 100 Reputation points MVP
    2025-10-05T10:05:18.1233333+00:00

    Log Analytics ingests a wide range of event logs, which are available for review and analysis. The specific logs and data ingested depend on your design and requirements, allowing for flexible and tailored monitoring based on your operational needs.

    0 comments No comments

  3. Luca Lionetti 3,321 Reputation points
    2025-10-05T09:16:50.6366667+00:00

    Azure Event Hubs is Microsoft's platform designed for collecting and managing large volumes of events in real time. In practice, it acts as an entry point for all data coming from applications, services, or IoT devices, allowing it to be conveyed in a single, centralized stream. Event Hubs can handle millions of events per second, making it the ideal choice when you need to acquire and distribute data quickly and scalably. Once collected, the information can be processed in real time with tools such as Azure Stream Analytics or sent to destinations such as Azure Storage, Data Lake, or Azure Monitor Logs for further analysis.

    Azure Monitor tathu use Log Analytica has a different purpose. It is designed for operational monitoring: it collects logs and metrics from Azure resources, analyzes them, and displays them to help identify problems, trends, or situations that require attention. Although it can receive diagnostic data, it is not designed to handle high-speed event streams from external sources, as Event Hubs does.

    ref link:https://learn.microsoft.com/en-us/azure/azure-monitor/fundamentals/overview

    https://learn.microsoft.com/en-us/azure/azure-monitor/logs/ingest-logs-event-hub

    Cheers

    Luca

    Please "Accept as Answer" and Upvote if the answer provided is useful, so that you can help others in the community looking for remediation for similar issues

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.