publishAsAzureContainerApp
Function
interface CSharpAppResource { // ... 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) => void): ProjectResourceParameters
configure (arg1: AzureResourceInfrastructure, arg2: ContainerApp) => void Returns
ProjectResource Applies to
This function is an extension method on the following types: