Question 82:
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?
Answer options:
A. Get-Event Event | where {$_.EventType == "error"} B. Event | search "error" C. select * from Event where EventType == "error" D. Event | where EventType is "error"