Skip to content

Commit a05f808

Browse files
committed
review cx
1 parent a554bcc commit a05f808

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

articles/azure-maps/power-bi-visual-add-reference-layer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Optionally, select the **Use custom colors** toggle switch to toggle On/Off cust
177177
178178
#### Semantic model
179179
180-
| Datapoint | Country | City | Office name |
180+
| Datapoint | Country/region | City | Office name |
181181
|-------------|---------|----------|-------------|
182182
| Datapoint_1 | US | New York | Office C |
183183
| Datapoint_1 | US | Seattle | Office A |

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
title: Introduction to Device Update for Azure IoT Hub
3-
description: Learn how the Device Update service for IoT Hub enables you to deploy over-the-air updates for your IoT devices.
3+
description: Learn how the Azure Device Update service for IoT Hub enables you to deploy over-the-air updates for your IoT devices.
44
author: vimeht
55
ms.author: vimeht
6-
ms.date: 11/13/2024
6+
ms.date: 11/20/2024
77
ms.topic: overview
88
ms.service: azure-iot-hub
99
ms.subservice: device-update
1010
---
1111

12-
# Device Update for IoT Hub
12+
# What is Device Update for IoT Hub?
1313

14-
As Internet of Things (IoT) solutions become increasingly widespread, it's essential that the devices forming these solutions are easy to connect and manage at scale. Device Update for Azure IoT Hub is a service that enables you to deploy over-the-air updates for your IoT devices.
14+
As Internet of Things (IoT) solutions become increasingly widespread, it's essential that the devices forming these solutions are easy to connect and manage at scale. Azure Device Update for IoT Hub is a service that enables you to deploy over-the-air updates for your IoT devices.
1515

1616
Device Update for IoT Hub is an end-to-end platform for publishing, distributing, and managing over-the-air updates for everything from tiny sensors to gateway-level devices. To realize the full benefits of IoT-enabled digital transformation, Device Update provides capabilities to operate, maintain, and update devices at scale, such as:
1717

@@ -40,7 +40,7 @@ Device Update for IoT Hub supports two forms of updates, *package-based* and *im
4040

4141
## Management and deployment controls
4242

43-
You can use Device Update management and deployment controls to maximize productivity and save valuable time. Device Update provides many powerful and flexible features.
43+
You can use Device Update management and deployment controls to maximize productivity and save valuable time.
4444

4545
### Management and reporting tools
4646

@@ -74,7 +74,7 @@ Troubleshooting features include agent check and device sync to help you diagnos
7474

7575
Device Update functionality consists of three areas: *agent integration*, *importing*, and *management*.
7676

77-
### Device Update agent
77+
### Agent integration
7878

7979
When a device receives an update command, the Device Update *agent* executes the requested `download`, `install`, or `apply` update phase. During each phase, the agent returns the deployment status to Device Update via IoT Hub so you can view the current status of the deployment. If there are no updates in progress, the agent returns `Idle` status. You can cancel a deployment at any time.
8080

@@ -88,9 +88,9 @@ The following diagram shows how the Device Update management service uses IoT Hu
8888

8989
For more information, see [Device Update for IoT Hub agent overview](device-update-agent-overview.md).
9090

91-
### Import
91+
### Importing
9292

93-
*Importing* ingests your updates into Device Update so they can be deployed to devices. Device Update supports importing a single update per device, a full image that updates an entire OS partition, or an [APT manifest](device-update-apt-manifest.md) that describes the individual packages you want to update on a device.
93+
You *import* your updates into Device Update to prepare them for deployment to devices. Device Update supports importing a single update per device, a full image that updates an entire OS partition, or an [APT manifest](device-update-apt-manifest.md) that describes the individual packages that you want to update on a device.
9494

9595
To import updates into Device Update, you first create an import manifest describing the update, then upload the manifest and the update file or files to an Azure Storage container. After that, you can use the Azure portal or the [Device Update REST API](/rest/api/deviceupdate/) to initiate the asynchronous update import process. Device Update uploads the files, processes them, and makes them available for distribution to IoT devices.
9696

@@ -107,7 +107,7 @@ The following diagram shows how Device Update imports an update.
107107

108108
For more information about importing, see [Import updates into Device Update for IoT Hub](import-concepts.md).
109109

110-
### Grouping and deployment
110+
### Management
111111

112112
After you import an update, you can view compatible updates for your devices and device classes.
113113

0 commit comments

Comments
 (0)