publishAsAzureContainerApp
Method
interface ProjectResource { // ... omitted for brevity publishAsAzureContainerApp(configure: callback): ProjectResource;}Signature
method
publishAsAzureContainerAppbuilderAllows 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
ProjectResourceApplies to
This method applies to the following types: