Skip to content

Commit 8bbdf71

Browse files
Merge pull request #289297 from dominicbetts/release-aio-m3-bridge-tutorial-fix
AIO [M3]: Fixes in bridge tutorial
2 parents bc36dae + 0b9bf28 commit 8bbdf71

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/iot-operations/connect-to-cloud/tutorial-mqtt-bridge.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Using Azure CLI, find the principal ID for the Azure IoT Operations Arc extensio
9292
```azurecli
9393
export PRINCIPAL_ID=$(az k8s-extension list \
9494
--resource-group $RESOURCE_GROUP \
95-
--cluster-name <CLUSTER-NAME> \
95+
--cluster-name $CLUSTER_NAME \
9696
--cluster-type connectedClusters \
9797
--query "[?extensionType=='microsoft.iotoperations'].identity.principalId | [0]" -o tsv)
9898
echo $PRINCIPAL_ID
@@ -202,7 +202,8 @@ spec:
202202
mqttSettings:
203203
authentication:
204204
method: ServiceAccountToken
205-
serviceAccountTokenSettings: {}
205+
serviceAccountTokenSettings:
206+
audience: aio-mq-internal
206207
```
207208
208209
---

0 commit comments

Comments
 (0)