diff --git a/applications/configuration-as-code/services/connections.mdx b/applications/configuration-as-code/services/connections.mdx index 5aea0a4..d46581b 100644 --- a/applications/configuration-as-code/services/connections.mdx +++ b/applications/configuration-as-code/services/connections.mdx @@ -46,7 +46,7 @@ services: Bind a User Assigned Managed Identity (UAMI) to your service for secure Azure API access without managing credentials. Porter uses [Azure Workload Identity](https://learn.microsoft.com/en-us/azure/aks/workload-identity-overview) to federate the service's Kubernetes service account with the UAMI, so your application can authenticate to Azure resources using `DefaultAzureCredential` (or any credential type that supports workload identity). -This feature is only available on AKS clusters created through Porter and must be enabled at the project level. Reach out to Porter support if you don't see it available on your project. +This connection is available on any project with an AKS cluster created through Porter. ### Prerequisites