Designing and Implementing Microsoft DevOps Solutions — Question 81
You have an Azure subscription that contains multiple Azure pipelines.
You need to deploy a monitoring solution for the pipelines. The solution must meet the following requirements:
✑ Parse logs from multiple sources.
✑ Identify the root cause of issues.
What advanced feature of a monitoring tool should you include in the solution?
Answer options
- A. analytics
- B. synthetic monitoring
- C. directed monitoring
- D. Alert Management
Correct answer: A
Explanation
The correct answer is A, analytics, because it enables the aggregation and analysis of logs from different sources, which is essential for identifying the root causes of issues. Options B, synthetic monitoring, and C, directed monitoring, do not focus on log parsing and root cause analysis, while D, Alert Management, primarily deals with notification and response rather than deep log analysis.