Skip to content

Commit 8c2f85d

Browse files
committed
tested new docs and updated metadata
1 parent d95c099 commit 8c2f85d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scenarios/azure-aks-docs/articles/aks/workload-identity-migrate-from-pod-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ If you don't have a managed identity created and assigned to your pod, perform t
131131
```bash
132132
export AKS_CLUSTER_NAME=$MY_AKS_CLUSTER_NAME
133133
export AKS_RESOURCE_GROUP=$MY_AKS_RESOURCE_GROUP
134-
export AKS_OIDC_ISSUER="$(az aks show --name "$AKS_CLUSTER_NAME" --resource-group "$AKS_RESOURCE_GROUP" --query "oidcIssuerProfile.issuerUrl" -o tsv)
134+
export AKS_OIDC_ISSUER="$(az aks show --name "$AKS_CLUSTER_NAME" --resource-group "$AKS_RESOURCE_GROUP" --query "oidcIssuerProfile.issuerUrl" -o tsv)"
135135
```
136136

137137
The variable should contain the Issuer URL similar to the following example:

0 commit comments

Comments
 (0)