Skip to content

Commit 74d5b01

Browse files
WAF Pricing
1 parent 76fab70 commit 74d5b01

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

articles/application-gateway/for-containers/understanding-pricing.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application gateway
55
author: mbender-ms
66
ms.service: azure-appgw-for-containers
77
ms.topic: concept-article
8-
ms.date: 5/9/2024
8+
ms.date: 7/21/2025
99
ms.author: mbender
1010
# Customer intent: As a cloud architect, I want to understand how Azure Application Gateway pricing works, so that I can accurately budget for my application infrastructure costs.
1111
---
@@ -26,11 +26,17 @@ This article describes the costs associated with each billable component of Appl
2626
## Billing Meters
2727

2828
Application Gateway for Containers consists of four billable items:
29+
2930
- Application Gateway for Containers resource
3031
- Frontend resource
3132
- Association resource
3233
- Capacity units
3334

35+
When Web Application Firewall is enabled two more billable items are added:
36+
37+
- Web Application Firewall resource
38+
- Requests processed by WAF
39+
3440
#### Application Gateway for Containers hour
3541

3642
An Application Gateway for Containers hour corresponds to the amount of time each Application Gateway for Containers parent resource is deployed. The Application Gateway for Containers resource is responsible for processing and coordinating configuration of your deployment.
@@ -171,6 +177,27 @@ Pricing calculation:
171177
* 3 Capacity Units x $0.008 x 730 hours = $17.52
172178
* Total = $124.83
173179

180+
### Example 6 - WAF enabled
181+
182+
This example assumes Application Gateway for Containers has load raising the number of capacity units and has a Web Application Firewall (WAF) policy reference. The WAF policy is configured with both DRS 2.1 and bot manager rulesets.
183+
184+
* 1 Application Gateway for Containers resource
185+
* 1 frontend resource
186+
* 1 association resource
187+
* 8 capacity units
188+
* 1 WAF policy running a default ruleset and a bot manager ruleset
189+
* 10 million requests processed by WAF
190+
191+
Pricing calculation:
192+
193+
* 1 Application Gateway for Containers x $0.017 x 730 hours = $12.41
194+
* 1 Frontend x $0.01 x 730 hours = $7.30
195+
* 1 Association x $0.12 x 730 hours = $87.60
196+
* 8 Capacity Units x $0.008 x 730 hours = $46.72
197+
* WAF Policy x $0.068 x 730 hours = $49.64
198+
* 10 million requests x $0.75 x 2 rulesets = $15
199+
* Total = $218.67
200+
174201
## Next steps
175202

176203
See the following articles to learn more about how pricing works in Application Gateway for Containers by visiting the Application Gateway pricing pages:

0 commit comments

Comments
 (0)