Skip to content

Commit ebef010

Browse files
authored
Merge pull request #121629 from JoeyC-Dev/patch-6
Add service connector to the AKS workload identity docs as an equivalent solution
2 parents 82a4046 + 23d7c5a commit ebef010

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ This article assumes you have a basic understanding of Kubernetes concepts. For
2727

2828
- If you have multiple Azure subscriptions, select the appropriate subscription ID in which the resources should be billed using the [az account][az-account] command.
2929

30+
> [!NOTE]
31+
> Instead of configuring all steps manually, there is another implementation called _Service Connector_ which will help you configure some steps automatically and achieve the same outcome. See also: [Tutorial: Connect to Azure storage account in Azure Kubernetes Service (AKS) with Service Connector using workload identity][tutorial-python-aks-storage-workload-identity].
32+
3033
## Export environment variables
3134

3235
To help simplify steps to configure the identities required, the steps below define
@@ -268,6 +271,7 @@ In this article, you deployed a Kubernetes cluster and configured it to use a wo
268271
[az-keyvault-list]: /cli/azure/keyvault#az-keyvault-list
269272
[aks-identity-concepts]: concepts-identity.md
270273
[az-account]: /cli/azure/account
274+
[tutorial-python-aks-storage-workload-identity]: ../service-connector/tutorial-python-aks-storage-workload-identity.md
271275
[az-aks-create]: /cli/azure/aks#az-aks-create
272276
[az aks update]: /cli/azure/aks#az-aks-update
273277
[aks-two-resource-groups]: faq.md#why-are-two-resource-groups-created-with-aks

articles/aks/workload-identity-overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ Microsoft Entra Workload ID works especially well with the [Azure Identity clien
2020

2121
This article helps you understand this new authentication feature, and reviews the options available to plan your project strategy and potential migration from Microsoft Entra pod-managed identity.
2222

23+
> [!NOTE]
24+
> Instead of configuring all steps manually, there is another implementation called _Service Connector_ which will help you configure some steps automatically. See also: [What is Service Connector?][service-connector-overview]
25+
2326
## Dependencies
2427

2528
- AKS supports Microsoft Entra Workload ID on version 1.22 and higher.
@@ -303,6 +306,7 @@ The following table summarizes our migration or deployment recommendations for w
303306
[virtual-kubelet]: https://virtual-kubelet.io/docs/
304307

305308
<!-- INTERNAL LINKS -->
309+
[service-connector-overview]: ../service-connector/overview.md
306310
[use-azure-ad-pod-identity]: use-azure-ad-pod-identity.md
307311
[azure-ad-workload-identity]: ../active-directory/develop/workload-identities-overview.md
308312
[microsoft-authentication-library]: ../active-directory/develop/msal-overview.md

0 commit comments

Comments
 (0)