Skip to content

Commit bd55879

Browse files
authored
Add descriptions about Max function
Added descriptions about Max function to the price calculation examples.
1 parent 3e97134 commit bd55879

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ Capacity unit price = 744(hours) * Max (25/50 compute unit for connections/sec,
8080

8181
Total price = $148.8+23.81 = $172.61
8282

83+
Note: The Max function returns the largest value in a pair of values.
84+
8385
**Example 3**
8486

8587
An Application Gateway WAF_v2 is provisioned for a month. During this time, it receives 25 new SSL connections/sec, average of 8.88-Mbps data transfer and does 80 request per second. Assuming connections are short lived, and that compute unit calculation for the application supports 10 RPS per compute unit, your price would be:
@@ -90,6 +92,8 @@ Capacity unit price = 744(hours) * Max (compute unit Max(25/50 for connections/s
9092

9193
Total price = $267.84 + $85.71 = $353.55
9294

95+
Note: The Max function returns the largest value in a pair of values.
96+
9397
## Scaling Application Gateway and WAF v2
9498

9599
Application Gateway and WAF can be configured to scale in two modes:
@@ -147,4 +151,4 @@ An Azure PowerShell script is available in the PowerShell gallery to help you mi
147151
- [Quickstart: Direct web traffic with Azure Application Gateway - Azure portal](quick-create-portal.md)
148152
- [Create an autoscaling, zone redundant application gateway with a reserved virtual IP address using Azure PowerShell](tutorial-autoscale-ps.md)
149153
- Learn more about [Application Gateway](overview.md).
150-
- Learn more about [Azure Firewall](../firewall/overview.md).
154+
- Learn more about [Azure Firewall](../firewall/overview.md).

0 commit comments

Comments
 (0)