I have multiple azure functions in different .Net projects. I'm not sure whether we are able to deploy multiple functions from different projects into a single azure function app via Azure DevOps.
Generally, we will deploy azure functions as zipping or package, By this way It's replacing the latest project alone. I mean I can't deploy multiple functions from different projects in a single-function app via DevOps. By visual studio, we have some ways to achieve this but not sure via pipelines
Is anyone able to advise me on this ??
Reference
Deploying multiple function under same azure function app not working