From e332b30e0298af45ca06c2f34189b3d73b8b3556 Mon Sep 17 00:00:00 2001 From: Anthony Chand Date: Tue, 15 Jul 2025 09:18:47 -0400 Subject: [PATCH] update text --- docs/tutorials/azure.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/azure.md b/docs/tutorials/azure.md index 166930cce..be23b1173 100644 --- a/docs/tutorials/azure.md +++ b/docs/tutorials/azure.md @@ -58,7 +58,8 @@ The following fields are used: * `aadClientSecret` is associated with the Service Principal. This is only used with Service Principal method documented in the next section. * `useManagedIdentityExtension` - this is set to `true` if you use either AKS Kubelet Identity or AAD Pod Identities methods documented in the next section. * `userAssignedIdentityID` - this contains the client id from the Managed identity when using the AAD Pod Identities method documented in the next setion. -* `activeDirectoryAuthorityHost` - this contains the URI to override the default Azure Active Directory authority endpoint. This is useful for Azure Stack Cloud deployments or custom environments where the default AAD endpoint from the [azure-sdk-for-go](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud#pkg-variables) is not available or needs to be customized. +* `activeDirectoryAuthorityHost` - this contains the URI to override the default Azure Active Directory authority endpoint. + This is useful for Azure Stack Cloud deployments or custom environments. * `useWorkloadIdentityExtension` - this is set to `true` if you use Workload Identity method documented in the next section. * `ResourceManagerAudience` - this specifies the audience for the Azure Resource Manager service when using Azure Stack Cloud. This is required for Azure Stack Cloud deployments to authenticate with the correct Resource Manager endpoint. * `ResourceManagerEndpoint` - this specifies the endpoint URL for the Azure Resource Manager service when using Azure Stack Cloud. This is required for Azure Stack Cloud deployments to point to the correct Resource Manager instance.