Skip to content

Commit 7e1e0e8

Browse files
authored
Update workload-identity-overview.md
1 parent d0a411a commit 7e1e0e8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,6 @@ This article helps you understand this new authentication feature, and reviews t
2121
- AKS supports Azure AD workload identities on version 1.22 and higher.
2222
- The Azure CLI version 2.47.0 or later. Run `az --version` to find the version, and run `az upgrade` to upgrade the version. If you need to install or upgrade, see [Install Azure CLI][install-azure-cli].
2323

24-
## Limitations
25-
26-
The following limitations apply when you deploy Azure AD workload identity on AKS:
27-
* Creation of federated identity credentials is not supported on user-assigned managed identities in these [regions.][unsupported-regions-user-assigned-managed-identities]
28-
* A maximum of [20 federated identity credentials][general-federated-identity-credential-considerations] can be added to an application or user-assigned managed identity
29-
3024
## Azure Identity client libraries
3125

3226
In the Azure Identity client libraries, choose one of the following approaches:
@@ -215,9 +209,10 @@ The following client libraries are the **minimum** version required.
215209

216210
## Limitations
217211

218-
- You can only have 20 federated identity credentials per managed identity.
212+
- You can only have [20 federated identity credentials][general-federated-identity-credential-considerations] per managed identity.
219213
- It takes a few seconds for the federated identity credential to be propagated after being initially added.
220214
- [Virtual nodes][aks-virtual-nodes] add on, based on the open source project [Virtual Kubelet][virtual-kubelet], isn't supported.
215+
- Creation of federated identity credentials is not supported on user-assigned managed identities in these [regions.][unsupported-regions-user-assigned-managed-identities]
221216

222217
## How it works
223218

0 commit comments

Comments
 (0)