An Azure hosted internet of things (IoT) application platform.
In your rawdata.png, all your data is ending up in the Unmodeled data column. This happens because the properties in the JSON are lower-case and the values in the Name field in your device template are upper-case. IoT maps the properties in your message to the capability name in your template and that process is case-sensitive. You will have to create a new template with the correct names and your view will be populated correctly!

