You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/application-gateway/features.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ For more information, see [Rewrite HTTP headers and URL](rewrite-http-headers-ur
143
143
144
144
## Sizing
145
145
146
-
Application Gateway Standard_v2 can be configured for autoscaling or fixed size deployments. This SKU doesn't offer different instance sizes. For more information on v2 performance and pricing, see [autoscaling V2](application-gateway-autoscaling-zone-redundant.md) and [Understanding-pricing.md](understanding-pricing.md).
146
+
Application Gateway Standard_v2 can be configured for autoscaling or fixed size deployments. This SKU doesn't offer different instance sizes. For more information on v2 performance and pricing, see [Autoscaling V2](application-gateway-autoscaling-zone-redundant.md) and [Understandingpricing](understanding-pricing.md).
147
147
148
148
The Application Gateway Standard is offered in three sizes: **Small**, **Medium**, and **Large**. Small instance sizes are intended for development and testing scenarios.
Copy file name to clipboardExpand all lines: articles/application-gateway/understanding-pricing.md
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,16 @@ services: application-gateway
5
5
author: azhar2005
6
6
ms.service: application-gateway
7
7
ms.topic: conceptual
8
+
ms.custom: references_regions
8
9
ms.date: 09/01/2020
9
10
ms.author: azhussai
10
11
---
11
12
12
13
# Understanding Pricing for Azure Application Gateway and Web Application Firewall
13
14
15
+
>[!NOTE]
16
+
>Prices shown in this article are examples and are for illustration purposes only. For pricing information according to your region, see the [Pricing page](https://azure.microsoft.com/pricing/details/application-gateway/).
17
+
14
18
Azure Application Gateway is a layer 7 load-balancing solution, which enables scalable, highly available, and secure web application delivery on Azure.
15
19
16
20
There are no upfront costs or termination costs associated with Application Gateway.
@@ -25,17 +29,17 @@ This article describes the costs associated with each SKU and it is recommended
25
29
26
30
Standard Application Gateway and WAF V1 SKUs are billed as a combination of:
27
31
28
-
1. Fixed Costs
32
+
* Fixed Costs
29
33
30
34
Cost based on the time a particular type of Application Gateway/WAF is provisioned and running for processing requests.
31
-
The fixed cost component takes in consideration the following factors:
35
+
The fixed cost component takes in consideration the following factors:
32
36
* Tier - Standard Application Gateway or WAF
33
37
* Size - Small, Medium & Large
34
38
* Instance Count - Number of instances to be deployed
35
39
36
40
For N instances, the costs associated will be N * cost of one Instance of a particular Tier(Standard & WAF) & Size(Small, Medium & Large) combination.
37
41
38
-
2. Variable Costs
42
+
* Variable Costs
39
43
40
44
Cost based on the amount of data processed by the Application Gateway/WAF. Both the request and response bytes processed by the Application Gateway would be considered for billing.
41
45
@@ -176,13 +180,17 @@ Manually defined scale and limits set for autoscaling (minimum or maximum) are s
176
180
177
181
V2 SKUs are billed based on the consumption and constitute of two parts:
178
182
179
-
1. Fixed Costs - Cost based on the time the Application Gateway V2 /WAF V2 is provisioned and available for processing requests. This ensures high availability - even if 0 instances are reserved by specifying 0 in minimum scale units as part of autoscaling.
183
+
* Fixed Costs
184
+
185
+
Cost based on the time the Application Gateway V2 /WAF V2 is provisioned and available for processing requests. This ensures high availability - even if 0 instances are reserved by specifying 0 in minimum scale units as part of autoscaling.
180
186
181
187
The fixed cost also includes the cost associated with the public IP attached to the Application Gateway.
182
188
183
189
The number of instances running at any point of time is not considered as a factor for fixed costs for V2 SKUs. The fixed costs of running a Standard_V2 (or WAF_V2) would be same per hour regardless of the number of instances running within the same Azure region.
184
190
185
-
2. Capacity Unit Costs – Cost based on the number of capacity units either reserved or created with autoscaling as required for processing the incoming requests. Consumption based costs are computed hourly.
191
+
* Capacity Unit Costs
192
+
193
+
Cost based on the number of capacity units either reserved or created with autoscaling as required for processing the incoming requests. Consumption based costs are computed hourly.
186
194
187
195
Total Costs = Fixed Costs + Capacity Unit Costs
188
196
@@ -378,3 +386,10 @@ Current Connections = 178.25k
378
386
Capacity Units calculated = max (22.25, 16/2.22 , 178.25*1000/2500) = 71.3
379
387
380
388
Observed Capacity Units in metrics = 72.3
389
+
390
+
## Next steps
391
+
392
+
See the following articles to learn more about how pricing works in Azure Application Gateway:
0 commit comments