Skip to content

Commit 7e24499

Browse files
authored
Merge pull request #57813 from curtand/appvpn1112
[Azure Networking] updates to public IP support
2 parents eb35a73 + b5cbb7e commit 7e24499

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Standard SKU public IP addresses are:
7171

7272
- Assigned with the static allocation method only.
7373
- Are secure by default and closed to inbound traffic. You must explicit whitelist allowed inbound traffic with a [network security group](security-overview.md#network-security-groups).
74-
- Assigned to network interfaces or public standard load balancers. For more information about Azure standard load balancers, see [Azure standard load balancer](../load-balancer/load-balancer-standard-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
74+
- Assigned to network interfaces, public standard load balancers, Application Gateways, or VPN Gateways. For more information about Azure standard load balancers, see [Azure standard load balancer](../load-balancer/load-balancer-standard-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
7575
- Zone redundant by default. Can be created zonal and guaranteed in a specific availability zone. To learn more about availability zones, see [Availability zones overview](../availability-zones/az-overview.md?toc=%2fazure%2fvirtual-network%2ftoc.json) and [Standard Load Balancer and Availability Zones](../load-balancer/load-balancer-standard-availability-zones.md?toc=%2fazure%2fvirtual-network%2ftoc.json).
7676

7777
> [!NOTE]
@@ -128,8 +128,8 @@ The following table shows the specific property through which a public IP addres
128128
| --- | --- | --- | --- |
129129
| Virtual machine |Network interface |Yes |Yes |
130130
| Internet-facing Load balancer |Front-end configuration |Yes |Yes |
131-
| VPN gateway |Gateway IP configuration |Yes |No |
132-
| Application gateway |Front-end configuration |Yes |No |
131+
| VPN gateway |Gateway IP configuration |Yes |Yes |
132+
| Application gateway |Front-end configuration |Yes |Yes |
133133

134134
## Private IP addresses
135135
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)