Triggers by errors
- Error handling is extremely important, we can define functions to be triggered when an execution error happens in one of your triggered functions:
- It's specially useful for centralizing error handling.
- ErrorTrigger requires an additional setting on the JobHostConfiguration:
- You also must install the NuGet package Microsoft.Azure.WebJobs.Extensions.