ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 230 - AZ-400 discussion

Report
Export

HOTSPOT

You have an Azure web app named Webapp1.

You need to use an Azure Monitor query to create a report that details the top 10 pages of Webapp1 that failed.

How should you complete the query? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 230
Correct answer: Question 230

Explanation:

Box 1: requests

Failed requests (requests/failed):

The count of tracked server requests that were marked as failed.

Kusto code:

requests

| where success == 'False'

Box 2: success == false

Reference:

https://docs.microsoft.com/en-us/azure/azure-monitor/platform/app-insights-metrics

asked 02/10/2024
Karsten Seifert
34 questions
User
0 comments
Sorted by

Leave a comment first