I\'ve created some Azure Webjobs that use triggers and I\'ve just learnt about Azure Functions.
From what I understand Azure Functions seem to overlap with Azure Web
One answer I always found for this question was You can Customize Host in Azure WebJobs but you cant Customize the host of Azure Functions,
An example for this is "In a WebJob, you can create a custom retry policy for calls to external systems."
This kind of policy can't be configured in an Azure Function.