Hi everyone,
I'm working with IoT edge modules on a device but for different reasons I need to do some remote tasks on the device itself (for example send files to azure blob storage or delete files).
I can't use an IoT edge module docker because I need to move files in different directories (/etc for example)
so I developed a nodejs script directly installed on the device and used onDeviceMethod to trap the command I want to execute on the device.
the script and the IoT edge modules are managed by IoT central
It doesn't work anymore since a new release of Iot central (the script and iot edge modules are using DPS to connect to IoT central ).
Have you already develop this kind of use case and what are the best practice?
Best regards.