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-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ To create a dataflow in [operations experience](https://iotoperations.azure.com/
69
69
70
70
# [Kubernetes](#tab/kubernetes)
71
71
72
-
Create a Kubernetes manifest `.yaml` file to start creating a dataflow. The follow example shows the structure of the dataflow containing the source, transformation, and destination configurations.
72
+
Create a Kubernetes manifest `.yaml` file to start creating a dataflow. This example shows the structure of the dataflow containing the source, transformation, and destination configurations.
Create a Bicep `.bicep` file to start creating a dataflow. The follow example shows the structure of the dataflow containing the source, transformation, and destination configurations.
100
+
Create a Bicep `.bicep` file to start creating a dataflow. This example shows the structure of the dataflow containing the source, transformation, and destination configurations.
@@ -776,7 +776,7 @@ Similar to data sources, data destination is a concept that is used to keep the
776
776
| Endpoint type | Data destination meaning | Description |
777
777
| - | - | - |
778
778
| MQTT (or Event Grid) | Topic | The MQTT topic where the data is sent. Only static topics are supported, no wildcards. |
779
-
| Kafka (or Event Hub) | Topic | The Kafka topic where the data is sent. Only static topics are supported, no wildcards. If the endpoint is an Event Hubs namespace, the data destination is the individual event hub within the namespace. |
779
+
| Kafka (or Event Hubs) | Topic | The Kafka topic where the data is sent. Only static topics are supported, no wildcards. If the endpoint is an Event Hubs namespace, the data destination is the individual event hub within the namespace. |
780
780
| Azure Data Lake Storage | Container | The container in the storage account. Not the table. |
781
781
| Microsoft Fabric OneLake | Table or Folder | Corresponds to the configured [path type for the endpoint](howto-configure-fabric-endpoint.md#onelake-path-type). |
782
782
| Azure Data Explorer | Table | The table in the Azure Data Explorer database. |
Bicep is infrastructure as code and no export is required. Use the [Bicep template file to create a dataflow](https://github.com/Azure-Samples/explore-iot-operations/blob/main/samples/quickstarts/dataflow.bicep) to quickly set up and configure dataflows.
0 commit comments