Aspire.Hosting.Azure.AppContainers
Official
📦 Aspire.Hosting.Azure.AppContainers v13.3.0 12 Functions
1 Types
1 types and 0 members
Types
Functions
method
addAzureContainerAppEnvironment builder Adds an Azure Container App Environment resource
addAzureContainerAppEnvironment(name: string): AzureContainerAppEnvironmentResource method
configureCustomDomain Configures the custom domain for the container app
configureCustomDomain(customDomain: ParameterResource, certificateName: ParameterResource): void method
publishAsAzureContainerApp builder Configures the container resource to be published as an Azure Container App
publishAsAzureContainerApp(configure: (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => Promise<void>): ContainerResource method
publishAsAzureContainerApp builder Configures the executable resource to be published as an Azure Container App
publishAsAzureContainerApp(configure: (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => Promise<void>): ExecutableResource method
publishAsAzureContainerApp builder Configures the project resource to be published as an Azure Container App
publishAsAzureContainerApp(configure: (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => Promise<void>): ProjectResource method
publishAsAzureContainerAppJob builder Configures the compute resource as an Azure Container App Job
publishAsAzureContainerAppJob(configure?: (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => Promise<void>): IComputeResource method
publishAsScheduledAzureContainerAppJob builder Configures the compute resource as a scheduled Azure Container App Job
publishAsScheduledAzureContainerAppJob(cronExpression: string, configure?: (arg1: AzureResourceInfrastructure, arg2: ContainerAppJob) => Promise<void>): IComputeResource method
withAzdResourceNaming builder Configures resources to use azd naming conventions
withAzdResourceNaming(): AzureContainerAppEnvironmentResource method
withAzureLogAnalyticsWorkspace builder Configures the container app environment to use a specific Log Analytics Workspace
withAzureLogAnalyticsWorkspace(workspaceBuilder: AzureLogAnalyticsWorkspaceResource): AzureContainerAppEnvironmentResource method
withCompactResourceNaming builder Configures resources to use compact naming for length-constrained Azure resources
withCompactResourceNaming(): AzureContainerAppEnvironmentResource method
withDashboard builder Configures whether the Aspire dashboard is included in the container app environment
withDashboard(enable?: boolean): AzureContainerAppEnvironmentResource method
withHttpsUpgrade builder Configures whether HTTP endpoints are upgraded to HTTPS
withHttpsUpgrade(upgrade?: boolean): AzureContainerAppEnvironmentResource