Skip to content
Docs Try Aspire
Docs Try

publishAsAzureAppServiceWebsite

Method
📦 Aspire.Hosting.Azure.AppService v13.3.0
interface ContainerResource {
// ... omitted for brevity
publishAsAzureAppServiceWebsite(
configure?: callback,
configureSlot?: callback): IComputeResource;
}

Signature

method publishAsAzureAppServiceWebsite builder
Publishes the compute resource as an Azure App Service website or deployment slot
publishAsAzureAppServiceWebsite(
configure?: (arg1: AzureResourceInfrastructure, arg2: WebSite) => Promise<void>, configureSlot?: (arg1: AzureResourceInfrastructure,
arg2: WebSiteSlot) => Promise<void>): IComputeResource
configure (arg1: AzureResourceInfrastructure, arg2: WebSite) => Promise<void> optional
configureSlot (arg1: AzureResourceInfrastructure, arg2: WebSiteSlot) => Promise<void> optional
IComputeResource

Applies to

This method applies to the following types: