Skip to content

Commit f958387

Browse files
Merge pull request #276278 from dominicbetts/aio-qs-fixes
AIO: Fix example output in quickstart
2 parents f7f70af + 5599000 commit f958387

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,7 @@ kubectl get pods -n azure-iot-operations | Select-String -Pattern "akri"
235235

236236
The output from the previous command looks like the following example:
237237

238-
```console
239-
akri-opcua-asset-discovery-daemonset-h47zk 1/1 Running 3 (4h15m ago) 2d23h
238+
```output
240239
aio-akri-otel-collector-5c775f745b-g97qv 1/1 Running 3 (4h15m ago) 2d23h
241240
aio-akri-agent-daemonset-mp6v7 1/1 Running 3 (4h15m ago) 2d23h
242241
```
@@ -261,16 +260,16 @@ It might take a few minutes for the instance to show up.
261260

262261
The output from the previous command looks like the following example.
263262

264-
```console
265-
NAMESPACE NAME CONFIG SHARED NODES AGE
266-
azure-iot-operations akri-opcua-asset-dbdef0 akri-opcua-asset true ["dom-aio-vm"] 35m
263+
```output
264+
NAME CONFIG SHARED NODES AGE
265+
akri-opcua-asset-dbdef0 akri-opcua-asset true ["k3d-k3s-default-server-0"] 45s
267266
```
268267

269268
Now you can use these resources in the local cluster namespace.
270269

271270
To confirm that Akri connected to the OPC UA Broker, copy and paste the name of the Akri instance from the previous step into the following command:
272271

273-
```bash
272+
```console
274273
kubectl get akrii <AKRI_INSTANCE_NAME> -n azure-iot-operations -o json
275274
```
276275

0 commit comments

Comments
 (0)