Skip to content

Commit 1e20891

Browse files
bindsidominicbetts
authored andcommitted
Update quickstart-add-assets.md
added extension update to set autoAcceptUntrustedCertificates
1 parent 1c37dca commit 1e20891

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

articles/iot-operations/get-started/quickstart-add-assets.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,26 @@ To add an asset endpoint:
8585
> [!CAUTION]
8686
> Don't use this configuration in production or pre-production environments. Exposing your cluster to the internet without proper authentication might lead to unauthorized access and even DDOS attacks.
8787

88+
1. Run the following code to update the OPC UA Broker deployment and apply the new settings:
89+
90+
```bash
91+
az k8s-extension update \
92+
--version 0.3.0-preview \
93+
--name opc-ua-broker \
94+
--release-train preview \
95+
--cluster-name <cluster-name> \
96+
--resource-group <azure-resource-group> \
97+
--cluster-type connectedClusters \
98+
--auto-upgrade-minor-version false \
99+
--config opcPlcSimulation.deploy=true \
100+
--config opcPlcSimulation.autoAcceptUntrustedCertificates=true
101+
```
102+
103+
> [!IMPORTANT]
104+
> Don't use the following example in production, use it for simulation and test purposes only.
105+
106+
For further details you can refer to [Deploy the OPC PLC simulator](../manage-devices-assets/howto-configure-opc-plc-simulator.md) section.
107+
88108
1. To enable the configuration changes to take effect immediately, first find the name of your `aio-opc-supervisor` pod by using the following command:
89109

90110
```console

0 commit comments

Comments
 (0)