diff --git a/docs/azure/sdk/authentication/create-token-credentials-from-configuration.md b/docs/azure/sdk/authentication/create-token-credentials-from-configuration.md index 11e05098ce657..383900438705d 100644 --- a/docs/azure/sdk/authentication/create-token-credentials-from-configuration.md +++ b/docs/azure/sdk/authentication/create-token-credentials-from-configuration.md @@ -8,7 +8,7 @@ ms.date: 1/16/2024 # Create TokenCredential types using configuration files -The `Microsoft.Extensions.Azure` library supports creating different types from configuration files such as _appsettings.json_. This article describes which `TokenCredential` types can be created and how to configure the required values. +The `Microsoft.Extensions.Azure` library supports creating different types from values defined in _appsettings.json_ and other configuration files. This article describes which `TokenCredential` types can be created and how to configure the required values. ## Support for credentials through configuration