diff --git a/website/pages/docs/auth/azure.mdx b/website/pages/docs/auth/azure.mdx index 79d934162..b089dd49f 100644 --- a/website/pages/docs/auth/azure.mdx +++ b/website/pages/docs/auth/azure.mdx @@ -14,9 +14,8 @@ Azure Active Directory credentials. It treats Azure as a Trusted Third Party and expects a [JSON Web Token (JWT)](https://tools.ietf.org/html/rfc7519) signed by Azure Active Directory for the configured tenant. -Currently supports authentication for: - -- [Azure Managed Service Identity (MSI)](https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/overview) +This method supports authentication for system-assigned and user-assigned +managed identities. See [Azure Managed Service Identity (MSI)](https://docs.microsoft.com/en-us/azure/active-directory/managed-service-identity/overview) for more information about these resources. ## Prerequisites: