Skip to content

Commit 5e7c359

Browse files
authored
calculation for "example 6" is not correct
if it is "manual scaling", we charge (instance units)*10 (CU) as a base so the cost will be Variable Costs = $0.008 * ( 2 (Instance Units) * 10 (capacity units) * 730 (Hours) = $116.8
1 parent 297e831 commit 5e7c359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/application-gateway/understanding-pricing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Monthly price estimates are based on 730 hours of usage per month.
242242

243243
Fixed Price = $0.246 * 730 (Hours) = $179.58
244244

245-
Variable Costs = $0.008 * 2 (capacity units) * 730 (Hours) = $11.68
245+
Variable Costs = $0.008 * ( 2 (Instance Units) * 10 (capacity units) * 730 (Hours) = $116.8
246246

247247
DDoS Network Protection Cost = $2,944 * 1 (month) = $2,944
248248

0 commit comments

Comments
 (0)