
Answer-first summary for fast verification
Answer: diagnostic settings
To send pipeline execution information from Azure Data Factory (ADF) to a Log Analytics workspace, **diagnostic settings** must be configured. Diagnostic settings in Azure Data Factory allow you to export platform logs and metrics to various destinations, including Log Analytics workspaces. These settings capture execution details such as pipeline runs, activity runs, and trigger runs, which are essential for monitoring and troubleshooting. - **Why A is correct**: Diagnostic settings are specifically designed to route ADF execution logs to external services like Log Analytics, enabling centralized monitoring and analysis. - **Why B (metrics) is incorrect**: While metrics provide performance data (e.g., pipeline success rates), they do not include detailed execution logs required for pipeline run analysis. - **Why C (logs) is incorrect**: Logs are the data being sent, but diagnostic settings are the configuration mechanism to route them to Log Analytics. - **Why D (alerts) is incorrect**: Alerts are reactive notifications based on metrics or logs but do not facilitate the initial export of execution information.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.