I have an Azure Logic App that runs every three days, it is requested that a notification (email/SMS) is sent when one of the steps fails in the app. I was thinking the best way to accomplish this is to query the logs as in https://docs.microsoft.com/en-us/azure/azure-monitor/platform/alerts-unified-log As I look through the logs I am not seeing my activity either a success or failure. Can someone point me in the direction to have the events stored and queried. I do have the log analytic workspace connected to the logic app.
I have executed the logic app trigger with both successful and failures outcomes. These events are not showing up.
Thanks