Alexander Meijers Hands-on Azure Digital Twins Jun 2026
"@type": "Property", "name": "Temperature", "schema": "double" ,
: Leveraging Azure APIs and SDKs to connect digital twins with various PaaS/FaaS offerings, such as Azure Functions for logic and Event Grid for routing. Real-World Scenarios and Practical Applications alexander meijers hands-on azure digital twins
Create an endpoint that sends twin lifecycle events to an Event Grid Topic. If the Temperature property updates, ADT pushes an event. A Logic App can receive this event and send an email to a facility manager: "Alert: Thermostat 01 is overheating." A Logic App can receive this event and
| Metric | Target Value | Monitoring Tool | | :--- | :--- | :--- | | API request latency (patch) | < 50 ms (p99) | ADT metrics | | Event Grid delivery delay | < 150 ms | Event Grid metrics | | Twin query execution (10k twins) | < 1 sec | Log Analytics | | Function invocation failures | < 0.1% | Application Insights | 0.1% | Application Insights |