I have a use case, where I need to download the file from Azure blob location to an IoT Device which is registered with IoT Hub.
In this case, I will be sending an instruction to IoT Device (through IoT Hub) to download the file from Azure blob location, to specific destination on the machine (where IoT Device app is running).
These instructions will be sent through IoT Hub using a backend (customised) application.
Just wanted to know whether Azure IoT Hub currently support this facility which I can use directly into the IoT Device app (by using Azure IoT API).
Any reference will be helpful.
Thanks,
Avinash Deshmukh