Azure Function Failures and warnings

Viewed 91

I am developing function app with timmer trigger and binding and how to check failures while running the function app

1 Answers

After developing the Function App you need to enable the Application Insights and in the Azure portal on your function app to your left side pane yo can see monitoring alerts.

In that monitoring Alerts you can diagnose the failures and warning if there is any when you are trying to run the function app.

enter image description here

Related