Skip to content

Commit 577f814

Browse files
committed
Add destination
1 parent 51c5aa1 commit 577f814

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

samples/quickstarts/quickstart.bicep

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,16 @@ resource asset 'Microsoft.DeviceRegistry/namespaces/assets@2025-07-01-preview' =
131131
dataPointConfiguration: '{"samplingInterval":500,"queueSize":1}'
132132
}
133133
]
134+
destinations: [
135+
{
136+
target: 'Mqtt'
137+
configuration: {
138+
topic: 'azure-iot-operations/data/oven'
139+
retain: 'Keep'
140+
qos: 'Qos1'
141+
}
142+
}
143+
]
134144
}
135145
]
136146

0 commit comments

Comments
 (0)