How to create Email alert for failure of function app

DR 21 Reputation points
2020-09-18T14:23:12.07+00:00

Have to create Email alert for the failure of function app. Created application insights and getting logging information. Have Blob trigger, HTTP trigger. How to create appropriate alert and choose the alert signal to receive through email.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,911 questions
{count} votes

Accepted answer
  1. JayaC-MSFT 5,606 Reputation points
    2020-09-18T15:27:53.663+00:00

    @DR You may follow this link to configure the email alert for your azure functions.

    You may also check these links for step by step implementation :

    http://www.mattruma.com/adventures-with-azure-functions-create-an-alert-from-app-insight-to-send-an-email-notification/

    https://learn.microsoft.com/en-us/azure/azure-monitor/platform/alerts-log

    You'll receive a similar email :

    25796-image.png

    Please let me know if this helps. If yes, then please "Accept the answer" and "Up-Vote" so that it helps others in the community.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.