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-operations/connect-to-cloud/concept-dataflow-enrich.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: PatAltimore
5
5
ms.author: patricka
6
6
ms.subservice: azure-data-flows
7
7
ms.topic: concept-article
8
-
ms.date: 08/03/2024
8
+
ms.date: 08/13/2024
9
9
10
10
#CustomerIntent: As an operator, I want to understand how to create a dataflow to enrich data sent to endpoints.
11
11
---
@@ -31,7 +31,9 @@ For example, consider the following dataset with a few records, represented as J
31
31
}
32
32
```
33
33
34
-
The mapper accesses this dataset through the *distributed state store* (DSS) using a key value based on a *condition* specified in the mapping configuration.
34
+
35
+
36
+
The mapper accesses the reference dataset stored in Azure IoT Operations's [distributed state store (DSS)](../create-edge-apps/concept-about-state-store-protocol.md) using a key value based on a *condition* specified in the mapping configuration. Key names in the distributed state store correspond to a dataset in the dataflow configuration.
Copy file name to clipboardExpand all lines: articles/iot-operations/connect-to-cloud/howto-create-dataflow.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
@@ -5,7 +5,7 @@ author: PatAltimore
5
5
ms.author: patricka
6
6
ms.subservice: azure-data-flows
7
7
ms.topic: how-to
8
-
ms.date: 08/03/2024
8
+
ms.date: 08/13/2024
9
9
10
10
#CustomerIntent: As an operator, I want to understand how to create a dataflow to connect data sources.
11
11
---
@@ -16,7 +16,7 @@ ms.date: 08/03/2024
16
16
17
17
A dataflow is the path that data takes from the source to the destination with optional transformations. You can configure the dataflow using the Azure IoT Operations portal or by creating a *Dataflow* custom resource. Before creating a dataflow, you must [configure dataflow endpoints for the data sources and destinations](howto-configure-dataflow-endpoint.md).
18
18
19
-
The following is an example of a dataflow configuration with an MQTT source endpoint, transformations, and a Kafka destination endpoint:
19
+
The following example is a dataflow configuration with an MQTT source endpoint, transformations, and a Kafka destination endpoint:
To enrich the data, you can use a reference dataset in Azure IoT Operations's distributed state store (DSS). The dataset is used to add extra data to the source data based on a condition. The condition is specified as a field in the source data that matches a field in the dataset.
131
+
To enrich the data, you can use the reference dataset stored in Azure IoT Operations's [distributed state store (DSS)](../create-edge-apps/concept-about-state-store-protocol.md). The dataset is used to add extra data to the source data based on a condition. The condition is specified as a field in the source data that matches a field in the dataset.
0 commit comments