Forum Discussion
Ramesh Krishnamurthy
Jun 08, 2017Copper Contributor
Device to cloud messages
How do I figure out whether the messages from my device are being received at Iot hub or Event hub?
2 Replies
Sort By
- Rafael CantoCopper Contributor
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
- Stephan BisserBrass Contributor
Hi,
Do you use the IoT hub standalone or with the full Azure IoT Suite?