From 95f46512d28db4e839d56234d60f006b359a588d Mon Sep 17 00:00:00 2001 From: Rick Anderson Date: Thu, 9 May 2019 09:15:57 -1000 Subject: [PATCH] Update index.md (#12345) * Update index.md * Update aspnetcore/fundamentals/configuration/index.md Co-Authored-By: Luke Latham <1622880+guardrex@users.noreply.github.com> --- aspnetcore/fundamentals/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/fundamentals/configuration/index.md b/aspnetcore/fundamentals/configuration/index.md index fdd55d0d66..fef82a0159 100644 --- a/aspnetcore/fundamentals/configuration/index.md +++ b/aspnetcore/fundamentals/configuration/index.md @@ -92,7 +92,7 @@ When the file is read into configuration, unique keys are created to maintain th At app startup, configuration sources are read in the order that their configuration providers are specified. -File Configuration Providers have the ability to reload configuration when an underlying settings file is changed after app startup. The File Configuration Provider is described later in this topic. +Configuration providers that implement change detection have the ability to reload configuration when an underlying setting is changed. For example, the File Configuration Provider (described later in this topic) and the [Azure Key Vault Configuration Provider](xref:security/key-vault-configuration) implement change detection. is available in the app's [dependency injection (DI)](xref:fundamentals/dependency-injection) container. can be injected into a Razor Pages to obtain configuration for the class: