Valid AZ-104 Dumps shared by ExamDiscuss.com for Helping Passing AZ-104 Exam! ExamDiscuss.com now offer the newest AZ-104 exam dumps, the ExamDiscuss.com AZ-104 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-104 dumps with Test Engine here:
You have an Azure subscription named Subscription1 that contains an Azure Log Analytics workspace named Workspace1. You need to view the error event from a table named Event. Which query should you run in Workspace1?
Correct Answer: B
Section: [none] Explanation: To search a term in a specific table, add the table-name just after the search operator Note: There are several versions of this question in the exam. The question has two possible correct answers: 1. search in (Event) "error" 2. Event | search "error" Other incorrect answer options you may see on the exam include the following: 1. select * from Event where EventType is "error" 2. Event | where EventType is "error" 3. search in (Event) * | where EventType -eq "error" 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 https://docs.microsoft.com/en-us/azure/data-explorer/kusto/query/searchoperator?pivots=azuredataexplorer