Skip to content

Commit c0840da

Browse files
Clarify hierarchal key configuration with azure key vault (#17706)
fixes dotnet/AspNetCore.Docs#176981 Co-authored-by: Drake Lambert <dlambert@netchexonline.com>
1 parent 748cbf0 commit c0840da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • aspnetcore/fundamentals/configuration

aspnetcore/fundamentals/configuration/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Configuration keys:
305305
* Hierarchical keys
306306
* Within the Configuration API, a colon separator (`:`) works on all platforms.
307307
* In environment variables, a colon separator may not work on all platforms. A double underscore, `__`, is supported by all platforms and is automatically converted into a colon `:`.
308-
* In Azure Key Vault, hierarchical keys use `--` as a separator. Write code to replace the `--` with a `:` when the secrets are loaded into the app's configuration.
308+
* In Azure Key Vault, hierarchical keys use `--` as a separator. The [Azure Key Vault configuration provider](xref:security/key-vault-configuration) automatically replaces `--` with a `:` when the secrets are loaded into the app's configuration.
309309
* The <xref:Microsoft.Extensions.Configuration.ConfigurationBinder> supports binding arrays to objects using array indices in configuration keys. Array binding is described in the [Bind an array to a class](#boa) section.
310310

311311
Configuration values:

0 commit comments

Comments
 (0)