Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0f3fee

Browse files
committedSep 2, 2020
Address comments
address comments
1 parent b4bcf62 commit c0f3fee

File tree

4 files changed

+22
-7
lines changed

4 files changed

+22
-7
lines changed
 

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ With the v2 SKU, the pricing model is driven by consumption and is no longer att
4242

4343
Each capacity unit is composed of at most: 1 compute unit, 2500 persistent connections, and 2.22-Mbps throughput.
4444

45-
To learn more, see [understanding pricing](understanding-pricing.md).
45+
To learn more, see [Understanding pricing](understanding-pricing.md).
4646

4747
## Scaling Application Gateway and WAF v2
4848

‎articles/application-gateway/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ For more information, see [Rewrite HTTP headers and URL](rewrite-http-headers-ur
143143

144144
## Sizing
145145

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 [Understanding pricing](understanding-pricing.md).
147147

148148
The Application Gateway Standard is offered in three sizes: **Small**, **Medium**, and **Large**. Small instance sizes are intended for development and testing scenarios.
149149

‎articles/application-gateway/understanding-pricing.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ services: application-gateway
55
author: azhar2005
66
ms.service: application-gateway
77
ms.topic: conceptual
8+
ms.custom: references_regions
89
ms.date: 09/01/2020
910
ms.author: azhussai
1011
---
1112

1213
# Understanding Pricing for Azure Application Gateway and Web Application Firewall
1314

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+
1418
Azure Application Gateway is a layer 7 load-balancing solution, which enables scalable, highly available, and secure web application delivery on Azure.
1519

1620
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
2529

2630
Standard Application Gateway and WAF V1 SKUs are billed as a combination of:
2731

28-
1. Fixed Costs
32+
* Fixed Costs
2933

3034
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:
3236
* Tier - Standard Application Gateway or WAF
3337
* Size - Small, Medium & Large
3438
* Instance Count - Number of instances to be deployed
3539

3640
For N instances, the costs associated will be N * cost of one Instance of a particular Tier(Standard & WAF) & Size(Small, Medium & Large) combination.
3741

38-
2. Variable Costs
42+
* Variable Costs
3943

4044
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.
4145

@@ -176,13 +180,17 @@ Manually defined scale and limits set for autoscaling (minimum or maximum) are s
176180

177181
V2 SKUs are billed based on the consumption and constitute of two parts:
178182

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.
180186

181187
The fixed cost also includes the cost associated with the public IP attached to the Application Gateway.
182188

183189
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.
184190

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.
186194

187195
Total Costs = Fixed Costs + Capacity Unit Costs
188196

@@ -378,3 +386,10 @@ Current Connections = 178.25k
378386
Capacity Units calculated = max (22.25, 16/2.22 , 178.25*1000/2500) = 71.3
379387

380388
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:
393+
394+
* [Azure Application Gateway pricing page](https://azure.microsoft.com/pricing/details/application-gateway/)
395+
* [Azure Application Gateway pricing calculator](https://azure.microsoft.com/en-us/pricing/calculator/?service=application-gateway)

0 commit comments

Comments
 (0)
Please sign in to comment.