How to log the debug run pipelines in azure log analytics

Sireesha Boddepalli 0 Reputation points
2023-01-11T15:28:58.8066667+00:00

I know only those pipelines that are triggered will show up in the workspace, but i would like to get logs of the debug runs as well,

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
3,645 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,236 Reputation points
    2023-01-11T21:38:45.22+00:00

    Hello and welcome to Microsoft Q&A @Sireesha Boddepalli

    The debug runs are considered a different kind of compute, so they would not be found in the same table as triggered pipeline runs.

    The table you are looking for is ADFSandboxPipelineRun .

    When I tried looking at logs, I didn't see this in the menu, but the query accepted the table name.

    1 person found this answer helpful.
    0 comments No comments

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.