Error handling is extremely important, we can define functions to be triggered when an execution error happens in one of your triggered functions:
//Fires when 10 errors occur in the last 30 minutes (sliding)
public static void ErrorMonitor([ErrorTrigger("0:30:00", 10)] TraceFilter filte...