Skip to content

Commit 752d26c

Browse files
committed
edit pass: processing-and-routing-data-batch1
1 parent 143f851 commit 752d26c

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

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

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

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

17-
To get started with dataflows, you need to configure endpoints. An endpoint is the connection point for the dataflow. You can use an endpoint as a source or destination for the dataflow. Some endpoint types can be used as [both sources and destinations](#endpoint-types-for-use-as-sources-and-destinations), while others are for [destinations only](#endpoint-types-for-destinations-only). A dataflow needs at least one source endpoint and one destination endpoint.
17+
To get started with dataflows, you need to configure endpoints. An endpoint is the connection point for the dataflow. You can use an endpoint as a source or destination for the dataflow. Some endpoint types can be used as [both sources and destinations](#endpoint-types-for-use-as-sources-and-destinations), while others are for [destinations only](#endpoint-type-for-destinations-only). A dataflow needs at least one source endpoint and one destination endpoint.
1818

1919
The following example shows a custom resource definition with all of the configuration options. The required fields are dependent on the endpoint type. Review the sections for each endpoint type for configuration guidance.
2020

@@ -77,7 +77,7 @@ spec:
7777
| `mqttSettings.retain` | Whether or not to keep the retain setting. Values: `keep` or `never`. Defaults to `keep`. |
7878
| `mqttSettings.sessionExpirySeconds` | Session expiry in seconds. Defaults to `3600`.|
7979
| `mqttSettings.qos` | Quality of service. Values: `0` or `1`. Defaults to `1`.|
80-
| `mqttSettings.protocol` | Use MQTT or websockets. Values: `mqtt` or `websockets`. Defaults to `mqtt`.|
80+
| `mqttSettings.protocol` | Use MQTT or web sockets. Values: `mqtt` or `websockets`. Defaults to `mqtt`.|
8181
| `mqttSettings.maxInflightMessages` | The maximum number of messages to keep in flight. For subscribe, it's the receive maximum. For publish, it's the maximum number of messages to send before waiting for an acknowledgment. Default is `100`. |
8282

8383
## Endpoint types for use as sources and destinations

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

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

1010
> [!IMPORTANT]
11-
> Azure IoT Operations Preview – enabled by Azure Arc is currently in PREVIEW.
12-
> 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.
1312
>
14-
> 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.
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.
1514
>
1615
> 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)