Skip to content

Commit 3f0e6e0

Browse files
authored
Merge pull request #107157 from zr-msft/ds-pod-ident-callout
[Dev Spaces] added callout for pod managed identities
2 parents d168576 + 9f646ad commit 3f0e6e0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/dev-spaces/faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,17 @@ Yes, you can use Azure Dev Spaces on AKS clusters with or without RBAC enabled.
7272

7373
When using Visual Studio to prepare your project, you have the option of enabling ingress for your service. Enabling ingress creates a public endpoint to access your service when running on your AKS cluster, which is optional. If you do not enable ingress, your service is only accessible from within your AKS cluster.
7474

75+
## Can I use pod managed identities with Azure Dev Spaces?
76+
77+
Currently, Azure Dev Spaces does not support using [pod managed identities][aks-pod-managed-id] on AKS clusters with Azure Dev Spaces enabled. If you have pod managed identities installed and would like to uninstall it, you can find more details in the [uninstall notes][aks-pod-managed-id-uninstall].
78+
7579
[aks-auth-range]: ../aks/api-server-authorized-ip-ranges.md
7680
[aks-auth-range-create]: ../aks/api-server-authorized-ip-ranges.md#create-an-aks-cluster-with-api-server-authorized-ip-ranges-enabled
7781
[aks-auth-range-ranges]: https://github.com/Azure/dev-spaces/tree/master/public-ips
7882
[aks-auth-range-update]: ../aks/api-server-authorized-ip-ranges.md#update-a-clusters-api-server-authorized-ip-ranges
7983
[aks-migration]: ../aks/aks-migration.md
84+
[aks-pod-managed-id]: ../aks/developer-best-practices-pod-security.md#use-pod-managed-identities
85+
[aks-pod-managed-id-uninstall]: https://github.com/Azure/aad-pod-identity#uninstall-notes
8086
[aks-restrict-egress-traffic]: ../aks/limit-egress-traffic.md
8187
[dev-spaces-prep]: how-dev-spaces-works.md#prepare-your-code
8288
[dev-spaces-routing]: how-dev-spaces-works.md#how-routing-works

0 commit comments

Comments
 (0)