Check messages send to IoT Hub from edge device

Somiya 246 Reputation points
2021-11-04T23:44:51.337+00:00

Hi team,

Is there a way to check the content of the messages send to the IoT Hub from edge device?

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.
525 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,093 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 27,186 Reputation points MVP
    2021-11-05T00:18:38.13+00:00

    Hello @Somiya ,

    Are you curious about the content of messages sent to an IoT Hub?

    Check out the free Azure IoT Explorer:

    146609-image.png

    Please add an extra consumer group to the IoT Hub built-in endpoint like 'explorer'.

    If you use that $default while it's also reserved by another Azure service (eg. Time Series Insights or Stream Analytics) there is a 'collision' which results in missing messages and errors.

    1 person found this answer helpful.