Azure Logic App : Logs not showing in Log Analytics workspace and AzureDiagnostics log table

Mulchandani, Jaideep 1 Reputation point
2020-08-26T17:02:29.473+00:00

I have been following the following article :
https://learn.microsoft.com/en-gb/azure/logic-apps/monitor-logic-apps-log-analytics

But even after following all the steps in the article , I cant see any data in Logic Apps Management section of my Log Analytics workspace.
It is always showing 0 data.

20290-image.png

By further analysis , I can see that there is no data in AzureDiagnostics table in my logs. There is data in rest 2 tables i.e. AzureActivity and AzureMetrics. Ideally when I have enabled the diagnostics, the table should have been populated.

20545-image.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,845 questions
Azure Stream Analytics
Azure Stream Analytics
An Azure real-time analytics service designed for mission-critical workloads.
330 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Michael Koerner 1 Reputation point
    2020-08-26T21:07:48.873+00:00

    Make sure the Logic App is configured as shown in the section "Set up Azure Monitor logs"


  2. MayankBargali-MSFT 68,476 Reputation points
    2020-08-27T08:15:07.31+00:00

    Hi @Mulchandani, Jaideep

    Can you click on preview data for AzureActivity and see if you are able to see any data?
    20823-image.png

    Once the preview data window is opened please click on "See in query editor" and write the below query to check the last 1hr data after performing a test execution in logic app end.

    AzureActivity
    | where TimeGenerated > ago(24h)
    | limit 10

    Also, can you confirm if you have selected "workflow runtime" and "all metrics" in the diagnostic setting configuration of your logic app.

    20795-image.png

    I have tested the setup at my end following this article and didn't observe any issue.
    20767-image.png

    0 comments No comments

  3. Kailash Pandey 36 Reputation points
    2020-10-18T23:44:07.743+00:00

    Hi @Mulchandani, Jaideep & @MayankBargali-MSFT ,
    I ran into the same issue and my Azure Logic App Management dashboard is always empty. And logics app are running every day and they have been configured exactly the same way as been described in the https://learn.microsoft.com/en-gb/azure/logic-apps/monitor-logic-apps-log-analytics.

    @MayankBargali-MSFT -
    under a specific logic app logs, if I run this query "AzureMetrics | where TimeGenerated > ago(24h) ", I get some results but as you asked to click on Preview Data under Azure Activity, I get an error saying "Error retrieving data". Please see the screenshot and any help will be appreciated
    33000-image.png