Skip to content

Commit 706a545

Browse files
Update device-update-configuration-file.md
Missing config field details
1 parent 3c700bd commit 706a545

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 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,11 @@ 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+
|dataFolder| Optional field. This sets path for the ADU Data folder. Value is set. Default path is '/var/lib/adu'|
44+
|extensionsFolder| Optional field. This sets path for the ADU Extensions folder. Default path is '/var/lib/adu/extensions'|
45+
|downloadsFolder| Optional field. This sets path for the ADU Downloads folder. Default path is '/var/lib/adu/downloads'|
46+
|aduShellFilePath| Optional field. This sets path for the ADU shell. Default path is '/usr/lib/adu'|
47+
|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.|
4348

4449
## Example "du-config.json" file contents
4550

0 commit comments

Comments
 (0)