Skip to content

Commit 8764197

Browse files
committed
fixing merge conflict
1 parent 86d19b0 commit 8764197

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/iot-operations/connect-to-cloud/concept-dataflow-enrich.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,7 @@ For example, consider the following dataset with a few records, represented as J
3131
}
3232
```
3333

34-
<<<<<<< HEAD
35-
The mapper accesses this dataset through the *distributed state store* (DSS) by using a key value based on a *condition* specified in the mapping configuration.
36-
=======
37-
38-
39-
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.
40-
>>>>>>> e0872c6a6e915d4a5b604d04c53d1e53ee848ffa
34+
The mapper accesses the reference dataset stored in the Azure IoT Operations [distributed state store (DSS)](../create-edge-apps/concept-about-state-store-protocol.md) by using a key value based on a *condition* specified in the mapping configuration. Key names in the DSS correspond to a dataset in the dataflow configuration.
4135

4236
```yaml
4337
datasets:

0 commit comments

Comments
 (0)