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
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,14 +182,15 @@ Pricing calculation:
182
182
183
183
### Example 6 - Web Application Firewall
184
184
185
-
This example assumes Application Gateway for Containers has load raising the number of capacity units and has a Web Application Firewall (WAF) policy reference to an Application Gateway for Containers' security policy. The WAF policy is configured with both DRS 2.1 and bot manager rulesets.
185
+
This example assumes Application Gateway for Containers has load raising the number of capacity units and has a Web Application Firewall (WAF) policy reference to an Application Gateway for Containers' security policy. The WAF policy is configured with both DRS 2.1 and bot manager rulesets. This WAF policy also has four custom rules enabled which do not incur any additional charges
186
186
187
187
* 1 Application Gateway for Containers resource
188
188
* 1 frontend resource
189
189
* 1 association resource
190
190
* 1 security policy resources (non-billable)
191
191
* 8 capacity units
192
192
* 1 WAF policy running a default ruleset and a bot manager ruleset
193
+
* 4 WAF custom rules
193
194
* 10 million requests processed by WAF
194
195
195
196
Pricing calculation:
@@ -204,14 +205,14 @@ Pricing calculation:
204
205
205
206
### Example 7 - Web Application Firewall - Multiple Policies
206
207
207
-
This example assumes Application Gateway for Containers has load raising the number of capacity units and has three Web Application Firewall (WAF) policy reference to three corresponding Application Gateway for Containers' security policies. One policy is configured with both DRS 2.1 and bot manager rulesets, the other two policies only have DRS 2.1 ruleset.
208
+
This example assumes Application Gateway for Containers has load raising the number of capacity units and has three Web Application Firewall (WAF) policy reference to three corresponding Application Gateway for Containers' security policies. One policy is configured with both DRS 2.1, bot manager rulesets and 3 custom rules, the other two policies only have DRS 2.1 ruleset and no custom rules.
208
209
209
210
* 1 Application Gateway for Containers resource
210
211
* 1 frontend resource
211
212
* 1 association resource
212
213
* 3 security policy resources (non-billable)
213
214
* 8 Capacity Units
214
-
* 1 WAF policy running a default ruleset and a bot manager ruleset
215
+
* 1 WAF policy running a default ruleset, a bot manager ruleset and three custom rules
Copy file name to clipboardExpand all lines: articles/application-gateway/understanding-pricing.md
+20-5Lines changed: 20 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,19 +41,22 @@ Application Gateway V2 and WAF V2 SKUs support autoscaling and guarantee high av
41
41
Capacity Unit is the measure of capacity utilization for an Application Gateway across multiple parameters.
42
42
43
43
A single Capacity Unit consists of the following parameters:
44
-
*2500 Persistent connections
44
+
*2,500 Persistent connections
45
45
* 2.22-Mbps throughput
46
46
* 1 Compute Unit
47
47
48
48
The parameter with the highest utilization among these three parameters is used to calculate capacity units for billing purposes.
49
49
50
-
#### Capacity Unit related to Instance Count
50
+
#### Capacity Units related to Instance Count
51
51
<h4id="instance-count"></h4>
52
52
53
53
You can also pre-provision resources by specifying the **Instance Count**. Each instance guarantees a minimum of 10 capacity units in terms of processing capability. The same instance could potentially support more than 10 capacity units for different traffic patterns depending upon the capacity unit parameters.
54
54
55
55
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.
56
56
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
+
57
60
#### Total capacity units
58
61
59
62
Total capacity units are calculated based on the higher of the capacity units by utilization or by instance count.
@@ -69,6 +72,18 @@ Compute unit guidance:
69
72
70
73
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.
71
74
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
+
78
+
### How much traffic can an instance handle?
79
+
80
+
Each instance of Application Gateway Standard_v2 can handle the following traffic:
81
+
* 25,000 persistent connections
82
+
* 500-Mbps throughput
83
+
* 10 compute units
84
+
85
+
Therefore, in cases where the dominant factor is either compute units or persistent connections, each instance can handle 10 capacity units. In cases where the dominant factor is throughput, each instance can handle approximately 225 capacity units. This data depends on the type of payload.
86
+
72
87
#### Fixed Costs (East US region pricing)
73
88
74
89
| V2 SKU | Costs ($/hr) |
@@ -116,7 +131,7 @@ Let’s assume you’ve provisioned a Standard_V2 Application Gateway with manua
116
131
117
132
Your Application Gateway costs using the pricing described previously are calculated as follows:
However, if processing capacity equivalent to only say 7 additional CUs was available for use within the 3 reserved instances.
137
-
In this scenario the Application Gateway resource is under scaled and could potentially lead to increase in latency or requests getting dropped.
152
+
In this scenario, the Application Gateway resource is under scaled and could potentially lead to increase in latency or requests getting dropped.
138
153
139
154
Fixed Price = $0.246 * 730 (Hours) = $179.58
140
155
@@ -401,7 +416,7 @@ You can view the amount of consumption for different parameters (compute unit, t
401
416
402
417
* Fixed Billable Capacity Units
403
418
404
-
The minimum number of capacity units kept provisioned as per the minimum instance count setting (one instance translates to 10 capacity units) in the Application Gateway configuration.
419
+
The minimum number of capacity units kept provisioned as per the minimum instance count setting (one instance translates to a minimum of 10 capacity units) in the Application Gateway configuration.
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-about-virtual-network-gateways.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,10 @@ When you create an ExpressRoute gateway, Microsoft automatically provisions and
99
99
100
100
**Availability:**
101
101
Auto-Assigned Public IP is not available for Virtual WAN (vWAN) or Extended Zone deployments.
102
+
103
+
#### Create a new ExpressRoute gateway with Auto-Assigned Public IP
102
104
105
+
:::image type="content" source="media/expressroute-introduction/hobo-ip.png" alt-text="Screenshot of the create for virtual gateway." lightbox="media/gateway-migration/gateway-prepare-stage.png":::
103
106
104
107
## Connectivity from VNet to VNet and from VNet to virtual WAN
Copy file name to clipboardExpand all lines: articles/expressroute/expressroute-howto-gateway-migration-portal.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,7 @@ Follow these steps to migrate to a new gateway using the Azure portal:
36
36
:::image type="content" source="media/gateway-migration/validate-step.png" alt-text="Screenshot of the validate step for migrating a virtual network gateway." lightbox="media/gateway-migration/validate-step.png":::
37
37
38
38
1. After successful validation, move to the **Prepare** stage. At this point, a new virtual network gateway will be created, and its Public IP address will be provisioned and managed by Microsoft. In the **Virtual Network Gateway Details** section, enter the following information:
39
+
1.
39
40
:::image type="content" source="media/gateway-migration/gateway-prepare-update.png" alt-text="Screenshot of the Prepare stage for migrating a virtual network gateway." lightbox="media/gateway-migration/gateway-prepare-stage.png":::
40
41
41
42
| Setting | value |
@@ -65,4 +66,4 @@ Follow these steps to migrate to a new gateway using the Azure portal:
65
66
## Next steps
66
67
67
68
* Learn more about [designing for high availability](designing-for-high-availability-with-expressroute.md).
68
-
* Plan for [disaster recovery](designing-for-disaster-recovery-with-expressroute-privatepeering.md) and [using VPN as a backup](use-s2s-vpn-as-backup-for-expressroute-privatepeering.md).
69
+
* Plan for [disaster recovery](designing-for-disaster-recovery-with-expressroute-privatepeering.md) and [using VPN as a backup](use-s2s-vpn-as-backup-for-expressroute-privatepeering.md).
0 commit comments