Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
407 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Do we have an option to schedule Azure IoT Edge deployments to be triggered during particular time?
Hello @Jeffrey K ,
You have to build a solution for this yourself.
You could eg. combine a timer triggered Azure Function. that checks every hour some blob storage if there is deployment manifests to be sent, with the IoT Hub Rest API
See also this blog post.
Hello @Jeffrey K ,
Yes, the most straightforward way is to first create a deployment manifest and have it stored somewhere (like the blob storage).
Plus, you need some flow where users can accept changes (in a dashboard or using logic apps).
The automatic triggering checks both sources: the available manifests and the related authorizations.