Skip to content

Commit 27cb616

Browse files
committed
Fix indent
1 parent 63d3cd0 commit 27cb616

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -272,19 +272,19 @@ Now you can use these resources in the local cluster namespace.
272272

273273
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:
274274

275-
```bash
276-
kubectl get akrii <AKRI_INSTANCE_NAME> -n azure-iot-operations -o json
275+
```bash
276+
kubectl get akrii <AKRI_INSTANCE_NAME> -n azure-iot-operations -o json
277277
```
278278

279-
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.
279+
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.
280280

281-
```json
282-
"spec": {
283-
284-
"brokerProperties": {
285-
"ApplicationUri": "Boiler #2",
286-
"AssetEndpointProfile": "{\"spec\":{\"uuid\":\"opc-ua-broker-opcplc-000000-azure-iot-operation\"……
287-
```
281+
```json
282+
"spec": {
283+
284+
"brokerProperties": {
285+
"ApplicationUri": "Boiler #2",
286+
"AssetEndpointProfile": "{\"spec\":{\"uuid\":\"opc-ua-broker-opcplc-000000-azure-iot-operation\"……
287+
```
288288
289289
## How did we solve the problem?
290290

0 commit comments

Comments
 (0)