steps to deploy azure edge Heartbeat Module

Ahmed Assad 266 Reputation points
2021-02-01T12:16:29.58+00:00

I want the steps to deploy azure edge Heartbeat Module in order to certify that iot edge running well and reroute to iot hub

Azure IoT
Azure IoT
A category of Azure services for internet of things devices.
382 questions
Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
541 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,124 questions
{count} votes

Accepted answer
  1. Sander van de Velde 28,786 Reputation points MVP
    2021-02-01T23:12:11.307+00:00

    Hello @AhmedAssad-8581 ,

    please check out the MS Learn modules about Azure IoT Edge first.

    This explains how to set up an IoT Edge device and runtime.

    It also explains how the deploy a prebuilt module (the temperature sensor simulation).

    After that, a heartbeat module example is provided on GitHub.

    A prebuild container is found here.

    Just deploy this container

    iotedgefoundation/iot-edge-heartbeat:3.0.0-windows-amd64

    and you get a heartbeat every 5 seconds.

    if you alter the desired property "interval" of the module to 60000, it will be sent once a minute

    {  
      "interval": 60000  
    }  
    
    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful