Skip to content
DocsTry Aspire
DocsTry

AzureContainerAppEnvironmentResource.withHttpsUpgrade

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

Signature

methodwithHttpsUpgradebuilder
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
upgradebooleanoptional= True
AzureContainerAppEnvironmentResource

Defined on

This method is defined on the following type: