Skip to content

Commit 80f6c7b

Browse files
Merge pull request #311642 from reyjordi/ip-update
ip zone config edit
2 parents 81d002b + 0c55176 commit 80f6c7b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

articles/application-gateway/configuration-frontend-ip.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@ ms.author: mbender
1414

1515
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 backend that clients must access over the internet via an internet-facing virtual IP.
1616

17+
> [!IMPORTANT]
18+
>In availability zone-enabled regions, the frontend public IP address must be configured for all availability zones used by the Application Gateway (that is, the public IP's zone selection must be a superset of the gateway's zones). When you create an Application Gateway in the Azure portal, the default availability zone configuration is Zones 1, 2, and 3. As a result, the frontend public IP address must also be configured for Zones 1, 2, and 3.
19+
>
20+
>If you already have a public IP address deployed to a subset of zones (for example, Zones 1 and 2), you can't create the gateway through the portal because the public IP zones wouldn't include the portal's default gateway zone configuration. In this scenario, create the Application Gateway by using Azure CLI, Azure PowerShell, REST API, or an SDK, and explicitly specify the gateway zones as a subset of the public IP zones (for example, Zones 1 and 2).
21+
1722
## Public and private IP address support
1823

1924
Application Gateway v2 currently supports the following combinations:
2025

2126
* Private IP address and public IP address
2227
* Public IP address only
23-
* [Private IP address only (preview)](application-gateway-private-deployment.md)
28+
* [Private IP address only](application-gateway-private-deployment.md)
2429

2530
For more information, see [Frequently asked questions about Application Gateway](application-gateway-faq.yml#how-do-i-use-application-gateway-v2-with-only-a-private-frontend-ip-address).
2631

0 commit comments

Comments
 (0)