Skip to content
Docs Try Aspire
Docs Try

publishAsAzureAppServiceWebsite

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

Signature

method publishAsAzureAppServiceWebsite builder
Publishes the specified compute resource as an Azure App Service or Azure App Service 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: