1
votes

I'm new to Azure, i searched but didn't find something reliable for me.I have an azure app which is sending some HTTP requests to my API. Is there any chance to get an email notification if the HTTP request fails ?

2

2 Answers

1
votes

You could try to create an alert rule for your logic app, navigate to the logic app in the portal -> Alerts -> New alert rule. Specify the parameters, action group. You need to create a new action group first, use the Action Type with Email/SMS/Push/Voice, set the emails address, etc.

For more details, you could refer to this link.

0
votes

you can take advantage of exceptional handling technique provided by the azure logic app Add a trigger after the HTTP call as you want to send email add send email action Click on the setting top right corner of the action Click on configure run after Select is failed or skipped So this action will only if the previous action is failed