Skip to content

Commit 5ea0987

Browse files
committed
andrewbrownmsft review
1 parent 78cdc98 commit 5ea0987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/iot-hub-device-update/related-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Related files for Device Update for Azure IoT Hub
33
description: Create import manifests that reference multiple update files using the Device Update for IoT Hub related files feature.
44
author: andrewbrownmsft
55
ms.author: andbrown
6-
ms.date: 01/23/2023
6+
ms.date: 01/24/2023
77
ms.topic: how-to
88
ms.service: iot-hub-device-update
99
---
@@ -20,7 +20,7 @@ When creating an import manifest using the related files feature, you can add a
2020

2121
The related files feature is available for import manifests that are version 5 or later.
2222

23-
When you add related files to an import manifest, you can include the following information:
23+
When you add related files to an import manifest, include the following information:
2424

2525
* File details
2626

@@ -38,7 +38,7 @@ For more information about the import schema for related files, see [relatedFile
3838

3939
## Example import manifest using related files
4040

41-
Below is an example of an import manifest that uses the related files feature to import a delta update. In this example, you can see that in the `files` section, there's a full image specified (`full-image-file-name`) with a `properties` item. The `properties` item in turn has an associated `relatedFiles` item below it. Within the `relatedFiles` section, you can see another `properties` section for the delta update file (`delta-from-v1-file-name`), and also a `downloadHandler` item with the appropriate `id` listed (`microsoft/delta:1`).
41+
The following sample import manifest demonstrates how the related files feature is used to import a delta update. In this example, you can see that in the `files` section, there's a full image specified (`full-image-file-name`) with a `properties` item. The `properties` item in turn has an associated `relatedFiles` item below it. Within the `relatedFiles` section, you can see another `properties` section for the delta update file (`delta-from-v1-file-name`), and also a `downloadHandler` item with the appropriate `id` listed (`microsoft/delta:1`).
4242

4343
>[!NOTE]
4444
>This example uses delta updates to demonstrate how to reference related files. If you want to use delta updates as a feature, learn more in the [delta update documentation](delta-updates.md).

0 commit comments

Comments
 (0)