2 references to DefaultConfigSectionName
Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration (2)
AspireAppConfigurationExtensions.cs (2)
56IConfigurationSection configSection = builder.Configuration.GetSection(DefaultConfigSectionName); 70throw new InvalidOperationException($"Endpoint and connection string are missing. It should be provided in 'ConnectionStrings:{connectionName}' or under the 'Endpoint' and 'ConnectionString' key in the '{DefaultConfigSectionName}' configuration section.");