Data Engineering on Microsoft Azure — Question 91
You have an Azure data factory named DF1. DF1 contains a single pipeline that is executed by using a schedule trigger.
From Diagnostics settings, you configure pipeline runs to be sent to a resource-specific destination table in a Log Analytics workspace.
You need to run KQL queries against the table.
Which table should you query?
Answer options
- A. ADFPipelineRun
- B. ADFTriggerRun
- C. ADFActivityRun
- D. AzureDiagnostics
Correct answer: A
Explanation
The correct table to query is ADFPipelineRun, as it specifically contains the records of pipeline executions in Azure Data Factory. The other options either pertain to trigger runs (B), activity runs (C), or general Azure diagnostics data (D), which do not provide the specific pipeline run information needed for the query.