Device to cloud messages

Copper Contributor

How do I figure out whether the messages from my device are being received at Iot hub or Event hub?

2 Replies

Hi,

Do you use the IoT hub standalone or with the full Azure IoT Suite?

Hello Ramesh!

 

You can use the IoT Device Explorer or, you can use a Route to a Service Bus queue, and use the Service Bus Explorer to dump the messages.

 

IoT Device Explorer:

https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/DeviceExplorer

 

Service Bus Explorer:

https://code.msdn.microsoft.com/Service-Bus-Explorer-f2abca5a