Cannot view Logic App Workflow Runtime Logs in Log Analytics workspace

Amber Dao 0 Reputation points
2025-03-26T23:48:44.3966667+00:00

I have configured and have my Logic App send the Workflow Runtime Logs to my Log Analytics workspace:

User's image

However when checking the logs in the said Log Analytics workspace, I could not find the table LogicAppWorkflowRuntime as mentioned in this article.

However, I do see the logs from the app going into the AppTraces table, although it's too granular and I want to view the Workflow Runtime Logs instead.User's image

Question: where is the LogicAppWorkflowRuntime table and how can I view the Workflow Runtime Logs?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,551 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ranashekar Guda 2,825 Reputation points Microsoft External Staff Moderator
    2025-03-27T01:01:14.7233333+00:00

    Hi @Amber Dao,

    To view the Logic App Workflow Runtime Logs in your Log Analytics workspace, ensure that you are accessing the correct table. The LogicAppWorkflowRuntime logs are generated during the Logic Apps workflow runtime, and you can find them by following these steps:

    • In the Azure portal, open your Log Analytics workspace.
    • On the workspace navigation menu, select Logs.
    • In the new query tab, expand LogManagement in the left column and select LogicAppWorkflowRuntime.

    If you do not see the LogicAppWorkflowRuntime table, it may be due to configuration issues or the logs not being sent correctly. Ensure that your Logic App is properly configured to send logs to the Log Analytics workspace and that the necessary permissions are in place.

    Additionally, if you're working with Azure Government regions, make sure to select Azure Diagnostics instead.

    For further clarification, please refer to the following documentations: Document1, Document2

    I hope this helps resolve your issue. Feel free to reach out if you have further concerns.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.