Skip to content

Commit 75d6166

Browse files
committed
Address feedback
1 parent 2647e1e commit 75d6166

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

articles/iot-central/core/concepts-device-templates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Use the following DPS payload to assign the device to a device template:
6161
}
6262
```
6363

64-
To lean more about the DPS payload, see the sample code used in the [Tutorial: Create and connect a client application to your Azure IoT Central application](tutorial-connect-device.md).
65-
64+
To learn more about the DPS payload, see the sample code used in the [Tutorial: Create and connect a client application to your Azure IoT Central application](tutorial-connect-device.md).
6665

6766
## Device models
6867

articles/iot/iot-overview-connectivity.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This overview introduces the key concepts around how devices connect to the clou
1919

2020
IoT Central applications use the IoT Hub and the Device Provisioning Service (DPS) services internally. Therefore, the concepts in this article apply whether you're using IoT Central to explore an IoT scenario or building your solution by using IoT Hub and DPS.
2121

22+
The following diagram shows a high-level view of the components in a typical IoT solution. This article is focused on the connectivity between the devices and the IoT cloud services shown in the diagram.
23+
2224
:::image type="content" source="media/iot-overview-connectivity/iot-architecture.svg" alt-text="High-level IoT solution architecture diagram that highlights device connectivity areas" border="false":::
2325

2426
## Primitives

articles/iot/iot-overview-device-development.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This overview introduces the key concepts around developing devices that connect
1919

2020
IoT Central applications use the IoT Hub and the Device Provisioning Service (DPS) services internally. Therefore, the concepts in this article apply whether you're using IoT Central to explore an IoT scenario or building your solution by using IoT Hub and DPS.
2121

22+
The following diagram shows a high-level view of the components in a typical IoT solution. This article is focused on the devices and gateway shown in the diagram.
23+
2224
:::image type="content" source="media/iot-overview-device-development/iot-architecture.svg" alt-text="High-level IoT solution architecture diagram that highlights device connectivity areas" border="false":::
2325

2426
In Azure IoT, a device developer writes the code to run on the devices in the solution. This code typically:

articles/iot/iot-overview-device-management.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ This overview introduces the key concepts around managing and controlling device
1919

2020
IoT Central applications use the IoT Hub and the Device Provisioning Service (DPS) services internally. Therefore, the concepts in this article apply whether you're using IoT Central to explore an IoT scenario or building your solution by using IoT Hub and DPS.
2121

22+
The following diagram shows a high-level view of the components in a typical IoT solution. This article is focused on the device management and control components of an IoT solution.
23+
2224
:::image type="content" source="media/iot-overview-device-management/iot-architecture.svg" alt-text="High-level IoT solution architecture diagram that highlights device connectivity areas" border="false":::
2325

2426
In Azure IoT, device management refers to processes such as provisioning and updating devices. Device management includes the following tasks:
@@ -58,7 +60,7 @@ Before a device can connect to an IoT hub, it must be registered. Device registr
5860

5961
If you think a device has been compromised or isn't functioning correctly, you can disable it in the device registry to prevent it from connecting to the cloud. To allow a device to connect back to a cloud after the issue is resolved, you can re-enable it in the device registry. You can also permanently remove a device from the device registry to completely prevent it from connecting to the cloud.
6062

61-
To lean more, see [Understand the identity registry in your IoT hub](../iot-hub/iot-hub-devguide-identity-registry.md).
63+
To learn more, see [Understand the identity registry in your IoT hub](../iot-hub/iot-hub-devguide-identity-registry.md).
6264

6365
IoT Central provides a UI to manage the device registry in the underlying IoT hub. To learn more, see [Add a device (IoT Central)](../iot-central/core/howto-manage-devices-individually.md#add-a-device).
6466

0 commit comments

Comments
 (0)