Skip to content

Commit d5dc4b2

Browse files
committed
Cleanup
1 parent 3dd1add commit d5dc4b2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ spec:
6464
6565
---
6666
67-
Similarly, you can create multiple dataflows that use the same MQTT endpoint for other endpoints and topics. For example, you can use the same MQTT endpoint for a dataflow that sends data to sends data to Kafka.
67+
Similarly, you can create multiple dataflows that use the same MQTT endpoint for other endpoints and topics. For example, you can use the same MQTT endpoint for a dataflow that sends data to a Kafka endpoint.
6868
6969
# [Portal](#tab/portal)
7070

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This configuration creates a connection to the default MQTT broker with the foll
7777

7878
# [Bicep](#tab/bicep)
7979

80-
This Bicep template file from [Bicep File for MQTT-bridge dataflow Tutorial](https://gist.github.com/david-emakenemi/7a72df52c2e7a51d2424f36143b7da85) deploys the necessary dataflow and dataflow enpoints for MQTT broker and Azure Event Grid.
80+
This Bicep template file from [Bicep File for MQTT-bridge dataflow Tutorial](https://gist.github.com/david-emakenemi/7a72df52c2e7a51d2424f36143b7da85) deploys the necessary dataflow and dataflow endpoints for MQTT broker and Azure Event Grid.
8181

8282
Download the file to your local, and make sure to replace the values for `customLocationName`, `aioInstanceName`, `eventGridHostName`.
8383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Key names in the distributed state store correspond to a dataset in the dataflow
232232

233233
# [Portal](#tab/portal)
234234

235-
Currently, the enrich operation is not available in the operations experience portal.
235+
Currently, the enrich operation isn't available in the operations experience portal.
236236

237237
# [Kubernetes](#tab/kubernetes)
238238

articles/iot-operations/connect-to-cloud/tutorial-mqtt-bridge.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ example.region-1.ts.eventgrid.azure.net
148148

149149
# [Bicep](#tab/bicep)
150150

151-
The dataflow and dataflow endpoints for MQTT broker and Azure Event Grid can be deployed as standard Azure resources since they have Azure Resource Provider (RPs) implementations. This Bicep template file from [Bicep File for MQTT-bridge dataflow Tutorial](https://gist.github.com/david-emakenemi/7a72df52c2e7a51d2424f36143b7da85) deploys the necessary dataflow and dataflow enpoints.
151+
The dataflow and dataflow endpoints for MQTT broker and Azure Event Grid can be deployed as standard Azure resources since they have Azure Resource Provider (RPs) implementations. This Bicep template file from [Bicep File for MQTT-bridge dataflow Tutorial](https://gist.github.com/david-emakenemi/7a72df52c2e7a51d2424f36143b7da85) deploys the necessary dataflow and dataflow endpoints.
152152

153153
Download the file to your local, and make sure to replace the values for `customLocationName`, `aioInstanceName`, `eventGridHostName` with yours.
154154

@@ -212,7 +212,7 @@ This is the default configuration for the Azure IoT Operations MQTT broker endpo
212212

213213
# [Bicep](#tab/bicep)
214214

215-
Since you already deployed the resources in the previous section, there's no additional deployment needed. However, this endpoint is the destination for the dataflow that sends messages to Azure Event Grid. Replace `<EVENT-GRID-HOSTNAME>` with the hostname you got from the previous step, include the port number `8883`.
215+
Since you already deployed the resources in the previous section, there's no additional deployment needed. However, this endpoint is the destination for the dataflow that sends messages to Azure Event Grid. Replace `<EVENT-GRID-HOSTNAME>` with the hostname you got from the previous step. Include the port number `8883`.
216216

217217
```bicep
218218
resource remoteMqttBrokerDataflowEndpoint 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024-08-15-preview' = {
@@ -240,7 +240,7 @@ resource remoteMqttBrokerDataflowEndpoint 'Microsoft.IoTOperations/instances/dat
240240

241241
# [Kubernetes](#tab/kubernetes)
242242

243-
Create dataflow endpoint for the Azure Event Grid. This endpoint is the destination for the dataflow that sends messages to Azure Event Grid. Replace `<EVENT-GRID-HOSTNAME>` with the hostname you got from the previous step, include the port number `8883`.
243+
Create dataflow endpoint for the Azure Event Grid. This endpoint is the destination for the dataflow that sends messages to Azure Event Grid. Replace `<EVENT-GRID-HOSTNAME>` with the hostname you got from the previous step. Include the port number `8883`.
244244

245245
```yaml
246246
apiVersion: connectivity.iotoperations.azure.com/v1beta1
@@ -395,7 +395,7 @@ To verify the MQTT bridge is working, deploy an MQTT client to the same namespac
395395

396396
# [Bicep](#tab/bicep)
397397

398-
Currently, bicep does not apply to deploy MQTT client.
398+
Currently, bicep doesn't apply to deploy MQTT client.
399399

400400
# [Kubernetes](#tab/kubernetes)
401401

0 commit comments

Comments
 (0)