
Ultimate access to all questions.
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.