Skip to content

Commit 20ddf40

Browse files
committed
Caps on insert placeholder text
1 parent 08eb3cd commit 20ddf40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/manage-devices-assets/howto-autodetect-opcua-assets-using-akri.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To configure the custom OPC UA discovery handler with asset detection, first you
171171
1. To confirm that the Akri instance properly connected to the OPC UA Broker, copy and paste the name of the Akri instance that was the output of the previous step, into the following command:
172172
173173
```bash
174-
kubectl get akrii <Akri instance name> -n azure-iot-operations -o json
174+
kubectl get akrii <AKRI_INSTANCE_NAME> -n azure-iot-operations -o json
175175
```
176176
177177
The command output looks like the following example. This example output shows the Akri instance `brokerProperties` values and confirms that the OPC UA Broker is connected.

0 commit comments

Comments
 (0)