Skip to content

Commit 8922017

Browse files
authored
Merge pull request #67384 from jimdial/patch-17
Updated AG text.
2 parents 66761fb + b06f8f6 commit 8922017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/virtual-network-ip-addresses-overview-arm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ An [Azure VPN Gateway](../vpn-gateway/vpn-gateway-about-vpngateways.md?toc=%2faz
116116

117117
### Application gateways
118118

119-
You can associate a public IP address with an Azure [Application Gateway](../application-gateway/application-gateway-introduction.md?toc=%2fazure%2fvirtual-network%2ftoc.json), by assigning it to the gateway's **frontend** configuration. This public IP address serves as a load-balanced VIP. You can only assign a *dynamic* basic public IP address to an application gateway frontend configuration.
119+
You can associate a public IP address with an Azure [Application Gateway](../application-gateway/application-gateway-introduction.md?toc=%2fazure%2fvirtual-network%2ftoc.json), by assigning it to the gateway's **frontend** configuration. This public IP address serves as a load-balanced VIP. You can only assign a *dynamic* basic public IP address to an application gateway V1 front-end configuration, and only a static, basic, or standard SKU address to a V2 front-end configuration.
120120

121121
### At-a-glance
122122
The following table shows the specific property through which a public IP address can be associated to a top-level resource, and the possible allocation methods (dynamic or static) that can be used.
@@ -126,7 +126,7 @@ The following table shows the specific property through which a public IP addres
126126
| Virtual machine |Network interface |Yes |Yes |
127127
| Internet-facing Load balancer |Front-end configuration |Yes |Yes |
128128
| VPN gateway |Gateway IP configuration |Yes |Yes |
129-
| Application gateway |Front-end configuration |Yes |Yes |
129+
| Application gateway |Front-end configuration |Yes (V1 only) |Yes (V2 only) |
130130

131131
## Private IP addresses
132132
Private IP addresses allow Azure resources to communicate with other resources in a [virtual network](virtual-networks-overview.md) or an on-premises network through a VPN gateway or ExpressRoute circuit, without using an Internet-reachable IP address.

0 commit comments

Comments
 (0)