Skip to content

Commit f76582d

Browse files
Merge pull request #303547 from reyjordi/understanding-pricing-edit
corrections from last PR
2 parents 8b95171 + d7fe5c3 commit f76582d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/application-gateway/understanding-pricing.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,13 @@ You can also pre-provision resources by specifying the **Instance Count**. Each
5454

5555
Manually defined scale and limits set for autoscaling (minimum or maximum) are set in terms of instance count. The manually set scale for instance count and the minimum instance count in autoscale config reserves 10 capacity units/instance. These reserved capacity units are billed as long as the application gateway is active regardless of the actual resource consumption. If actual consumption crosses the 10 capacity units/instance threshold, additional capacity units are billed under the variable component.
5656

57-
> [!NOTE]
58-
> An **Instance** is a physical deployment unit of Application Gateway. Users aren't billed directly for the number of instances, but rather for the capacity units reserved or consumed by the instances.
59-
6057
#### Total capacity units
6158

6259
Total capacity units are calculated based on the higher of the capacity units by utilization or by instance count.
6360

6461
### Compute unit
6562

66-
**Compute Unit** is the measure of compute capacity consumed. Factors affecting compute unit consumption are TLS connections/second, URL Rewrite computations, and WAF rule processing. The number of requests a compute unit can handle depends on various criteria like TLS certificate key size, key exchange algorithm, header rewrites, and in case of WAF: incoming request size.
63+
**Compute units** are an entirely different concept from capacity units. Compute units are a measure of compute capacity consumed, while capacity units are a measure of capacity utilization across multiple parameters. Compute units are one of three parameters used to calculate capacity units. Factors affecting compute unit consumption are TLS connections/second, URL Rewrite computations, and WAF rule processing. The number of requests a compute unit can handle depends on various criteria like TLS certificate key size, key exchange algorithm, header rewrites, and in case of WAF: incoming request size.
6764

6865
Compute unit guidance:
6966
* Basic_v2 (preview) - Each compute unit is capable of approximately 10 connections per second with RSA 2048-bit key TLS certificate.
@@ -72,9 +69,6 @@ Compute unit guidance:
7269

7370
The following table shows example prices using Application Gateway Standard v2 SKU. These prices are based on a snapshot of East US pricing and are for illustration purposes only.
7471

75-
> [!NOTE]
76-
> Compute units are an entirely different concept from capacity units. Compute units are a measure of compute capacity consumed, while capacity units are a measure of capacity utilization across multiple parameters. Compute units are one of three parameters used to calculate capacity units.
77-
7872
### How much traffic can an instance handle?
7973

8074
Each instance of Application Gateway Standard_v2 can handle the following traffic:

0 commit comments

Comments
 (0)