Using Azure IOt hub for an Iot application

Amandeep Singh Virdi 21 Reputation points
2021-01-27T20:41:41.083+00:00

I am currently working with a company to help design an IoT application that will transmit REAL-TIME, DIGITAL timestamp, temperature, and pressure values to MS Azure Cloud.

Using the Azure IoT hub, this data will be then PUSHED via JSON File where I am supposed to develop a real-time PowerBI dashboard for the same.

I am asking this here to know if anyone has done this before and if someone has, what are my toughest steps? Are there any resources that I can refer to for this project?

Please feel free to ask for any details and I will update the question asap!
Please guide me towards resources that you think will be important. All help is welcome.

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,216 questions
{count} votes

Accepted answer
  1. Sander van de Velde | MVP 33,636 Reputation points MVP
    2021-01-27T22:59:59.94+00:00

    Hello @Amandeep Singh Virdi ,

    Great to hear you are building a full end-to-end IoT solution.

    What you want to do is possible using Azure resources like the combination of an IoT Hub and Azure Stream Analytics.

    The second one has a direct output to PowerBI.

    You could also choose to first put the telemetry in some persistent storage like Sql Azure and use that as the source of information.

    Pushing JSON files is the default way to communicate with the IoTHub in any SDK that Microsoft offers.

    IoT touches the physical world so that part could be tricky.

    I recommend checking out this MS Learn Learning path about Azure IoT.

    Regarding Azure Stream Analytics, check this collection.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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