Azure Function Failures Occurring, Which App Insights Alert To Create?
Eh! Troubleshooting this all morning to no avail. Background: What: Azure Function Runtime: Python Trigger: EventGrid w/ Advanced Filters Advanced Filters (NOTE: Working just fine
Solution 1:
It's simple to create an application insights alert for an azure function error.
You should know that all the errors will flow into the exceptions table
in application insights. When create an alert, you should choose the custom log search
as signal. next, you can write a query to query the errors from exceptions table
.
Post a Comment for "Azure Function Failures Occurring, Which App Insights Alert To Create?"