Search code examples
azure-iot-hubaws-iot

How to see MQTT data in AWS IOT and Azure IOT HUB


I have a MQTT client which publish data (topic) to "AWS IOT" and "Azure IOT HUB".

To see the data into "Azure IOT HUB", I am using "DeviceExplorer": https://github.com/Azure/azure-iot-sdk-csharp/tree/master/tools/DeviceExplorer

I want to know?

For Azure IOT HUB:
- How I can see the same data in azure portal?

For AWS IOT:
- Is there any similar tool for AWS IOT?
- How I can see the same in AWS portal? (I thought it should be "CloudWatch", but not sure how to use it?)

Any links and reference will be appreciable.


Solution

  • For Azure portal:

    There is no built-in feature to see a telemetry data in the Azure IoT Hub portal. However, the following Azure apps can help you:

    In the case of using Visual Studio:

    Cloud Explorer