Skip to content

Commit 72e8d1a

Browse files
Update howto-create-dataflow.md
1 parent 20340a9 commit 72e8d1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/iot-operations/connect-to-cloud/howto-create-dataflow.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To create a dataflow in [operations experience](https://iotoperations.azure.com/
6969

7070
# [Kubernetes](#tab/kubernetes)
7171

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.
7373

7474
```yaml
7575
apiVersion: connectivity.iotoperations.azure.com/v1beta1
@@ -97,7 +97,7 @@ spec:
9797

9898
# [Bicep](#tab/bicep)
9999

100-
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.
101101

102102
```bicep
103103
param aioInstanceName string = '<AIO_INSTANCE_NAME>'
@@ -776,7 +776,7 @@ Similar to data sources, data destination is a concept that is used to keep the
776776
| Endpoint type | Data destination meaning | Description |
777777
| - | - | - |
778778
| 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. |
780780
| Azure Data Lake Storage | Container | The container in the storage account. Not the table. |
781781
| Microsoft Fabric OneLake | Table or Folder | Corresponds to the configured [path type for the endpoint](howto-configure-fabric-endpoint.md#onelake-path-type). |
782782
| Azure Data Explorer | Table | The table in the Azure Data Explorer database. |
@@ -936,4 +936,4 @@ kubectl get dataflow my-dataflow -o yaml > my-dataflow.yaml
936936

937937
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.
938938

939-
---
939+
---

0 commit comments

Comments
 (0)