I could send telemetry messages by azure-iot-sdk-c iothub client. Could see the message count increasing on azure account but event monitoring on cloud shell is not happening. Running below command for event monitoring:
az iot hub monitor-events --hub-name {YourIoTHubName} --output table
I couldn't found any error, its just waiting for messages. Can you suggest something on the same?
Hi,
Thanks!
Using imx8mq evk with bsp 5.4 . connecting usb dongle with board for internet connectivity. Downloded azure SDK from github, adding path below:
https://github.com/Azure/azure-iot-sdk-c
I could send messages & could see the D2C message count increasing but not able to monitor event on cloud shell. Is there any way to monitor telemetry messages with exact message body?