You are using Azure Application Insights to monitor a web application. You need to create a custom dashboard that shows the number of failed requests per endpoint over the last 24 hours. Which query language should you use?
Trap 1: Python
Python is a programming language, not built-in for querying.
Trap 2: SQL
SQL is used for relational databases.
Trap 3: PowerShell
PowerShell is a scripting language, not a query language.
- A
Python
Why wrong: Python is a programming language, not built-in for querying.
- B
Kusto Query Language (KQL)
KQL is the query language for Azure Data Explorer and Application Insights.
- C
SQL
Why wrong: SQL is used for relational databases.
- D
PowerShell
Why wrong: PowerShell is a scripting language, not a query language.