Hi Team:
I am aware that Azure function supports http triggers. Does this mean we can build full fledged apis with azure functions instead of using .net core API with APP service? Basically we have already developed around 20 APIS using .net core web API and we would like to deploy them in Azure. I see that we can deploy to Azure APP service? But Azure function also supports http trigger so which one we should use APP service/ Azure function? Currently we have containerized and deployed to Azure VM. But we would like to go for Azure PAAS offering for better scalability and maintenance.
Basically, When should we go for Azure Functions with http trigger? and when should we go for the Azure APP service with respective web API development? Could you please clarify? what is the Microsoft recommendation?
Thanks
Rajesh