AzureAppConfigurationSettings
Class sealed net10.0
Provides the client configuration settings for connecting to Azure App Configuration.
namespace Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration;
public sealed class AzureAppConfigurationSettings : Aspire.Azure.Common.IConnectionStringSettings{ // ...} IConnectionStringSettings
7 members
Constructors1
Section titled ConstructorsProperties6
Section titled PropertiesConnectionStringget; setstring? Gets or sets the connection string used to connect to the App Configuration service.
Credentialget; setTokenCredential? Gets or sets the credential used to authenticate to the Azure App Configuration.
DisableHealthChecksget; setbool Gets or sets a boolean value that indicates whether the App Configuration provider health check is disabled or not.
DisableTracingget; setbool Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.
Endpointget; setUri? A
Uri to the App Configuration store on which the client operates. Appears as "Endpoint" in the Azure portal. This is likely to be similar to "https://{store_name}.azconfig.io". Optionalget; setbool Determines the behavior of the App Configuration provider when an exception occurs while loading data from server. If false, the exception is thrown. If true, the exception is suppressed and no configuration values are populated from Azure App Configuration.