Skip to content

Commit 36b507b

Browse files
committed
Fix endpoint
1 parent cfb8025 commit 36b507b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

samples/process-control/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ az iot ops ns asset query --instance <your instance name> -g <your resource grou
7171
Make sure the `process-control-demo/src/write.dataset.client/appsettings.json` file contains the correct values for:
7272

7373
- `HostName` and `Port` in the `ConnectionStrings` setting.
74-
- `Namespace`: typically `azure-iot-operations`.
74+
- `Namespace`: typically `azure-iot-operations` if you used the quickstarts deployment.
7575
- `AssetName`: `boiler` if you used the `boiler-simulation.bicep` file to add the device and namespace asset.
76-
- `DatasetName`: `default` if you used the `boiler-simulation.bicep` file to add the device and namespace asset.
76+
- `DatasetName`: `boiler-simple-write` if you used the `boiler-simulation.bicep` file to add the device and namespace asset.
7777

7878
To run the application:
7979

samples/process-control/boiler-simulation.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ resource device 'Microsoft.DeviceRegistry/namespaces/devices@2025-07-01-preview'
4040
assigned: {}
4141
}
4242
inbound: {
43-
opcUaEndpointName: {
43+
'${opcUaEndpointName}': {
4444
endpointType: 'Microsoft.OpcUa'
4545
address: 'opc.tcp://opcplc-000000:50000'
4646
authentication: {

samples/process-control/process-control-demo/src/write.dataset.client/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"AioSettings": {
1515
"Namespace": "azure-iot-operations",
1616
"AssetName": "boiler",
17-
"DatasetName": "default"
17+
"DatasetName": "boiler-simple-write"
1818
}
1919
}

0 commit comments

Comments
 (0)