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 83f30fe commit 07ba161Copy full SHA for 07ba161
articles/iot-operations/connect-to-cloud/howto-create-dataflow.md
@@ -180,13 +180,13 @@ Configuring an asset as a source is only available in the operations experience
180
181
# [Bicep](#tab/bicep)
182
183
-The MQTT endpoint is configured as a source in the Bicep template file, using the following configuration
+The MQTT endpoint is configured in the Bicep template file. This endpoint serves as a source for the dataflow, using the following configuration:
184
185
```bicep
186
{
187
operationType: 'Source'
188
sourceSettings: {
189
- endpointRef: defaultDataflowEndpoint.name
+ endpointRef: MqttBrokerDataflowEndpoint.name
190
dataSources: array('azure-iot-operations/data/thermostat')
191
}
192
0 commit comments