Kenny_I
Kenny_I

Reputation: 2503

How to configure Azure Alert for Azure Functions Health Check

I have successfully configured Health check for Azure Functions. Next I would like to create Azure Alert and then send message with LogicApps.

How do I configure Azure Alert so that if health is not Action is taking place?

https://learn.microsoft.com/en-us/azure/app-service/monitor-instances-health-check

Upvotes: 0

Views: 1359

Answers (1)

Anand Sowmithiran
Anand Sowmithiran

Reputation: 2920

You could create an alert based on the metrics of your Function App [http errors, failure rate, etc] using App Insights, the alert action can be configured to email you or send voice call etc. Refer 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/app/monitor-functions

Upvotes: 1

Related Questions