Skip to content

Commit 9cc5c62

Browse files
author
Pat Altimore
committed
Formatting
1 parent 0093eff commit 9cc5c62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ If you use the [az iot ops dataflow endpoint apply](/cli/azure/iot/ops/dataflow/
227227
{
228228
"endpointType": "FabricOneLake",
229229
"fabricOneLakeSettings": {
230-
"oneLakePathType": "Tables" // Or "Files"
230+
"oneLakePathType": "Tables"
231231
}
232232
}
233233
```

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1425,7 +1425,7 @@ In the operations experience data flow endpoint settings page, select the **Adva
14251425
{
14261426
"endpointType": "Kafka",
14271427
"kafkaSettings": {
1428-
"cloudEventAttributes": "Propagate" // Or CreateOrRemap
1428+
"cloudEventAttributes": "Propagate"
14291429
}
14301430
}
14311431
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,8 +1156,6 @@ You can set a client ID prefix for the MQTT client. The client ID is generated b
11561156

11571157
In the operations experience data flow endpoint settings page, select the **Advanced** tab then use the **Client ID prefix** field to specify the prefix.
11581158

1159-
# [Bicep](#tab/bicep)
1160-
11611159
# [Azure CLI](#tab/cli)
11621160

11631161
```json
@@ -1168,6 +1166,8 @@ In the operations experience data flow endpoint settings page, select the **Adva
11681166
}
11691167
```
11701168

1169+
# [Bicep](#tab/bicep)
1170+
11711171
```bicep
11721172
mqttSettings: {
11731173
clientIdPrefix: '<YOUR_PREFIX>'

0 commit comments

Comments
 (0)