Skip to content

Commit 2131398

Browse files
committed
Update asset endpoint configuration
1 parent ae9f9e6 commit 2131398

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,17 @@ The following step lowers the security level for the OPC PLC so that it accepts
104104
--config opcPlcSimulation.autoAcceptUntrustedCertificates=true
105105
```
106106

107-
1. To enable the configuration change to take effect immediately, first find the name of your `aio-opc-supervisor` pod by using the following command:
107+
1. To enable the asset endpoint to use an untrusted certificate, run the following command on the machine where your cluster is running:
108+
109+
```console
110+
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/quickstarts/opc-ua-connector-0.yaml
111+
```
112+
113+
The following snippet shows the YAML file that you applied:
114+
115+
:::code language="yaml" source="~/azure-iot-operations-samples/samples/quickstarts/opc-ua-connector-0.yaml":::
116+
117+
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:
108118

109119
```console
110120
kubectl get pods -n azure-iot-operations

0 commit comments

Comments
 (0)