Which query should ...
 
Notifications
Clear all

Which query should you run in Workspace1?

1 Posts
1 Users
0 Likes
267 Views
(@palomamikel)
Noble Member
Joined: 2 years ago
Posts: 733
Topic starter  

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 . Event | where EventType is "error"
  • B . Event | search "error"
  • C . select * from Event where EventType == "error"
  • D . Get-Event Event | where {$_.EventType -eq "error"}

Show Answer Hide Answer

Suggested Answer: B

Explanation:

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/get-started-queries

   
Quote

Latest AZ-104 V1 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: