Skip to content

Commit 61ddaff

Browse files
authored
Update tutorial-kubernetes-workload-identity.md
1 parent ea47c9c commit 61ddaff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/learn/tutorial-kubernetes-workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ az identity create --name "${UAID}" --resource-group "${RESOURCE_GROUP}" --locat
183183

184184
Next, you need to set an access policy for the managed identity to access the Key Vault secret by running the following commands:
185185

186-
``````azurecli-interactive
186+
```azurecli-interactive
187187
export USER_ASSIGNED_CLIENT_ID="$(az identity show --resource-group "${RESOURCE_GROUP}" --name "${UAID}" --query 'clientId' -otsv)"
188188
```
189189

0 commit comments

Comments
 (0)