4 references to DefaultConfigSectionName
Aspire.Azure.Security.KeyVault (4)
AspireKeyVaultExtensions.cs (4)
42new KeyVaultComponent().AddClient(builder, DefaultConfigSectionName, configureSettings, configureClientBuilder, connectionName, serviceKey: null); 63new KeyVaultComponent().AddClient(builder, DefaultConfigSectionName, configureSettings, configureClientBuilder, connectionName: name, serviceKey: name); 94var configSection = configuration.GetSection(DefaultConfigSectionName); 112throw new InvalidOperationException($"VaultUri is missing. It should be provided in 'ConnectionStrings:{connectionName}' or under the 'VaultUri' key in the '{DefaultConfigSectionName}' configuration section.");