Skip to content

Commit ed56190

Browse files
committed
Data flow name update quickstart
1 parent 52f89f5 commit ed56190

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

samples/quickstarts/quickstart.bicep

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource assetEndpoint 'Microsoft.DeviceRegistry/assetEndpointProfiles@2024-11-0
5959
}
6060
properties: {
6161
targetAddress: 'opc.tcp://opcplc-000000:50000'
62-
endpointProfileType: ''
62+
endpointProfileType: 'Microsoft.OpcUa'
6363
authentication: {
6464
method: 'Anonymous'
6565
}
@@ -153,7 +153,7 @@ resource eventHub 'Microsoft.EventHub/namespaces/eventhubs@2024-01-01' = {
153153
}
154154

155155
/*****************************************************************************/
156-
/* Dataflow */
156+
/* Data flow */
157157
/*****************************************************************************/
158158

159159
resource dataflowEndpointEventHub 'Microsoft.IoTOperations/instances/dataflowEndpoints@2024-11-01' = {
@@ -189,7 +189,7 @@ resource dataflowEndpointEventHub 'Microsoft.IoTOperations/instances/dataflowEnd
189189

190190
resource dataflowCToF 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflows@2024-11-01' = {
191191
parent: defaultDataflowProfile
192-
name: 'quickstart-oven-dataflow'
192+
name: 'quickstart-oven-data-flow'
193193
extendedLocation: {
194194
name: customLocation.id
195195
type: 'CustomLocation'

0 commit comments

Comments
 (0)