
Answer-first summary for fast verification
Answer: Add a diagnostic setting that sends activity runs to a Log Analytics workspace.
To monitor queue times across activities in Azure Data Factory using Log Analytics, the optimal approach is to configure diagnostic settings that send activity run data to a Log Analytics workspace. **Why Option B is correct:** - Activity runs contain detailed execution information including queue times, duration, status, and other performance metrics for individual activities within pipelines - The ADFActivityRun table in Log Analytics captures comprehensive activity-level telemetry data - Queue time monitoring specifically requires activity-level granularity rather than pipeline-level aggregation - This enables detailed analysis of performance bottlenecks and resource contention at the activity level **Why other options are less suitable:** - **Option A (Connect to Microsoft Purview):** Purview focuses on data governance, cataloging, and lineage tracking rather than performance monitoring and queue time analysis - **Option C (Enable auto refresh for Activity Logs Insights):** Activity Logs Insights provides operational-level audit data for Azure resource management events, not detailed pipeline activity performance metrics - **Option D (Send pipeline runs to Log Analytics):** While pipeline run data is useful for high-level monitoring, it lacks the granular activity-level details needed specifically for queue time analysis across individual activities By configuring diagnostic settings for activity runs, you gain access to the detailed telemetry required to analyze queue times, identify performance bottlenecks, and optimize pipeline execution across all five activities.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You have an Azure Data Factory named DF1 with a pipeline containing five activities.
How should you configure DF1 to monitor the queue times for these activities using Log Analytics?
A
Connect DF1 to a Microsoft Purview account.
B
Add a diagnostic setting that sends activity runs to a Log Analytics workspace.
C
Enable auto refresh for the Activity Logs Insights workbook.
D
Add a diagnostic setting that sends pipeline runs to a Log Analytics workspace.