Skip to content

Commit 7226cbd

Browse files
Merge pull request #33010 from tksh164/patch-13
Correction price calculation formula
2 parents 4459f98 + 628e79c commit 7226cbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/application-gateway/application-gateway-autoscaling-zone-redundant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ For more pricing information, see the [pricing page](https://azure.microsoft.com
6666
An Application Gateway Standard_v2 is provisioned without autoscaling in manual scaling mode with fixed capacity of five instances.
6767

6868
Fixed price = 744(hours) * $0.20 = $148.8 <br>
69-
Capacity units = 744 (hours) 10 capacity unit per instance * five instances * $0.008 per capacity unit hour = $297.6
69+
Capacity units = 744 (hours) * 10 capacity unit per instance * 5 instances * $0.008 per capacity unit hour = $297.6
7070

7171
Total price = $148.8 + $297.6 = $446.4
7272

@@ -147,4 +147,4 @@ An Azure PowerShell script is available in the PowerShell gallery to help you mi
147147
- [Quickstart: Direct web traffic with Azure Application Gateway - Azure portal](quick-create-portal.md)
148148
- [Create an autoscaling, zone redundant application gateway with a reserved virtual IP address using Azure PowerShell](tutorial-autoscale-ps.md)
149149
- Learn more about [Application Gateway](overview.md).
150-
- Learn more about [Azure Firewall](../firewall/overview.md).
150+
- Learn more about [Azure Firewall](../firewall/overview.md).

0 commit comments

Comments
 (0)