Skip to content

Commit 96382fe

Browse files
authored
Merge pull request #195292 from DaleKoetke/patch-49
Add pricing example
2 parents 019a30f + 0a01a1a commit 96382fe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

articles/azure-monitor/alerts/alerts-unified-log.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,20 @@ Each Log Alert rule is billed based the interval at which the log query is evalu
182182
183183
Prices for Log Alert rules are available on the [Azure Monitor pricing page](https://azure.microsoft.com/pricing/details/monitor/).
184184
185+
### Calculating the price for a Log Alert rule without dimensions
186+
187+
The price of an alert rule which queries 1 resource event every 15-minutes can be calculated as:
188+
189+
Total monthly price = 1 resource * 1 log alert rule * price per 15-minute internal log alert rule per month.
190+
191+
### Calculating the price for a Log Alert rule with dimensions
192+
193+
The price of an alert rule which monitors 10 VM resources at 1-minute frequency, using resource centric log monitoring, can be calculated as Price of alert rule + Price of number of dimensions. For example:
194+
195+
Total monthly price = price per 1-minute log alert rule per month + ( 10 time series - 1 included free time series ) * price per 1-min interval monitored per month.
196+
197+
Pricing of at scale log monitoring is applicable from Scheduled Query Rules API version 2021-02-01.
198+
185199
## View log alerts usage on your Azure bill
186200
187201
Log Alerts are listed under resource provider `microsoft.insights/scheduledqueryrules` with:

0 commit comments

Comments
 (0)