Skip to content

Commit ea47c9c

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

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
@@ -112,7 +112,7 @@ After a few minutes, the command completes and returns JSON-formatted informatio
112112
113113
To get the OIDC Issuer URL and save it to an environmental variable, run the following command. Replace the default value for the arguments `-n`, which is the name of the cluster and `-g`, the resource group name:
114114

115-
``````azurecli-interactive
115+
```azurecli-interactive
116116
export AKS_OIDC_ISSUER="$(az aks show -n myAKSCluster -g myResourceGroup --query "oidcIssuerProfile.issuerUrl" -otsv)"
117117
```
118118

0 commit comments

Comments
 (0)