Scheduling Azure Edge Deployments

Jeffrey K 171 Reputation points
2021-07-07T14:36:00.707+00:00

Do we have an option to schedule Azure IoT Edge deployments to be triggered during particular time?

Azure IoT Edge
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.
534 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde 28,311 Reputation points MVP
    2021-07-07T20:13:07.553+00:00

    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.