How to setup CI/CD process in Azure DevOps for Azure Functions(Consumption plan) and ASP.NET Core Web Api(App Service) that are located in the same Azure DevOps repository?
I used Template-base pipeline (https://docs.microsoft.com/en-us/azure/azure-functions/functions-how-to-azure-devops?tabs=csharp%2Cwindows#template-based-pipeline) for Azure Functions but it works only for one Function App. But I have more than one Function App in repository as well as ASP.NET Core Web Api

