Skip to content

Commit 0de0db7

Browse files
authored
Merge pull request #292056 from dominicbetts/iot-fundametals-names-part-2
IoT: Device development updates
2 parents 1b316f0 + 108daa6 commit 0de0db7

10 files changed

+6888
-5553
lines changed

articles/iot/iot-introduction.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The following two sections give a high-level view of the components in typical c
2424

2525
A **cloud-based solution** is an integrated set of IoT devices, components, and services, that addresses a business need and that connects devices directly to the cloud. An example of a cloud-based solution is a fleet of delivery trucks that send telemetry data to the cloud for analysis and visualization:
2626

27-
:::image type="content" source="media/iot-introduction/iot-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture for cloud-based solutions." border="false":::
27+
:::image type="content" source="media/iot-introduction/iot-cloud-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture for cloud-based solutions." border="false":::
2828

2929
You can build cloud-based solutions with services such as [IoT Hub](../iot-hub/iot-concepts-and-iot-hub.md), [Device Provisioning Service](../iot-dps/about-iot-dps.md), and [Azure Digital Twins](../digital-twins/overview.md).
3030

@@ -35,7 +35,7 @@ An **edge-based solution** is an integrated set of IoT assets, components, and s
3535

3636
An edge-based solution can still forward data from your assets to the cloud for further processing such as analysis and visualization:
3737

38-
:::image type="content" source="media/iot-introduction/iot-architecture-aio.svg" alt-text="Diagram that shows the high-level IoT solution architecture for edge-based solutions." border="false":::
38+
:::image type="content" source="media/iot-introduction/iot-edge-architecture.svg" alt-text="Diagram that shows the high-level IoT solution architecture for edge-based solutions." border="false":::
3939

4040
You can build edge-based solutions with [Azure IoT Operations](../iot-operations/overview-iot-operations.md) or [Azure IoT Edge](../iot-edge/about-iot-edge.md). Azure IoT Operations is a new offering that follows Microsoft's [adaptive cloud approach](#solution-management) to integrate cloud and edge components.
4141

@@ -115,7 +115,7 @@ The following table summarizes current options for assets, devices, and connecti
115115
| Current offerings (GA) | Cloud-based solution | Edge-based solution |
116116
|---------------------------------|----------------------|---------------------|
117117
| Connected object types | IoT devices | IoT devices, and assets (a broader set of physical or virtual entities that includes IoT devices) |
118-
| Device connectivity protocols | HTTP, AMQP, MQTT v3.1.1 | HTTP, AMQP, MQTT v3.1.1, MQTT v5. In [Azure IoT Operations](../iot-operations/overview-iot-operations.md), connectors enable other protocols. Azure IoT Operations includes OPC UA connector, media connector, and ONVIF connector. Custom connectors are possible. |
118+
| Device connectivity protocols | HTTP, AMQP, MQTT v3.1.1 | HTTP, AMQP, MQTT v3.1.1, MQTT v5. In [Azure IoT Operations](../iot-operations/overview-iot-operations.md), connectors enable other protocols. Azure IoT Operations includes connector for OPC UA, media connector, and connector for ONVIF. Custom connectors are possible. |
119119
| Device implementation | Microsoft IoT device SDKs and embedded device SDKs | Microsoft IoT device SDKs and embedded device SDKs |
120120
| Device management | [IoT DPS](../iot-dps/index.yml), [Device Update](../iot-hub-device-update/index.yml), [IoT Central](../iot-central/index.yml) | In Azure IoT Operations, use [Azure Device Registry](../iot-operations/discover-manage-assets/overview-manage-assets.md). Use Akri to enable automated asset/device discovery with native protocols. In [IoT Edge](../iot-edge/index.yml), use [IoT DPS](../iot-dps/index.yml) for large-scale device management.|
121121

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

Lines changed: 95 additions & 31 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)