You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/use-managed-identity.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ ms.topic: article
5
5
ms.custom:
6
6
- devx-track-azurecli
7
7
- ignite-2023
8
-
ms.date: 01/22/2024
8
+
ms.date: 01/24/2024
9
9
---
10
10
11
11
# Use a managed identity in Azure Kubernetes Service (AKS)
@@ -233,7 +233,7 @@ A custom user-assigned managed identity for the control plane enables access to
233
233
}
234
234
```
235
235
236
-
* After creating the identity, [add the role assignment for control plane managed identity][add-role-assignment-for-control-plane-managed-identity] using the [`az role assignment create`][az-role-assignment-create] command.
236
+
* After creating the custom user-assigned managed identity for the control plane, [add the role assignment for the managed identity][add-role-assignment-for-managed-identity] using the [`az role assignment create`][az-role-assignment-create] command.
237
237
238
238
* Update your cluster with your existing identities using the [`az aks update`][az-aks-update] command. Make sure to provide the resource ID of the managed identity for the control plane by including the `assign-identity` argument.
239
239
@@ -483,7 +483,7 @@ Use [Azure Resource Manager templates][aks-arm-template] to create a managed ide
0 commit comments