Skip to content

Commit bfd8e48

Browse files
Merge pull request #228957 from schaffererin/managed-identity-aks
Addressing GitIssues
2 parents 03353a2 + 6111189 commit bfd8e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/use-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ AKS uses several managed identities for built-in services and add-ons.
5757
| Add-on | Ingress application gateway | Manages required network resources| Contributor role for node resource group | No
5858
| Add-on | omsagent | Used to send AKS metrics to Azure Monitor | Monitoring Metrics Publisher role | No
5959
| Add-on | Virtual-Node (ACIConnector) | Manages required network resources for Azure Container Instances (ACI) | Contributor role for node resource group | No
60-
| OSS project | aad-pod-identity | Enables applications to access cloud resources securely with Microsoft Azure Active Directory (Azure AD) | NA | Steps to grant permission at https://github.com/Azure/aad-pod-identity#role-assignment.
60+
| OSS project | aad-pod-identity | Enables applications to access cloud resources securely with Microsoft Azure Active Directory (Azure AD) | NA | Steps to grant permission at [Azure AD Pod Identity Role Assignment configuration](https://azure.github.io/aad-pod-identity/docs/getting-started/role-assignment/).
6161

6262
## Create an AKS cluster using a managed identity
6363

@@ -160,7 +160,7 @@ az role assignment create --assignee 22222222-2222-2222-2222-222222222222 --role
160160
For user-assigned kubelet identity which is outside the default worker node resource group, you need to assign the `Managed Identity Operator`on kubelet identity.
161161

162162
```azurecli-interactive
163-
az role assignment create --assignee <control-plane-identity-principal-id> --role "Managed Identity Operator" --scope "<kubelet-identity-resource-id>"
163+
az role assignment create --assignee <kubelet-identity-principal-id> --role "Managed Identity Operator" --scope "<kubelet-identity-resource-id>"
164164
```
165165

166166
Example:

0 commit comments

Comments
 (0)