AZ-104 · Question #403
Hotspot Question You have an Azure subscription that contains several virtual machines and an Azure Log Analytics workspace named Workspace1. You create a log search query as shown in the following…
The query uses 'ago(14d)' as the time filter, which means it retrieves data from the past 14 days regardless of which day it is run - so running it on Monday still returns the last 14 days of events. The 'render timechart' command with 'avg(CounterValue)' aggregation displays…
Question
Exhibits
Answer Area
- If you run the query on Monday, the query will return the events from the last:
- The query results will be displayed in a
Explanation
The query uses 'ago(14d)' as the time filter, which means it retrieves data from the past 14 days regardless of which day it is run - so running it on Monday still returns the last 14 days of events. The 'render timechart' command with 'avg(CounterValue)' aggregation displays results as a time-based chart where the Y axis represents the average CounterValue metric, making it a graph with avg(CounterValue) on the Y axis rather than a table or other visualization type.
Topics
Community Discussion
No community discussion yet for this question.

