publishAsAzureContainerApp
Method
interface ProjectResource { // ... 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) => Promise<void>): ProjectResourceParameters
configure (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => Promise<void> Returns
ProjectResource Applies to
This method applies to the following types: