Instrumenting solutions to support monitoring and logging
- Your console application is using Azure SQL Database. Your application is one of many other applications that query databases during the day. You suspect that the performance of the SQL database has been degraded. You want to collect information on query performance and compare it with the previous day.
What actions should you take with a minimum administration overhead?
- From the Azure SQL instance, choose Enable Query Performance Insight to investigate the query performance.
- From Application Insights, choose Application Map and investigate the performance of SQL Server.
- From Application Insights, choose Performance, and then select Profiler to profile the request to SQL Server.
- From the Log Analytics workspace, connect your Azure SQL instance and choose Query Performance Insights.
- From Azure Monitor, choose the CPU percentage metric to monitor CPU utilization per request.
- Your...