Skip to content

Commit 7877f1b

Browse files
Merge pull request #291056 from PatAltimore/patricka-mqtt-bridge-fix
Fix dataflow endpoint reference
2 parents 719aae1 + c18dd32 commit 7877f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: patricka
66
ms.service: azure-iot-operations
77
ms.subservice: azure-data-flows
88
ms.topic: tutorial
9-
ms.date: 11/11/2024
9+
ms.date: 11/25/2024
1010

1111
#CustomerIntent: As an operator, I want to understand how to create a bi-directional MQTT bridge to Azure Event Grid so that I can send and receive messages between devices and services.
1212
---
@@ -372,7 +372,7 @@ resource dataflow_1 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
372372
{
373373
operationType: 'Destination'
374374
destinationSettings: {
375-
endpointRef: remoteMqttBrokerDataflowEndpoint.name
375+
endpointRef: 'eventgrid'
376376
dataDestination: 'telemetry/aio'
377377
}
378378
}
@@ -392,7 +392,7 @@ resource dataflow_2 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflow
392392
{
393393
operationType: 'Source'
394394
sourceSettings: {
395-
endpointRef: remoteMqttBrokerDataflowEndpoint.name
395+
endpointRef: 'eventgrid'
396396
dataSources: array('telemetry/#')
397397
}
398398
}

0 commit comments

Comments
 (0)