Skip to content

Commit

Permalink
Data flow name update quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicbetts committed Feb 6, 2025
1 parent 52f89f5 commit ed56190
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/quickstarts/quickstart.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ resource assetEndpoint 'Microsoft.DeviceRegistry/assetEndpointProfiles@2024-11-0
}
properties: {
targetAddress: 'opc.tcp://opcplc-000000:50000'
endpointProfileType: ''
endpointProfileType: 'Microsoft.OpcUa'
authentication: {
method: 'Anonymous'
}
Expand Down Expand Up @@ -153,7 +153,7 @@ resource eventHub 'Microsoft.EventHub/namespaces/eventhubs@2024-01-01' = {
}

/*****************************************************************************/
/* Dataflow */
/* Data flow */
/*****************************************************************************/

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

resource dataflowCToF 'Microsoft.IoTOperations/instances/dataflowProfiles/dataflows@2024-11-01' = {
parent: defaultDataflowProfile
name: 'quickstart-oven-dataflow'
name: 'quickstart-oven-data-flow'
extendedLocation: {
name: customLocation.id
type: 'CustomLocation'
Expand Down

0 comments on commit ed56190

Please sign in to comment.