Get real-time sensor data from IoT device on Azure

I want to get real-time sensor data from IoT devices using Azure cloud services. This would be displayed on a dashboard for monitoring purposes. What are the options available in Azure?


There are 2 approach you can try:

  1. Azure IoT-Hub and Azure Data Explorer: Azure IoT-Hub allows you to connect your devices- and get the real time data from them. And you can then use Azure Data Explorer dashboard to visualize that data.

    Refer: Ingest data from IoT Hub into Azure Data Explorer

  2. Azure IoT-Hub and Power BI: Power BI is a well popular and advance tool for data visualization and analysis and then showing the findings on dashboard. Power BI can also integrate with IoT-Hub data.

    Refer: Using Power BI to visualize real time data from IoT Hub