Skip to content

Commit 6c2023f

Browse files
Grammar
Grammar
1 parent f01953a commit 6c2023f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/application-gateway/configuration-infrastructure.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,28 +28,28 @@ Azure also reserves five IP addresses in each subnet for internal use: the first
2828

2929
Consider a subnet that has 27 application gateway instances and an IP address for a private front-end IP. In this case, you need 33 IP addresses: 27 for the application gateway instances, one for the private front end, and five for internal use.
3030

31-
Application Gateway (Standard or WAF) SKU can support up to 32 instances (32 instance IP addresses + 1 private front-end IP + 5 Azure reserved) – so a minimum subnet size of /26 is recommended
31+
Application Gateway (Standard or WAF) SKU can support up to 32 instances (32 instance IP addresses + 1 private frontend IP configuration + 5 Azure reserved) – so a minimum subnet size of /26 is recommended
3232

33-
Application Gateway (Standard_v2 or WAF_v2 SKU) can support up to 125 instances (125 instance IP addresses + 1 private front-end IP + 5 Azure reserved). A minimum subnet size of /24 is recommended.
33+
Application Gateway (Standard_v2 or WAF_v2 SKU) can support up to 125 instances (125 instance IP addresses + 1 private frontend IP configuration IP + 5 Azure reserved). A minimum subnet size of /24 is recommended.
3434

3535
To determine the available capacity of a subnet that has existing Application Gateways provisioned, take the size of the subnet and subtract the five reserved IP addresses of the subnet reserved by the platform.  Next, take each gateway and subtract the the max-instance count.  For each gateway that has a private IP, subtract one additional IP address per gateway as well.
3636

37-
For example, here's how to calculate the available addressing for three gateways with varying sizes:
38-
- Gateway 1: Maximum of 10 instances; utilizes a private IP frontend
39-
- Gateway 2: Maximum of 2 instances; no private IP frontend
40-
- Gateway 3: Maximum of 15 instances; utilizes a private IP frontend
37+
For example, here's how to calculate the available addressing for a subnet with three gateways with varying sizes:
38+
- Gateway 1: Maximum of 10 instances; utilizes a private frontend IP configuration
39+
- Gateway 2: Maximum of 2 instances; no private frontend IP configuration
40+
- Gateway 3: Maximum of 15 instances; utilizes a private frontend IP configuration
4141
- Subnet Size: /24
4242

43-
Subnet Size /24 = 255 IP address - 5 reserved from the platform = 250 available addresses.
44-
250 - Gateway 1 (10) - 1 private IP frontend = 239
43+
Subnet Size /24 = 255 IP addresses - 5 reserved from the platform = 250 available addresses.
44+
250 - Gateway 1 (10) - 1 private frontend IP configuration = 239
4545
239 - Gateway 2 (2) = 237
46-
237 - Gateway 3 (15) - 1 private IP frontend = 223
46+
237 - Gateway 3 (15) - 1 private frontend IP configuration = 223
4747

4848
> [!IMPORTANT]
4949
> Although a /24 subnet is not required per Application Gateway v2 SKU deployment, it is highly recommended. This is to ensure that Application Gateway v2 has sufficient space for autoscaling expansion and maintenance upgrades. You should ensure that the Application Gateway v2 subnet has sufficient address space to accommodate the number of instances required to serve your maximum expected traffic. If you specify the maximum instance count, then the subnet should have capacity for at least that many addresses. For capacity planning around instance count, see [instance count details](understanding-pricing.md#instance-count).
5050
5151
> [!TIP]
52-
> IP addresses are allocated from the beginning of the defined subnet space for gateway instances. As instances are created and removed due to creation of gateways or scaling events, it can become difficult to understand what the next available address is in the subnet. To be able to determine the next address to use for a future gateway and have a contiguous addressing theme for frontend IPs, consider assigning frontend IP addresses from the upper half of the defined subset space. For example, if my subnet address space is 10.5.5.0/24, consider setting the frontend IP of your gateways starting with 10.5.5.254 and then following with 10.5.5.253, 10.5.5.252, 10.5.5.251, and so forth for future gateways.
52+
> IP addresses are allocated from the beginning of the defined subnet space for gateway instances. As instances are created and removed due to creation of gateways or scaling events, it can become difficult to understand what the next available address is in the subnet. To be able to determine the next address to use for a future gateway and have a contiguous addressing theme for frontend IPs, consider assigning frontend IP addresses from the upper half of the defined subset space. For example, if my subnet address space is 10.5.5.0/24, consider setting the private frontend IP configuration of your gateways starting with 10.5.5.254 and then following with 10.5.5.253, 10.5.5.252, 10.5.5.251, and so forth for future gateways.
5353
5454
> [!TIP]
5555
> It is possible to change the subnet of an existing Application Gateway within the same virtual network. You can do this using Azure PowerShell or Azure CLI. For more information, see [Frequently asked questions about Application Gateway](application-gateway-faq.yml#can-i-change-the-virtual-network-or-subnet-for-an-existing-application-gateway)

0 commit comments

Comments
 (0)