Skip to content
Docs Try Aspire
Docs Try

withHttpsUpgrade

Method
📦 Aspire.Hosting.Azure.AppContainers v13.4.0
interface AzureContainerAppEnvironmentResource {
// ... omitted for brevity
withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResource;
}

Signature

method withHttpsUpgrade builder
Configures whether HTTP endpoints should be upgraded to HTTPS in Azure Container Apps. By default, HTTP endpoints are upgraded to HTTPS for security and WebSocket compatibility.
withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResource
upgrade boolean optional = True
AzureContainerAppEnvironmentResource

Applies to

This method applies to the following types: