- Azure Event Hub: Azure Service Bus, Event Hub is a real-time Publish/Subscribe stream ingestor component that has multipartitioning and a message retention capability of up to seven days by default. Each message gets stored in each partition block as the event ingestor model inside the Azure Event Hub, and a maximum of 32 partitioning units can be configured for the Event Hub. Complex streams of events from device to cloud push to Stream Analytics using Event Hub with a timestamp. Azure Blob storage can also be configured for the archival of processed data through the Event Hub. The Event Hub can be configured with claims like listen, read, and send using the REST API.
The configuration of Stream Analytics job topology ...