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