Skip to content
Docs Try Aspire

publishAsConfiguredAzureContainerAppJob

Function
📦 Aspire.Hosting.Azure.AppContainers v13.2.0-preview.1.26159.1
interface ContainerResource {
// ... omitted for brevity
publishAsConfiguredAzureContainerAppJob(configure: callback): IComputeResource;
}

Signature

method publishAsConfiguredAzureContainerAppJob builder
Configures the compute resource as an Azure Container App Job with custom configuration
publishAsConfiguredAzureContainerAppJob(configure: (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => void): IComputeResource
configure (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => void
IComputeResource

Applies to

This function is an extension method on the following types: