Skip to content
Docs Try Aspire
Docs Try

withHttpsUpgrade

Method
📦 Aspire.Hosting.Azure.AppService v13.3.0
interface AzureAppServiceEnvironmentResource {
// ... omitted for brevity
withHttpsUpgrade(upgrade?: boolean): AzureAppServiceEnvironmentResource;
}

Signature

method withHttpsUpgrade builder
Configures whether HTTP endpoints are automatically upgraded to HTTPS in Azure App Service
withHttpsUpgrade(upgrade?: boolean): AzureAppServiceEnvironmentResource
upgrade boolean optional = True
AzureAppServiceEnvironmentResource

Applies to

This method applies to the following types: