From a3c213c03420582fdf0b5903d8fcb142d1c4c6fa Mon Sep 17 00:00:00 2001 From: Alex Wolf Date: Tue, 16 Jan 2024 13:57:39 -0500 Subject: [PATCH] changes --- .../create-token-credentials-from-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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