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