Azure Digital Twins is the perfect solution for modeling your (Industrial) IoT metaverse.
Each ‘actor’ in the real world (devices, machines, places, buildings, environments) can be represented in the digital world.
Azure Digital Twins shows the current situation of those actors, complete with relationships and additional business rules.
These rules can also trigger cascading changes through the graph when parents and siblings are influenced by child property changes.
See a previous blog post on working with Azure Digital Twins and representing the environment in a 3D visualization.
But this solution has one weak spot: how about the historical twin property changes caused by the business rules?
I already demonstrated how to store historical raw telemetry as the cold path.
We would like to store the Twin data next to it.
Fortunately, Azure Digital Twins also supports storing historical data in Azure Data Explorer:

This historical data can even be queried together with Azure Digital Twin graph data.
So, the output of an ADT graph query can be joined with a Kusto query!
Let’s check out how this works.
Doorgaan met het lezen van “ADX Kusto plug-in for Azure Digital Twins history”