5 references to EnvVarName
Aspire.Hosting.Azure.AppService (5)
AzureAppServiceEnvironmentUtility.cs (5)
87
dashboard.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = DashboardConfigNames.DashboardFrontendAuthModeName.
EnvVarName
, Value = "Unsecured" });
88
dashboard.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = DashboardConfigNames.DashboardOtlpAuthModeName.
EnvVarName
, Value = "Unsecured" });
89
dashboard.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = DashboardConfigNames.DashboardOtlpSuppressUnsecuredTelemetryMessageName.
EnvVarName
, Value = "true" });
90
dashboard.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = DashboardConfigNames.ResourceServiceClientAuthModeName.
EnvVarName
, Value = "Unsecured" });
91
dashboard.SiteConfig.AppSettings.Add(new AppServiceNameValuePair { Name = DashboardConfigNames.UIDisableImportName.
EnvVarName
, Value = "true" });