
Explanation:
To examine pipeline failures from the last 60 days in Azure Data Factory, Azure Monitor is the correct solution for the following reasons:
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.
Comprehensive Monitoring Capabilities: Azure Monitor provides:
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.
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.
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.
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.