1 write to PreserveHttpEndpoints
Aspire.Hosting.Azure.AppContainers (1)
AzureContainerAppExtensions.cs (1)
1037builder.Resource.PreserveHttpEndpoints = !upgrade;
3 references to PreserveHttpEndpoints
Aspire.Hosting.Azure.AppContainers (3)
AzureContainerAppEnvironmentResource.cs (1)
371var scheme = PreserveHttpEndpoints ? endpoint.UriScheme : "https";
ContainerAppContext.cs (2)
224var preserveHttp = _containerAppEnvironmentContext.Environment.PreserveHttpEndpoints; 235if (!_containerAppEnvironmentContext.Environment.PreserveHttpEndpoints)