Have successfull completed the "Connect Raspberry Pi to Azure IoT Hub (Python)" and "Use iothub-explorer to send and receive messages between your device and IoT Hub" tutorials, setting up a Raspberry Pi that is sending simulated data to the cloud.
Using iot-explorer I can see that all is working great, messages are being sent from the Pi to the cloud and the iot-explorer monitor is pulling and showing them, perfect!
But, now I have tried the "Visualize real-time sensor data from your Azure IoT hub by using the Web Apps feature of Azure App Service" tutorial, and all went perfectly fine except when I load the web page no data is being shown on the graph at all.
Pi is running and sending the messages through, which I can see within the Azure portal and in the iot-explorer monitor, but nothing showing on the graphs.
Any ideas what could be wrong?