We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b47cf97 commit 49fd362Copy full SHA for 49fd362
articles/iot-operations/connect-to-cloud/tutorial-mqtt-bridge.md
@@ -392,7 +392,6 @@ resource dataflow_1 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
392
operationType: 'Destination'
393
destinationSettings: {
394
endpointRef: 'eventgrid'
395
- serializationFormat: 'Json'
396
dataDestination: 'telemetry/aio'
397
}
398
@@ -444,7 +443,7 @@ resource dataflow_2 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
444
443
445
]
446
447
-}
+}
448
```
449
450
Like the dataflow endpoint, execute the following command in your terminal:
0 commit comments