https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/search-operator
https://learn.microsoft.com/en-us/azure/data-explorer/kusto/query/kql-quick-reference
Use the | (pipe) operator to separate multiple commands.
Use the let keyword to create variables.
Use the where keyword to filter results.
Use the project keyword to select specific columns.
Use the summarize keyword to group and aggregate data.
The syntax is:
Table_name | search "search term"
Note:
There are several versions of this question in the exam. The question has three possible correct answers:
1. search in (Event) "error"
2. Event | search "error"
3. Event | where EventType == "error"
Correct answer is B
There are several versions of this question in the exam. The question has three possible correct answers:
1. search in (Event) "error"
2. Event | search "error"
3. Event | where EventType == "error"
Its A
https://www.google.com/search?q=select+*+from+Event+where+EventType+%3D%3D+%22error%22&rlz=1C1CHBF_en-GBGB1039GB1039&oq=select+*+from+Event+where+EventType+%3D%3D+%22error%22&aqs=chrome..69i57j33i10i160l4.766j0j7&sourceid=chrome&ie=UTF-8
To view the error events from the "Event" table in Azure Log Analytics workspace "Workspace1," you should run the following query:
A. select * from Event where EventType == "error"
This query selects all records from the "Event" table where the EventType is equal to "error," allowing you to filter and view only the error events.
Note: Option B is not a valid Log Analytics query syntax, and options C and D use incorrect syntax for Log Analytics queries.
This section is not available anymore. Please use the main Exam Page.AZ-104 Exam Questions
Log in to ExamTopics
Sign in:
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.
TheB
Highly Voted 2 years, 3 months agolebeyic620
1 year, 1 month agoMCLC2021
Highly Voted 1 year agoMark74
Most Recent 5 months ago[Removed]
8 months, 1 week agojecampos2
1 year, 2 months agoStudyingengineer
1 year, 5 months agopinyonet
1 year, 7 months agoST5V5N
1 year, 8 months agoAthul07
1 year, 11 months agoAfsan
2 years, 4 months agoccemyilmazz
2 years, 4 months agoccemyilmazz
2 years, 4 months agokhaled_razouk
2 years, 4 months ago