C here. For querying monitoring and telemetry from both Intelligent Insights and Application Insights, you’d be using Azure Log Analytics, which relies on KQL. Transact-SQL is just for the actual SQL database, not the logs. Seen this distinction in the official guide and Azure docs. I think C is spot on but let me know if I’m missing something.
Q: 11
You use Azure SQL Database Intelligent Insights and Azure Application Insights foe monitoring.
You need to write ad-hoc Queries against the monitoring data.
Which Querylanguage should you use?
Options
Discussion
Option C Seen similar wording in practice exams, always points to Log Analytics for these monitoring queries.
Yep, C. That's the one for querying Azure monitoring data.
C
Both Intelligent Insights and Application Insights push data into Azure Monitor Logs, which you query with KQL via Log Analytics. Not T-SQL here, since that's for the DB itself, not telemetry. Pretty sure C is right unless they're asking about querying the actual database tables.
Be respectful. No spam.
Question 11 of 35