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