0
votes

I have Application Insights configured to monitor an Azure Function and have setup an alert to notify me (via email) if the function fails. I actually would like to receive a notification every time the function runs(once per week). I feel that this should be easy to do but I'm new to Application Insights and not sure if I'm looking in the right place.

1
Yes it is possible, send a event to app insights and create an alert from app insights everytime your receive this type of event - Thomas

1 Answers

0
votes

Azure Functions integration with Application Insights will create a metric for each Function which tracks count and duration (avg). You can create an Alert based on that metric for count and alert anytime it is greater than or equal to 1.