Question 56
AZ-104 voucher + Udemy course (lifetime access) = ₹3,500 for Indian ID card holders.
Details →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?
- AGet-Event Event | where {$_.EventType == "error"}
- Bsearch in (Event) "error"
- Cselect * from Event where EventType == "error"
- Dsearch in (Event) * | where EventType -eq "error"