Skip to content

Commit d257f7b

Browse files
committed
Re-review for technical changes
1 parent 7493d09 commit d257f7b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

articles/iot-hub-device-update/connected-cache-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Device Update for Azure IoT Hub
44
description: Overview of Microsoft Connected Cache for Device Update for Azure IoT Hub
55
author: andyriv
66
ms.author: andyriv
7-
ms.date: 2/16/2021
7+
ms.date: 08/19/2022
88
ms.topic: conceptual
99
ms.service: iot-hub-device-update
1010
---

articles/iot-hub-device-update/connected-cache-disconnected-device-update.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Understand support for disconnected device update using Microsoft Connected Cache | Microsoft Docs
2+
title: Disconnected device update using Microsoft Connected Cache | Microsoft Docs
33
titleSuffix: Device Update for Azure IoT Hub
44
description: Understand support for disconnected device update using Microsoft Connected Cache
55
author: andyriv
66
ms.author: andyriv
7-
ms.date: 06/24/2022
7+
ms.date: 08/19/2022
88
ms.topic: conceptual
99
ms.service: iot-hub-device-update
1010
---
@@ -23,8 +23,8 @@ Microsoft Connected Cache is an intelligent, transparent cache for content publi
2323
:::image type="content" source="media/connected-cache-overview/disconnected-device-update.png" alt-text="Disconnected Device Update" lightbox="media/connected-cache-overview/disconnected-device-update.png":::
2424

2525
1. Microsoft Connected Cache is deployed as an IoT Edge module to the on-premises server.
26-
2. Device Update for IoT Hub clients are configured to download content from Microsoft Connected Cache by virtue of the GatewayHostName attribute of the device connection string for IoT leaf devices **OR** parent_hostname set in the config.toml for IoT Edge child devices.
27-
3. Device Update for IoT Hub clients in both cases receive update content download commands from the Device Update service and request update content from the Microsoft Connected Cache instead of the CDN. Microsoft Connected Cache listens on HTTP port 80 by default, and the Delivery Optimization client makes the content request on port 80 so the parent must be configured to listen on this port. Only the HTTP protocol is supported at this time.
26+
2. Device Update for IoT Hub clients are configured to download content from Microsoft Connected Cache by virtue of either the GatewayHostName attribute of the device connection string for IoT leaf devices **or** the parent_hostname set in the config.toml for IoT Edge child devices.
27+
3. Device Update for IoT Hub clients receive update content download commands from the Device Update service and request update content from the Microsoft Connected Cache instead of the CDN. Microsoft Connected Cache listens on HTTP port 80 by default, and the Delivery Optimization client makes the content request on port 80 so the parent must be configured to listen on this port. Only the HTTP protocol is supported at this time.
2828
4. The Microsoft Connected Cache server downloads content from the CDN, seeds its local cache stored on disk and delivers the content to the Device Update client.
2929

3030
>[!Note]
@@ -36,6 +36,6 @@ Microsoft Connected Cache is an intelligent, transparent cache for content publi
3636

3737
When a downstream or child IoT Edge gateway is hosting a Microsoft Connected Cache server, it will be configured to request update content from the parent IoT Edge gateway, also hosting a Microsoft Connected Cache server. This request is repeated for as many levels as necessary before reaching the parent IoT Edge gateway hosting a Microsoft Connected Cache server that has internet access. From the internet connected server, the content is requested from the CDN at which point the content is delivered back to the child IoT Edge gateway that originally requested the content. The content will be stored on disk at every level.
3838

39-
## Access to the Microsoft Connected Cache preview for Device Update for IoT Hub
39+
## Request access to the preview
4040

4141
The Microsoft Connected Cache IoT Edge module is released as a preview for customers who are deploying solutions using Device Update for IoT Hub. Access to the preview is by invitation. [Request Access](https://aka.ms/MCCForDeviceUpdateForIoT) to the Microsoft Connected Cache preview for Device Update for IoT Hub and provide the information requested if you would like access to the module.

articles/iot-hub-device-update/device-update-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Security for Device Update for Azure IoT Hub | Microsoft Docs
33
description: Understand how Device Update for IoT Hub ensures devices are updated securely.
44
author: andrewbrownmsft
55
ms.author: andbrown
6-
ms.date: 06/24/2022
6+
ms.date: 08/19/2022
77
ms.topic: conceptual
88
ms.service: iot-hub
99
---
@@ -12,7 +12,7 @@ ms.service: iot-hub
1212

1313
Device Update for IoT Hub offers a secure method to deploy updates for device firmware, images, and applications to your IoT devices. The workflow provides an end-to-end secure channel with a full chain-of-custody model that a device can use to prove an update is trusted, unmodified, and intentional.
1414

15-
Each step in the Device Update workflow is protected through various security features and processes to ensure that every step in the pipeline performs a secured handoff to the next. The Device Update agent reference code identifies and properly manages any legitimate update requests. The reference agent also checks every download to ensure that the content is trusted, unmodified, and intentional.
15+
Each step in the Device Update workflow is protected through various security features and processes to ensure that every step in the pipeline performs a secured handoff to the next. The Device Update agent reference code identifies and properly manages any illegitimate update requests. The reference agent also checks every download to ensure that the content is trusted, unmodified, and intentional.
1616

1717
## Summary
1818

articles/iot-hub-device-update/update-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Device Update for IoT Hub update manifest | Microsoft Docs
33
description: Learn how properties are sent from the Device Update service to the device during an update
44
author: andrewbrownmsft
55
ms.author: andbrown
6-
ms.date: 06/24/2022
6+
ms.date: 08/19/2022
77
ms.topic: conceptual
88
ms.service: iot-hub-device-update
99
---

0 commit comments

Comments
 (0)