Search code examples
azureazure-iot-hub

How to test Messages arriving in Azure IoTHub


I have an event generator connected and publishing messages into an IoT hub. How do I check what message have arrived? I'd be interested in different ways to determine (programmatically, dashboard, etc)


Solution

  • There is a cross-platform Azure IoT Toolkit extension for Visual Studio Code to make you able to monitor the messages sent to Azure IoT Hub.

    device-explorer

    You could check out the Wiki Page to see the full features and tutorials.

    Monitor-IoT-Hub-D2C-Message