Skip to content

Commit a7f9ac5

Browse files
adding spaces
1 parent 8c450c0 commit a7f9ac5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/iot-operations/connect-to-cloud/howto-configure-fabric-endpoint.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,11 @@ resource dataflow_onelake 'Microsoft.IoTOperations/instances/dataflowProfiles/da
248248
}
249249
```
250250

251-
The `BuiltInTransformation` in this Bicep file transforms the data flowing through the dataflow pipeline. It applies a pass-through operation, mapping all input fields `(inputs: array('*'))` directly to the output `(output: '*')`, without altering the data. It also references the defined OPC-UA schema to ensure the data is structured according to the OPC UA protocol. The transformation then serializes the data in Delta format (or Parquet if specified). This step ensures that the data adheres to the required schema and format before being sent to the destination.
251+
The `BuiltInTransformation` in this Bicep file transforms the data flowing through the dataflow pipeline. It applies a pass-through operation, mapping all input fields `(inputs: array('*'))` directly to the output `(output: '*')`, without altering the data.
252+
253+
It also references the defined OPC-UA schema to ensure the data is structured according to the OPC UA protocol. The transformation then serializes the data in Delta format (or Parquet if specified).
254+
255+
This step ensures that the data adheres to the required schema and format before being sent to the destination.
252256

253257
---
254258

0 commit comments

Comments
 (0)