Joanna Nowicka Greetings & Welcome to Microsoft Q&A forum
I would like to do now is to store the values from sensors in some kind of the database in Azure and then - make a chart out of them.
Your scenario looks good. Please note that this process involves multiple services available in Azure and each of these pricing varies depends on the usage.
You can follow below approach that exactly matches your scenario.
- Create a consumer group on your IoT hub.
- If you would like to store the data, you can configure routing to DB.
- Create and configure an Azure Stream Analytics job to read required data from your DB and send it to Power BI.
- Create a report of the data in Power BI and share it to the web.
I Would suggest you start with the below documentation and let us know if you need any further help.
Visualize real-time sensor data from Azure IoT Hub using Power BI
Storing IOT Data in Azure: SQL vs Cosmos vs Other Methods
Hope this helps. Do let us know if you have any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.