Which Azure service should you use to collect events from multiple resources into a centralized repository?
Click on the arrows to vote for the correct answer
A. B. C. D.A
Azure Event Hubs is a big data streaming platform and event ingestion service. It can receive and process millions of events per second. Data sent to an event hub can be transformed and stored by using any real-time analytics provider or batching/storage adapters.
Azure Event Hubs can be used to ingest, buffer, store, and process your stream in real time to get actionable insights. Event Hubs uses a partitioned consumer model, enabling multiple applications to process the stream concurrently and letting you control the speed of processing.
Azure Event Hubs can be used to capture your data in near-real time in an Azure Blob storage or Azure Data Lake Storagefor long-term retention or micro-batch processing.
https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-aboutThe Azure service that should be used to