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/workload-identity-overview.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: tamram
6
6
ms.topic: article
7
7
ms.subservice: aks-security
8
8
ms.custom: build-2023
9
-
ms.date: 05/13/2024
9
+
ms.date: 05/28/2024
10
10
ms.author: tamram
11
11
12
12
---
@@ -291,13 +291,13 @@ The following table summarizes our migration or deployment recommendations for w
291
291
292
292
| Scenario | Description |
293
293
|--|--|
294
-
| New or existing cluster deployment [runs a supported version][azure-identity-libraries] of Azure Identity client library | No migration steps are required.<br> Sample deployment resources:<br> - [Deploy and configure workload identity on a new cluster][deploy-configure-workload-identity-new-cluster]<br> - [Tutorial: Use a workload identity with an application on AKS][tutorial-use-workload-identity]|
294
+
| New or existing cluster deployment [runs a supported version][azure-identity-libraries] of Azure Identity client library | No migration steps are required.<br> Sample deployment resources:[Deploy and configure workload identity on a new cluster][deploy-configure-workload-identity-cluster]|
295
295
| New or existing cluster deployment runs an unsupported version of Azure Identity client library | Update container image to use a supported version of the Azure Identity SDK, or use the [migration sidecar][workload-identity-migration-sidecar]. |
296
296
297
297
## Next steps
298
298
299
299
* To learn how to set up your pod to authenticate using a workload identity as a migration option, see [Modernize application authentication with workload identity][workload-identity-migration-sidecar].
300
-
* See the tutorial [Use a workload identity with an application on Azure Kubernetes Service (AKS)][tutorial-use-workload-identity], which helps you deploy an Azure Kubernetes Service cluster and configure a sample application to use a workload identity.
300
+
* See [Deploy and configure an AKS cluster with workload identity][deploy-configure-workload-identity-cluster], which helps you deploy an Azure Kubernetes Service cluster and configure a sample application to use a workload identity.
0 commit comments