Skip to content

Commit 7b8b371

Browse files
Merge pull request #292333 from eshashah-msft/patch-7
Update device-update-configuration-file.md
2 parents a27eb36 + aaa88f7 commit 7b8b371

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/iot-hub-device-update/device-update-configuration-file.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understand Device Update for Azure IoT Hub Configuration File
33
description: Understand Device Update for Azure IoT Hub Configuration File.
44
author: eshashah-msft
55
ms.author: eshashah
6-
ms.date: 10/11/2023
6+
ms.date: 12/15/2024
77
ms.topic: concept-article
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -40,6 +40,12 @@ When installing Debian agent on an IoT Device with a Linux OS, modify the `/etc/
4040
| connectionData |If connectionType = "string", add your IoT device's device or module connection string here. If connectionType = "AIS", set the connectionData to empty string (`"connectionData": ""`). |
4141
| manufacturer | Reported by the Device Update agent as part of the **DeviceInformation** interface. |
4242
| model | Reported by the Device Update agent as part of the **DeviceInformation** interface. |
43+
|extensionsFolder| Optional field. This sets path for the ADU Extensions folder. Default path is '/var/lib/adu/extensions'|
44+
|downloadsFolder| Optional field. This sets path for the ADU Downloads folder. Default path is '/var/lib/adu/downloads'|
45+
|aduShellFilePath| Optional field. This sets path for the ADU shell. Default path is '/usr/lib/adu'|
46+
|downloadTimeoutInMinutes| Optional field. This sets download timeout in minutes for update payload. A value of zero means to use the default which is 8 hours.|
47+
48+
'Datafolder' field can be used to set path for the ADU Data folder.CheckDataDir() in the [health management check](https://github.com/Azure/iot-hub-device-update/blob/develop/src/agent/src/health_management.c) needs to be be updated to point to the value in the config file. The default path is '/var/lib/adu' is used otherwise.
4349

4450
## Example "du-config.json" file contents
4551

0 commit comments

Comments
 (0)