Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7b9242e

Browse files
authoredMar 14, 2022
(AzureCXP) MicrosoftDocs/azure-docs#89645
Fixed the doc bug with correct information. Changed line 18. From : The V1 SKU of Application Gateway supports basic public IPs, static, or dynamic. To : The V1 SKU of Application Gateway supports basic dynamic public IPs. Fixes MicrosoftDocs/azure-docs#89645
1 parent 2e815e4 commit 7b9242e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/virtual-network/ip-services/configure-public-ip-application-gateway.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: template-how-to
1515

1616
Azure Application Gateway is a web traffic load balancer that manages traffic to your web applications. Application Gateway makes routing decisions based on attributes of an HTTP request. Examples of attributes such as URI path or host headers. The frontend of an Application Gateway is the connection point for the applications in its backend pool.
1717

18-
An Application Gateway frontend can be a private IP address, public IP address, or both. The V1 SKU of Application Gateway supports basic public IPs, static, or dynamic. The V2 SKU supports standard SKU public IPs that are static only. Application Gateway V2 SKU doesn't support an internal IP address as it's only frontend. For more information, see [Application Gateway front-end IP address configuration](../../application-gateway/configuration-front-end-ip.md).
18+
An Application Gateway frontend can be a private IP address, public IP address, or both. The V1 SKU of Application Gateway supports basic dynamic public IPs. The V2 SKU supports standard SKU public IPs that are static only. Application Gateway V2 SKU doesn't support an internal IP address as it's only frontend. For more information, see [Application Gateway front-end IP address configuration](../../application-gateway/configuration-front-end-ip.md).
1919

2020
In this article, you'll learn how to create an Application Gateway using an existing public IP in your subscription.
2121

@@ -113,4 +113,4 @@ Application gateway doesn't support changing the public IP address after creatio
113113
In this article, you learned how to create an Application Gateway and use an existing public IP.
114114

115115
- For more information about Azure Virtual Network NAT, see [What is Azure Virtual Network NAT?](../nat-gateway/nat-overview.md).
116-
- To learn more about public IP addresses in Azure, see [Public IP addresses](./public-ip-addresses.md).
116+
- To learn more about public IP addresses in Azure, see [Public IP addresses](./public-ip-addresses.md).

0 commit comments

Comments
 (0)
Please sign in to comment.