Skip to content
Docs Try Aspire
Docs Try

publishAsAzureContainerApp

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

Signature

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

Applies to

This method applies to the following types: