I would like to use Application Insights to monitor a Logic App that chains several Azure Functions. I want the chain to be as safe as possible, and i if something goes wrong i want to have the http request that failed to be processed correctly by the functions. I figured i could raise alerts from Application Insights when something goes wrong, however i'm not sure how to get the message that failed into a blob or a "failed message queue".
Is it possible for an Application Insights Alert to be a trigger for a function that would add data to a blob?
webhook
endpoint. azure.microsoft.com/en-us/blog/webhooks-for-azure-alerts – Thomas