Azure – How to test Messages arriving in Azure IoTHub

azureazure-iot-hub

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)

Best Answer

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

Related Topic