Skip to content
Docs Try Aspire

withHttpsUpgrade

Function
📦 Aspire.Hosting.Azure.AppContainers v13.2.0-preview.1.26159.1
interface AzureContainerAppEnvironmentResource {
// ... omitted for brevity
withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResource;
}

Signature

method withHttpsUpgrade builder
Configures whether HTTP endpoints are upgraded to HTTPS
withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResource
upgrade boolean optional = True
AzureContainerAppEnvironmentResource

Applies to

This function is an extension method on the following types: