addAzureFunctionsProject
Function
interface IDistributedApplicationBuilder { // ... omitted for brevity addAzureFunctionsProject( name: string, projectPath: string): AzureFunctionsProjectResource;}Signature
method
addAzureFunctionsProject builder Adds an Azure Functions project to the distributed application
addAzureFunctionsProject( name: string, projectPath: string): AzureFunctionsProjectResourceParameters
name string projectPath string Returns
AzureFunctionsProjectResource Applies to
This function is an extension method on the following types: