An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
With running a script I mean a service/daemon.
This daemon starts when the device boots and interacts with the IoT Edge module.
Two possible scenarios are:
- start a socket.io service and let the IoT edge module interact (send a reboot command) using socket io.
- the daemon checks a folder shared for a certain file (content) which is set by the IoT edge module (do not forget to deprecate the file :-))
The solution with the file feels a bit old school but is simple to protect against 'hacking' due to limited access to the folder.
Other scenarios with other ways of communication could apply too!
(Please accept helpful responses as 'Answer', which will be helpful to other members as well)