publishAsAzureContainerApp
Method
interface ProjectResource { // ... omitted for brevity publishAsAzureContainerApp(configure: callback): ProjectResource;}Signature
method
publishAsAzureContainerApp builder Allows configuring the specified project resource as a 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: