You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/logs/analyze-usage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Azure Monitor costs can vary significantly based on the volume of data being col
14
14
## Causes for higher-than-expected usage
15
15
Each Log Analytics workspace is charged as a separate service and contributes to the bill for your Azure subscription. The amount of data ingestion can be considerable, depending on the:
16
16
17
-
- Set of insights and services enabled and their configuration.
17
+
- Set of insights and services enabled and their configuration.
18
18
- Number and type of monitored resources.
19
19
- Volume of data collected from each monitored resource.
20
20
@@ -70,7 +70,7 @@ Usage
70
70
| where TimeGenerated > ago(32d)
71
71
| where StartTime >= startofday(ago(31d)) and EndTime < startofday(now())
0 commit comments