I have a Logic App with a lot of steps and want to setup a propper monitoring and dashboarding with the use of Log Analytics and KQL queries.
Currently I use the following Log Analytics tables from my Logic App:
This so far OK, thus I can identify the amount of runs and errors as a good overview, but what I am missing is the errormessage itself, like shown in the picture.
Where can I find this errormessage?
For Standard Logic Apps, workflow run details are logged in the LogicAppWorkflowRuntime
table.
If the error details are not logged in the Error
field of this table, you can configure the actions to have tracked properties so that the output details are logged in the TrackedProperties
field.