1

I am trying to configure an alert for when a workflow in Logic app Standard fails.However, I cannot find any out-of-the-box Metric/Signal similar to "RunsFailed" that is available for Logic App Consumption.

Another way is to raise alerts based on Log Analytics Workspace but that would require me to write custom logs in case of an error.

This is where I am looking for a correct signal to add in my Alert condition

AasthaK
  • 116
  • 8

1 Answers1

2

Http 404 at Logic Apps Standard Model/Type with workflow type('Stateful'), is more similar to 'Runs failed' Metric of Logic Apps Consumption Model/Type. Have created and unit-tested with the alerts based on alert rule set-ups and both works similar. enter image description here

Arulmouzhi
  • 1,878
  • 17
  • 20
  • Thanks for your answer. I tried it as well and it works. – AasthaK Feb 07 '22 at 16:16
  • Glad to know it helped you. Can you please mark this as an answer – Arulmouzhi Feb 07 '22 at 17:02
  • 1
    @Arulmouzhi, I have noticed that the alert is triggered when the workflow is Successful as well - it happens when the retry on on singe action is enabled. If an action is successful after a few attempt the the alert is triggered as well. Do you have any idea how to handle this case? – skolukmar Mar 21 '22 at 11:50