File tree Expand file tree Collapse file tree
process-control-demo/src/write.dataset.client Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,9 +71,9 @@ az iot ops ns asset query --instance <your instance name> -g <your resource grou
7171Make 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
7878To run the application:
7979
Original file line number Diff line number Diff 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 : {
Original file line number Diff line number Diff line change 1414 "AioSettings" : {
1515 "Namespace" : " azure-iot-operations" ,
1616 "AssetName" : " boiler" ,
17- "DatasetName" : " default "
17+ "DatasetName" : " boiler-simple-write "
1818 }
1919 }
You can’t perform that action at this time.
0 commit comments