I am trying to do a project that takes values from a physical device and compares it to the values of from a Digital Twin, for this I have a physical device and a C++ representation of the model that I want to compare.
I already set up a connection for my real data to get to Azure IoT hub and then via Azure Function over to the Azure Digital Twin but now I'm a bit stuck what is the best option to run the virtual simulation to create my virtual data and compare it.
Any ideas what is the optimal way to run C++ code virtually in the Azure environment?