Skip to content

Commit be7e17c

Browse files
committed
review cx
1 parent f1136d5 commit be7e17c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub-device-update/delta-updates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Device Update for IoT Hub delta updates | Microsoft Learn
33
description: Understand key concepts for using delta or differential updates with Azure Device Update for IoT Hub.
44
author: andrewbrownmsft
55
ms.author: andbrown
6-
ms.date: 01/22/2025
6+
ms.date: 01/24/2025
77
ms.topic: conceptual
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
@@ -95,8 +95,8 @@ The following table describes the arguments in more detail:
9595

9696
| Argument | Description |
9797
|--|--|
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. |
100100
| `<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. |
101101
| `<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. |
102102
| `<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

Comments
 (0)