exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 16 question 58 discussion

Actual exam question from Microsoft's AZ-103
Question #: 58
Topic #: 16
[All AZ-103 Questions]

You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1.
You need to view the error events from a table named Event.
Which query should you run in Workspace1?

  • A. search in (Event) * | where EventType ""eq "error"
  • B. search in (Event) "error"
  • C. select *from Event where EventType is "error"
  • D. Event | where EventType is "error"
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
To search a term in a specific table, add in (table-name) just after the search operator
Reference:
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-queries https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/get-started-portal

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
chand_
4 years, 11 months ago
B" is the correct ans.
upvoted 2 times
...
sasaws
4 years, 11 months ago
https://docs.microsoft.com/en-us/azure/azure-monitor/log-query/search-queries#table-scoping
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...