Skip to content

Commit 07ba161

Browse files
fixed some words
1 parent 83f30fe commit 07ba161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,13 +180,13 @@ Configuring an asset as a source is only available in the operations experience
180180

181181
# [Bicep](#tab/bicep)
182182

183-
The MQTT endpoint is configured as a source in the Bicep template file, using the following configuration
183+
The MQTT endpoint is configured in the Bicep template file. This endpoint serves as a source for the dataflow, using the following configuration:
184184

185185
```bicep
186186
{
187187
operationType: 'Source'
188188
sourceSettings: {
189-
endpointRef: defaultDataflowEndpoint.name
189+
endpointRef: MqttBrokerDataflowEndpoint.name
190190
dataSources: array('azure-iot-operations/data/thermostat')
191191
}
192192
}

0 commit comments

Comments
 (0)