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: