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/for-containers/understanding-pricing.md
+28-1Lines changed: 28 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: application gateway
5
5
author: mbender-ms
6
6
ms.service: azure-appgw-for-containers
7
7
ms.topic: concept-article
8
-
ms.date: 5/9/2024
8
+
ms.date: 7/21/2025
9
9
ms.author: mbender
10
10
# 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.
11
11
---
@@ -26,11 +26,17 @@ This article describes the costs associated with each billable component of Appl
26
26
## Billing Meters
27
27
28
28
Application Gateway for Containers consists of four billable items:
29
+
29
30
- Application Gateway for Containers resource
30
31
- Frontend resource
31
32
- Association resource
32
33
- Capacity units
33
34
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
+
34
40
#### Application Gateway for Containers hour
35
41
36
42
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:
171
177
* 3 Capacity Units x $0.008 x 730 hours = $17.52
172
178
* Total = $124.83
173
179
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
+
174
201
## Next steps
175
202
176
203
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