ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 430 - AZ-104 discussion

Report
Export

You have an Azure subscription named Subscription' that contains an Azure Log Analytics workspace named Workspace',

You need to view the error events from a table named Event.

Which query should you run in Workspace1?

A.
Event | where EventType is "error"
Answers
A.
Event | where EventType is "error"
B.
search in (Event) "error"
Answers
B.
search in (Event) "error"
C.
select * from Event where EventType is "error"
Answers
C.
select * from Event where EventType is "error"
D.
search in (Event) * | where EventType -eq "error"
Answers
D.
search in (Event) * | where EventType -eq "error"
Suggested answer: B
asked 26/09/2024
Amirouche Rahani
48 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first