ContainerAppExtensions
Class static net10.0
Provides extension methods for customizing Azure Container App resource.
namespace Aspire.Hosting;
public static class ContainerAppExtensions{ // ...}Methods4
Section titled MethodsConfigureCustomDomain(ContainerApp, IResourceBuilder<ParameterResource>, IResourceBuilder<ParameterResource>)extensionexperimental Configures the custom domain for the container app.
PublishAsAzureContainerAppJob(IResourceBuilder<T>, Action<AzureResourceInfrastructure, ContainerAppJob>)extensionexperimentalIResourceBuilder<T> Allows configuring the specified compute resource as an Azure Container App Job.
PublishAsAzureContainerAppJob(IResourceBuilder<T>)extensionexperimentalIResourceBuilder<T> Configures the specified compute resource as a manually triggered Azure Container App Job.
PublishAsScheduledAzureContainerAppJob(IResourceBuilder<T>, string, Action<AzureResourceInfrastructure, ContainerAppJob>)extensionexperimentalIResourceBuilder<T> Configures the specified compute resource as a scheduled Azure Container App Job with the provided cron expression.