Application Gateway frontend IP address configuration
You can configure the application gateway to have a public IP address, a private IP address, or both. A public IP address is required when you host a back end that clients must access over the Internet via an Internet-facing virtual IP (VIP).
Public and private IP address support
Application Gateway V2 currently supports the following combinations:
- Private IP address and public IP address
- Public IP address only
- Private IP address only (preview)
For more information, see Frequently asked questions about Application Gateway.
A public IP address isn't required for an internal endpoint that's not exposed to the Internet. A private frontend configuration is useful for internal line-of-business applications that aren't exposed to the Internet. It's also useful for services and tiers in a multi-tier application within a security boundary that aren't exposed to the Internet but that require round-robin load distribution, session stickiness, or TLS termination.
Only one public IP address and one private IP address is supported. You choose the frontend IP when you create the application gateway.
For a public IP address, you can create a new public IP address or use an existing public IP in the same location as the application gateway. For more information, see static vs. dynamic public IP address.
For a private IP address, you can specify a private IP address from the subnet where the application gateway is created. For Application Gateway v2 sku deployments, a static IP address must be defined when adding a private IP address to the gateway. For Application Gateway v1 sku deployments, if you don't specify an IP address, an available IP address is automatically selected from the subnet. The IP address type that you select (static or dynamic) can't be changed later. For more information, see Create an application gateway with an internal load balancer.
A frontend IP address is associated to a listener, which checks for incoming requests on the frontend IP.
Note
You can create private and public listeners with the same port number (Preview feature). However, be aware of any Network Security Group (NSG) associated with the application gateway subnet. Depending on your NSG's configuration, you may need an allow-inbound rule with Destination IP addresses as your application gateway's Public and Private frontend IPs. When using the same port, your application gateway changes the "Destination" of the inbound flow to the frontend IPs of your gateway.
Inbound Rule:
- Source: (as per your requirement)
- Destination: Public and Private frontend IPs of your application gateway.
- Destination Port: (as per configured listeners)
- Protocol: TCP
Outbound Rule:
- (no specific requirement)
Important
The default domain name behavior for V1 SKU:
- Deployments before 1st May 2023: These deployments will continue to have the default domain names like
- Deployments after 1st May 2023: For deployments after this date, there will NOT be any default domain name mapped to the gateway's Public IP address. You must manually configure using your domain name by mapping its DNS record to the gateway's IP address
Next steps
Feedback
Submit and view feedback for