admin管理员组

文章数量:1123183

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:

  • Application Insights: requests and traces
  • App Services: FunctionAppLogs

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?

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:

  • Application Insights: requests and traces
  • App Services: FunctionAppLogs

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?

Share Improve this question asked 8 hours ago LStrikeLStrike 1,6444 gold badges28 silver badges63 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

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.

本文标签: Azure Logic AppsLog Analyticswhere can I find the output error messageStack Overflow