You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot/iot-overview-device-management.md
+22-11Lines changed: 22 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,34 @@
1
1
---
2
-
title: Device management and control
3
-
description: An overview of device management and control options in an Azure IoT solution including device updates.
2
+
title: IoT asset and device management and control
3
+
description: An overview of asset and device management and control options in an Azure IoT solution including device updates.
4
4
ms.service: azure-iot
5
5
services: iot
6
-
author: dominicbetts
7
-
ms.author: dobett
6
+
author: asergaz
7
+
ms.author: sergaz
8
8
ms.topic: overview
9
-
ms.date: 02/28/2024
10
-
ms.custom: template-overview
11
-
# Customer intent: As a solution builder or device developer I want a high-level overview of the issues around device management and control so that I can easily find relevant content.
9
+
ms.date: 03/17/2025
10
+
# Customer intent: As a solution builder or device developer I want a high-level overview of the issues around asset abd device management and control so that I can easily find relevant content.
12
11
---
13
12
14
-
# Device management and control
13
+
# IoT asset and device management and control
15
14
16
-
This overview introduces the key concepts around managing and controlling devices in a typical Azure IoT solution. Each section includes links to content that provides further detail and guidance.
15
+
This overview introduces the key concepts around managing and controlling assets and devices in a typical Azure IoT solution. Each section includes links to content that provides further detail and guidance.
16
+
17
+
### [Edge-based solution](#tab/edge)
18
+
19
+
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the asset management and control components of an edge-based IoT solution:
20
+
21
+
<!-- Art Library Source# ConceptArt-0-000-032 -->
22
+
:::image type="content" source="media/iot-overview-device-management/iot-edge-management-architecture.svg" alt-text="Diagram that shows the high-level IoT edge-based solution architecture highlighting asset management areas." border="false" lightbox="media/iot-overview-device-management/iot-edge-management-architecture.svg":::
23
+
24
+
### [Cloud-based solution](#tab/cloud)
17
25
18
26
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.
19
27
20
-
The following diagram shows a high-level view of the components in a typical IoT solution. This article focuses on the device management and control components of an IoT solution.
28
+
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the device management and control components of a cloud-based IoT solution:
21
29
22
-
:::image type="content" source="media/iot-overview-device-management/iot-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture highlighting device connectivity areas." border="false":::
30
+
<!-- Art Library Source# ConceptArt-0-000-032 -->
31
+
:::image type="content" source="media/iot-overview-device-management/iot-cloud-management-architecture.svg" alt-text="Diagram that shows the high-level IoT cloud-based solution architecture highlighting device management areas." border="false" lightbox="media/iot-overview-device-management/iot-cloud-management-architecture.svg":::
23
32
24
33
In Azure IoT, device management refers to processes such as provisioning and updating devices. Device management includes the following tasks:
25
34
@@ -37,6 +46,8 @@ In Azure IoT, *command and control* refers to the processes that let you send co
37
46
- Request maximum and minimum temperature values for the last two hours.
38
47
- Set the telemetry interval to 10 seconds.
39
48
49
+
---
50
+
40
51
## Primitives
41
52
42
53
Azure IoT solutions can use the following primitives for both device management and command and control:
0 commit comments