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-message-processing.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ This overview introduces the key concepts around processing messages sent from y
16
16
17
17
## [Edge-based solution](#tab/edge)
18
18
19
-
The following diagram shows a high-level view of the components in a typical cloud-based IoT solution. This article focuses on the message processing components of a cloud-based IoT solution.
19
+
The following diagram shows a high-level view of the components in a typical edge-based IoT solution. This article focuses on the message processing components of a edge-based IoT solution.
20
20
21
21
<!-- Art Library Source# ConceptArt-0-000-032 -->
22
22
:::image type="content" source="media/iot-overview-message-processing/iot-edge-message-architecture.svg" alt-text="Diagram that shows the high-level edge-based IoT solution architecture highlighting message processing areas." border="false" lightbox="media/iot-overview-message-processing/iot-edge-message-architecture.svg":::
@@ -111,7 +111,9 @@ Enrichments and transformations can be applied to data during the processing sta
111
111
112
112
The [schema registry](../iot-operations/connect-to-cloud/concept-schema-registry.md) stores schemas for messages coming from your assets. Data flows use these message schemas to decode messages from various formats so they can be processed by data flows.
113
113
114
-
The operations experience web UI provides a no-code environment for building and running the transformations in your data flows. To learn more, see [Enrich data by using data flows](../iot-operations/connect-to-cloud/concept-dataflow-enrich.md).
114
+
The operations experience web UI provides a no-code environment for building and running the transformations in your data flows.
115
+
116
+
To learn more, see [Enrich data by using data flows](../iot-operations/connect-to-cloud/concept-dataflow-enrich.md).
115
117
116
118
In Azure IoT Operations, you can deploy your own highly available edge applications to the Kubernetes cluster. The edge applications can interact with the built-in MQTT broker to:
117
119
@@ -142,7 +144,7 @@ IoT Central has two options for transforming telemetry messages:
142
144
- Use [mappings](../iot-central/core/howto-map-data.md) to transform complex device telemetry into structured data on ingress to IoT Central.
143
145
- Use [transformations](../iot-central/core/howto-transform-data-internally.md) to manipulate the format and structure of the device data before you export it to a destination.
144
146
145
-
### IoT edge message processing
147
+
### IoT Edge message processing
146
148
147
149
An Azure IoT Edge module can process telemetry from an attached sensor or device before it sends it to an IoT hub. For example, before it sends data to the cloud an IoT Edge module can:
0 commit comments