Skip to content

Commit 8a6f79a

Browse files
committed
Adding new diagrams
1 parent b0ff2d4 commit 8a6f79a

File tree

4 files changed

+3602
-720
lines changed

4 files changed

+3602
-720
lines changed

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

Lines changed: 22 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,34 @@
11
---
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.
44
ms.service: azure-iot
55
services: iot
6-
author: dominicbetts
7-
ms.author: dobett
6+
author: asergaz
7+
ms.author: sergaz
88
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.
1211
---
1312

14-
# Device management and control
13+
# IoT asset and device management and control
1514

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)
1725

1826
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.
1927

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:
2129

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":::
2332

2433
In Azure IoT, device management refers to processes such as provisioning and updating devices. Device management includes the following tasks:
2534

@@ -37,6 +46,8 @@ In Azure IoT, *command and control* refers to the processes that let you send co
3746
- Request maximum and minimum temperature values for the last two hours.
3847
- Set the telemetry interval to 10 seconds.
3948

49+
---
50+
4051
## Primitives
4152

4253
Azure IoT solutions can use the following primitives for both device management and command and control:

0 commit comments

Comments
 (0)