Skip to content
Docs Try Aspire

publishAsAzureContainerApp

Function
📦 Aspire.Hosting.Azure.AppContainers v13.2.0-preview.1.26159.1
interface CSharpAppResource {
// ... 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) => void): ProjectResource
configure (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => void
ProjectResource

Applies to

This function is an extension method on the following types: