How to send a file/patch/message from hub to Edge device with IOT Central

Krithick Kalyan T 0 Reputation points
2024-05-06T12:43:42.6+00:00

I have a hub and several devices connected to the same. How to send a message/ file to the Edge device from the Portal, without CLI and coding in IOT Central.

Azure IoT Central
Azure IoT Central
An Azure hosted internet of things (IoT) application platform.
358 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sander van de Velde | MVP 30,786 Reputation points MVP
    2024-05-06T18:55:38.34+00:00

    Hello @Krithick Kalyan T ,

    welcome to this moderated Azure community forum.

    This is basically the same question as seen here.

    Basically, uploading a file to an Azure IoT (Edge) device is not supported out of the box.

    If the file is very tiny or you are willing to send it in many parts, you could try using the IoT Central equivalent of the Module twin Direct Methods or the Module twin desired properties.

    Still you need to write custom logic within the module to handle the (file (parts)) input.

    Using the IoT Central interface will not really solve your problem.


    If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.

    0 comments No comments