Skip to content

Commit 94d4c33

Browse files
committed
edit pass: processing-and-routing-data-batch1
1 parent e616a16 commit 94d4c33

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ ms.date: 08/03/2024
1414

1515
[!INCLUDE [public-preview-note](../includes/public-preview-note.md)]
1616

17-
A dataflow is the path that data takes from the source to the destination with optional transformations. You can configure the dataflow by using the Azure IoT Operations portal or by creating a *dataflow* custom resource. Before you create a dataflow, you must [configure dataflow endpoints for the data sources and destinations](howto-configure-dataflow-endpoint.md).
17+
A dataflow is the path that data takes from the source to the destination with optional transformations. You can configure the dataflow by using the Azure IoT Operations portal or by creating a *Dataflow* custom resource. Before you create a dataflow, you must [configure dataflow endpoints for the data sources and destinations](howto-configure-dataflow-endpoint.md).
1818

19-
The following code is an example of a dataflow configuration with an MQTT source endpoint, transformations, and a Kafka destination endpoint:
19+
The following definition is an example of a dataflow configuration with an MQTT source endpoint, transformations, and a Kafka destination endpoint:
2020

2121
```yaml
2222
apiVersion: connectivity.iotoperations.azure.com/v1beta1
@@ -73,7 +73,7 @@ Review the following sections to learn how to configure the operation types of t
7373

7474
## Configure source
7575

76-
To configure a source for the dataflow, specify the endpoint reference and data source. You can specify a list of data sources for the endpoint. For example, MQTT or Kafka topics. The following code is an example of a dataflow configuration with a source endpoint and data source:
76+
To configure a source for the dataflow, specify the endpoint reference and data source. You can specify a list of data sources for the endpoint. For example, MQTT or Kafka topics. The following definition is an example of a dataflow configuration with a source endpoint and data source:
7777

7878
```yaml
7979
apiVersion: connectivity.iotoperations.azure.com/v1beta1

articles/iot-operations/includes/public-preview-note.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ ms.author: dobett
88
---
99

1010
> [!IMPORTANT]
11-
> Azure IoT Operations Preview – enabled by Azure Arc is currently in **preview**. You shouldn't use this preview software in production environments.
11+
> Azure IoT Operations Preview – enabled by Azure Arc is currently in PREVIEW. You shouldn't use this preview software in production environments.
1212
>
13-
> You'll need to deploy a new Azure IoT Operations installation when a generally available release is made available. You won't be able to upgrade a preview installation.
13+
> You will need to deploy a new Azure IoT Operations installation when a generally available release is made available; you won't be able to upgrade a preview installation.
1414
>
1515
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.

0 commit comments

Comments
 (0)