Extend Azure IoT Hub with a watchdog using Azure Functions

MVP

Once you are working with the Azure IoT platform, there comes a moment where you want to add notifications.

 

In a previous blog, we looked at how to send notifications when telemetry values did not match certain ranges. Although this is great, there are even more cases where we want notifications.

 

Here I am referring to watchdog functionality. When no telemetry is arriving anymore or devices are disconnected, the complete IoT platform is not working as designed. So we want to be informed when something fails.

 

In this blog, we will build a simple watchdog using Azure Functions.

 

afn04.png

 

Read the full story here

 

 

0 Replies