Skip to content
Docs Try Aspire
Docs Try

publishAsAzureContainerApp

Method
📦 Aspire.Hosting.Azure.AppContainers v13.2.0
interface ProjectResource {
// ... omitted for brevity
publishAsAzureContainerApp(configure: callback): ProjectResource;
}

Signature

method publishAsAzureContainerApp builder
Configures the project resource to be published as an Azure Container App
publishAsAzureContainerApp(configure: (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => Promise<void>): ProjectResource
configure (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => Promise<void>
ProjectResource

Applies to

This method applies to the following types: