We have a bunch of demos which just run all of the time and one of them was flagging up in the monitoring tool that their is an issue with the Logic App Standard demo.
The error we are getting in the run history is below.
The function 'GetDataViaFunction' failed to execute. Please verify function code is valid.
It wasnt very clear what the cause of the error is but in this case restarting the Logic App resolved the issue. Its weird thinking about this one because both the workflows and inline functions are really just functions so it doesnt make a lot of sense that the function wasnt executing. You certainly couldnt see anything in app insights indicating the function was trying to execute.
The fix for this was that we just restart the logic app and it started executing straight away
My guess is somehow the runtime is having an issue and maybe it hasnt been restarted for a long time and the function just isnt healthy to execute. Maybe theres a version hotfix under the hood since the last restart that resolved this or something.
This does throw up questions about how to monitor and resolve these kinds of issues. Fortunately for me the Turbo360 run history monitoring caught this and I could handle it.