Azure Stream Analytics provides the key capability of IoT solutions: real-time analytics on the data ingested. As Microsoft says, Azure Stream Analytics is a fully managed service providing low latency, highly availability, and scalable complex event processing over streaming data in the cloud.
Connecting IoT Hub with Stream Analytics
Getting ready
Azure Streaming Analytics (ASA) accepts IoT Hub as the input for the Stream Analytics job. The output can be stored into the database or we can connect with Power BI to do the presentation.
Let's work in the next section to send sample data to the IoT Hub and connect with Stream Analytics.