Skip to content

Commit 28a4f4c

Browse files
committed
reviewer fixes
1 parent 74e11eb commit 28a4f4c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/iot/iot-overview-message-processing.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This overview introduces the key concepts around processing messages sent from y
1616

1717
## [Edge-based solution](#tab/edge)
1818

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.
2020

2121
<!-- Art Library Source# ConceptArt-0-000-032 -->
2222
:::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
111111

112112
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.
113113

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).
115117

116118
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:
117119

@@ -142,7 +144,7 @@ IoT Central has two options for transforming telemetry messages:
142144
- Use [mappings](../iot-central/core/howto-map-data.md) to transform complex device telemetry into structured data on ingress to IoT Central.
143145
- 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.
144146

145-
### IoT edge message processing
147+
### IoT Edge message processing
146148

147149
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:
148150

0 commit comments

Comments
 (0)