
Answer-first summary for fast verification
Answer: Collect all logs including informational, warning, and error logs, set log level to 'Verbose', and store logs in Azure Log Analytics.
Collecting all logs including informational, warning, and error logs ensures comprehensive coverage of system activities. Setting the log level to 'Verbose' captures detailed information necessary for deep analysis. Storing logs in Azure Log Analytics provides a centralized and efficient way to query and analyze log data, which is crucial for monitoring and troubleshooting.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are tasked with implementing logging for an Azure-based data processing application to ensure that Azure Monitor can effectively track and analyze system performance. Describe the steps you would take to implement this logging, including the types of logs you would collect, the log levels you would configure, and how you would ensure that these logs are efficiently stored and accessible for analysis.
A
Collect only error logs, set log level to 'Error', and store logs in Azure Blob Storage.
B
Collect all logs including informational, warning, and error logs, set log level to 'Verbose', and store logs in Azure Log Analytics.
C
Collect only performance logs, set log level to 'Information', and store logs in Azure SQL Database.
D
Collect audit logs, set log level to 'Warning', and store logs in Azure File Storage.