Skip to content

Commit e0a0929

Browse files
authored
Update endpoint (#147)
## Purpose Update the quickstart bicep to use the correct inbound endpoint ## Does this introduce a breaking change? <!-- Mark one with an "x". --> ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change does this Pull Request introduce? <!-- Please check the one that applies to this PR using "x". --> ``` [ ] Bugfix [ ] Feature [ ] Code style update (formatting, local variables) [ ] Refactoring (no functional changes, no api changes) [x] Documentation content changes [ ] Other... Please describe: ```
1 parent ff00a0f commit e0a0929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/quickstarts/quickstart.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ resource device 'Microsoft.DeviceRegistry/namespaces/devices@2025-07-01-preview'
7070
assigned: {}
7171
}
7272
inbound: {
73-
opcUaEndpointName: {
73+
'${opcUaEndpointName}': {
7474
endpointType: 'Microsoft.OpcUa'
7575
address: 'opc.tcp://opcplc-000000:50000'
7676
authentication: {

0 commit comments

Comments
 (0)