Skip to content

Commit 54bd3a2

Browse files
authored
Update OrasPullUnauthorizedVMExtensionError article
1 parent 34c9f87 commit 54bd3a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

support/azure/azure-kubernetes/error-codes/vmextensionerror-oraspullunauthorized.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ To resolve this issue, follow these steps:
3737
export REGISTRY_ID=$(az aks show -g ${RESOURCE_GROUP} -n ${CLUSTER_NAME} --query 'bootstrapProfile.containerRegistryId' -o tsv)
3838
```
3939

40-
1. If the issue is related to a 401 unauthorized error, you must ensure that the AKS identity has the necessary ACR role to authorize with the registry. You can do so by checking the ACR registry's role assignments to see if there is an existing role assignment for the AKS identity.
40+
3. If the issue is related to a 401 unauthorized error, you must ensure that the AKS identity has the necessary ACR role to authorize with the registry. You can do so by checking the ACR registry's role assignments to see if there is an existing role assignment for the AKS identity.
4141

42-
1. To ensure that the AKS identity has permissions to the ACR registry, first obtain the AKS identity's principal ID by running the following command.
42+
To ensure that the AKS identity has permissions to the ACR registry, first obtain the AKS identity's principal ID by running the following command.
4343

4444
```console
4545
export KUBELET_IDENTITY_PRINCIPAL_ID=$(az aks show -g ${RESOURCE_GROUP} -n ${CLUSTER_NAME} --query 'identityProfile.kubeletidentity.clientId' -o tsv)
@@ -67,3 +67,4 @@ To resolve this issue, follow these steps:
6767
- [container registry authentication managed identity](/azure/container-registry/container-registry-authentication-managed-identity)
6868

6969
[!INCLUDE [Azure Help Support](../../../includes/azure-help-support.md)]
70+

0 commit comments

Comments
 (0)