
Answer-first summary for fast verification
Answer: Azure Monitor
## Detailed Explanation To examine pipeline failures from the last 60 days in Azure Data Factory, **Azure Monitor** is the correct solution for the following reasons: ### Why Azure Monitor (Option D) is Optimal: 1. **Extended Data Retention**: Azure Data Factory's built-in monitoring features (including the Monitor & Manage app) retain pipeline run data for only 45 days by default. Azure Monitor allows you to configure diagnostic settings to send pipeline run data to Log Analytics workspaces, Azure Storage, or Event Hubs, enabling retention periods well beyond 60 days. 2. **Comprehensive Monitoring Capabilities**: Azure Monitor provides: - Long-term historical analysis of pipeline failures - Custom alerting and notifications for pipeline issues - Advanced querying capabilities using Kusto Query Language (KQL) - Integration with other Azure services for holistic monitoring 3. **Regulatory and Compliance Requirements**: Many organizations require data retention beyond 45 days for audit, compliance, or troubleshooting purposes. Azure Monitor is specifically designed to meet these extended retention needs. ### Why Other Options Are Less Suitable: - **Option A (Activity log)**: The Activity log primarily shows resource-level operations (like creating, updating, or deleting Data Factory resources) rather than detailed pipeline execution data and failures. - **Option B (Monitor & Manage app)**: While this provides excellent real-time monitoring and detailed pipeline execution insights, it has the critical limitation of only retaining data for 45 days, making it insufficient for the 60-day requirement. - **Option C (Resource health)**: This blade focuses on the health status of the Data Factory resource itself (availability, performance) rather than individual pipeline execution details and failures. ### Implementation Approach: To achieve 60-day retention for pipeline failure analysis, you would configure diagnostic settings in your Data Factory to send pipeline run metrics and logs to a Log Analytics workspace with appropriate retention policies, or to Azure Storage for long-term archival.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You have an Azure Data Factory. You need to review the pipeline run failures from the past 60 days. What should you use?
A
the Activity log blade for the Data Factory resource
B
the Monitor & Manage app in Data Factory
C
the Resource health blade for the Data Factory resource
D
Azure Monitor
No comments yet.