HOTSPOT - You plan to create alerts that will be triggered based on the page load performance of a home page. You have the Application Insights log query shown ...


Microsoft AZ-400 Exam

Questions Number: 38 out of 535 Questions
7.10%

Question 38
HOTSPOT -
You plan to create alerts that will be triggered based on the page load performance of a home page.
You have the Application Insights log query shown in the following exhibit.
AZ-400_38Q_1.png related to the Microsoft AZ-400 Exam
Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.
NOTE: Each correct selection is worth one point.
Hot Area:
AZ-400_38Q_2.png related to the Microsoft AZ-400 Exam



Box 1: percentile_duration_95 -
Box 2: success -
For example -
requests
| project name, url, success
| where success == "False"
This will return all the failed requests in my App Insights within the specified time range.
Reference:
https://devblogs.microsoft.com/premier-developer/alerts-based-on-analytics-query-using-custom-log-search/





Previous Questions Next Questions