question

JeffreyK-4635 avatar image
0 Votes"
JeffreyK-4635 asked SandervandeVelde42 commented

Scheduling Azure Edge Deployments

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

azure-iot-edge
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

SandervandeVelde42 avatar image
0 Votes"
SandervandeVelde42 answered SandervandeVelde42 commented

Hello @JeffreyK-4635 ,

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.


· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

My requirement have the Edge deployment created and when users of the edge device authorize the deployment, schedule the deployment to be triggered during a particular time.

0 Votes 0 ·

Hello @JeffreyK-4635 ,

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.

0 Votes 0 ·