Skip to content
Docs Try Aspire

publishAsAzureAppServiceWebsite

Function
📦 Aspire.Hosting.Azure.AppService v13.2.0-preview.1.26159.1
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) => void, configureSlot?: (arg1: AzureResourceInfrastructure,
arg2: WebSiteSlot) => void): IComputeResource
configure (arg1: AzureResourceInfrastructure, arg2: WebSite) => void optional
configureSlot (arg1: AzureResourceInfrastructure, arg2: WebSiteSlot) => void optional
IComputeResource

Applies to

This function is an extension method on the following types: