Microsoft Certified Devops Engineer Expert · Free Practice Question Easy
Question 9
You use Azure SQL Database Intelligent Insights and Azure Application Insights for monitoring. You need to write ad-hoc queries against the monitoring data. Which query language should you use?
-
A
Kusto Query Language (KQL)
-
B
PL/pgSQL
-
C
PL/SQL
-
D
Transact-SQL
Reveal correct answer
Correct answer: A
Explanation
Azure Monitor Logs is based on Azure Data Explorer, and log queries are written using the same Kusto query language (KQL). This is a rich language designed to be easy to read and author, and you should be able to start using it with minimal guidance.
Reference:
https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-query-overview
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
