Hello,
I'm trying to add the device update agent on my ubuntu 18.04 VM, following the provided reference (https://learn.microsoft.com/en-us/azure/iot-hub-device-update/device-update-ubuntu-agent#manually-prepare-a-device).
I got everything to the point where I need to start the daemon. The device update agent is unable to start on device with the error; Cannot read configuration file: /etc/adu/du-config.json
File(/etc/adu/du-config.json) looks like this:
<Connection String> is obviously the primary connection String from my IoT Hub Device.
Here are the error logs from device update agent service on my ubuntu VM device when I am starting the device update agent service:-
*Please note,
--> My device is already connected to IOT Hub as an edge device.
--> Device optimization service is up and running on my system.
--> Connection string is replaced in file.
--> The edgeAgent and edgeHub are in running state.
Please let me know the possible solutions. Also if any other information needed.