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/howto-create-dataflow.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -591,15 +591,16 @@ Specify the **Output** schema when you add the destination dataflow endpoint.
591
591
592
592
# [Bicep](#tab/bicep)
593
593
594
-
When the dataflow resource is created, it includes a schemaRef value that points to the generated schema stored in the schema registry. It can be referenced in transformations which creates a new schema in Delta format.
594
+
When the dataflow resource is created, it includes a `schemaRef` value that points to the generated schema stored in the schema registry. It can be referenced in transformations which creates a new schema in Delta format.
595
+
This [Bicep File to create Dataflow](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/quickstarts/dataflow.bicep) provides a streamlined approach to provisioning the dataflow with schema integration.
serializationFormat: 'Parquet' // can also be 'Delta'
603
+
serializationFormat: 'Parquet'
603
604
}
604
605
}
605
606
```
@@ -793,7 +794,7 @@ Select the dataflow you want to export and select **Export** from the toolbar.
793
794
794
795
# [Bicep](#tab/bicep)
795
796
796
-
TODO.
797
+
Bicep is infrastructure as code, so no export is required. This [Bicep File to create Dataflow](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/quickstarts/dataflow.bicep) provides a template to quickly set up and configure dataflows.
0 commit comments