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 badges1 Answer
Reset to default 0For 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
版权声明:本文标题:Azure Logic Apps - Log Analytics - where can I find the output error message? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736556312a1944582.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论