I'm just starting to use the Azure IoT Hub and I am having trouble locating the incoming messages.
So far I believe I am successfully sending data from an Esp32 Device to the Hub.
Here are the logs from the Esp32.
The problem is in the portal. I can see some messages have been received in my hub on the overview page.
In the first section, "Messages used today" it shows messages have been received. But in all of the other graphs, nothing is shown.
I have looked in many other places to locate the messages but have found nothing.
When using the VS code extension the events do not come through
Also using the Azure Cli on the portal no events come through
My message routing configuration at the moment is:
So somehow the messages get to the portal, but the only sign of them at all is in the first panel in the overview of the IoT hub.
Am I missing something here?
Thanks