You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-hub-device-update/delta-updates.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub delta updates | Microsoft Learn
3
3
description: Understand key concepts for using delta or differential updates with Azure Device Update for IoT Hub.
4
4
author: andrewbrownmsft
5
5
ms.author: andbrown
6
-
ms.date: 01/22/2025
6
+
ms.date: 01/24/2025
7
7
ms.topic: conceptual
8
8
ms.service: azure-iot-hub
9
9
ms.subservice: device-update
@@ -95,8 +95,8 @@ The following table describes the arguments in more detail:
95
95
96
96
| Argument | Description |
97
97
|--|--|
98
-
|`<source_archive>`| The image that the delta creation is based on when creating the delta. **Important**: This image must be identical to the image already present on the device, for example cached from a previous update. |
99
-
|`<target_archive>`| The image that the delta updates the device to. |
98
+
|`<source_archive>`| The base image that DiffGen uses as a starting point to create the delta. **Important**: This image must be identical to the image already present on the device, for example cached from a previous update. |
99
+
|`<target_archive>`| The image that defines the desired end state of the device after receiving the delta update. |
100
100
|`<output_path>`| The path on the host machine to place the delta file in after creation, including desired name of the generated delta file. If the path doesn't exist, the tool creates it. |
101
101
|`<log_folder>`| The path on the host machine to create logs in. It's best to define this location as a subfolder of the output path. If the path doesn't exist, the tool creates it. |
102
102
|`<working_folder>`| The path on the machine to place collateral and other working files in during the delta generation. It's best to define this location as a subfolder of the output path. If the path doesn't exist, the tool creates it. |
0 commit comments