Skip to content

Commit 2a242fc

Browse files
Merge pull request #250171 from CocoWang-wql/patch-45
Update workload-identity-overview.md
2 parents 2e45d10 + 7e1e0e8 commit 2a242fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/aks/workload-identity-overview.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Use an Azure AD workload identity on Azure Kubernetes Service (AKS)
33
description: Learn about Azure Active Directory workload identity for Azure Kubernetes Service (AKS) and how to migrate your application to authenticate using this identity.
44
ms.topic: article
55
ms.custom: build-2023
6-
ms.date: 08/24/2023
6+
ms.date: 09/03/2023
77
---
88

99
# Use Azure AD workload identity with Azure Kubernetes Service (AKS)
@@ -209,9 +209,10 @@ The following client libraries are the **minimum** version required.
209209

210210
## Limitations
211211

212-
- 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.
213213
- It takes a few seconds for the federated identity credential to be propagated after being initially added.
214214
- [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]
215216

216217
## How it works
217218

@@ -319,3 +320,5 @@ The following table summarizes our migration or deployment recommendations for w
319320
[workload-identity-migration-sidecar]: workload-identity-migrate-from-pod-identity.md
320321
[auto-rotation]: certificate-rotation.md#certificate-auto-rotation
321322
[aks-virtual-nodes]: virtual-nodes.md
323+
[unsupported-regions-user-assigned-managed-identities]: ../active-directory/workload-identities/workload-identity-federation-considerations.md#unsupported-regions-user-assigned-managed-identities
324+
[general-federated-identity-credential-considerations]: ../active-directory/workload-identities/workload-identity-federation-considerations.md#general-federated-identity-credential-considerations

0 commit comments

Comments
 (0)