Skip to content

Commit b33cbbf

Browse files
committed
Freshness and acrolinx
1 parent 77fd319 commit b33cbbf

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

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

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ ms.author: mbender
77
ms.service: azure-virtual-network
88
ms.subservice: ip-services
99
ms.topic: how-to
10-
ms.date: 11/13/2023
10+
ms.date: 01/07/2025
1111
ms.custom: template-how-to
1212
---
1313

1414
# Manage a public IP address with an Azure Application Gateway
1515

16-
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.
16+
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 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 frontend IP address configuration](../../application-gateway/configuration-frontend-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 frontend IP address configuration](../../application-gateway/configuration-frontend-ip.md).
1919

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

@@ -39,7 +39,7 @@ In this section, you create an Application Gateway resource. You select the IP a
3939

4040
5. In **Create application gateway**, enter or select the following information.
4141

42-
| Setting | Value |
42+
| **Setting** | **Value** |
4343
| ------- | ----- |
4444
| **Project details** | |
4545
| Subscription | Select your subscription. |
@@ -51,9 +51,11 @@ In this section, you create an Application Gateway resource. You select the IP a
5151
| Enable autoscaling | Leave the default of **Yes**. |
5252
| Minimum instance count | Leave the default of **0**. |
5353
| Maximum instance count | Leave the default of **10**. |
54-
| Availability zone | Leave the default of **None**. |
55-
| HTTP2 | Leave the default of **Disabled**. |
56-
| Virtual network | Select **Create new**. <ul><li>In **Create virtual network**, enter **myVNet** for name.</li><li>Leave the default address space in **ADDRESS SPACE**.</li><li>In **SUBNETS**, change **default** to **myAGSubnet**.</li><li>In the second subnet name, enter **myBackendSubnet**.</li><li>In **Address range**, enter a range within the default address space.</li></ul>Select **OK**.|
54+
| Availability zone | Leave the default of **Zones 1,2,3**. |
55+
| IP address type | Select **IPv4 only**. |
56+
| HTTP2 | Leave the default of **Enabled**. |
57+
| **Configure virtual network** | |
58+
| Virtual network | Select **Create new**. <ul><li>In **Create virtual network**, enter **myVNet** for name.</li><li>Leave the default address space in **ADDRESS SPACE**.</li><li>In **SUBNETS**, change **default** to **myAGSubnet**.</li></ul>Select **OK**.|
5759

5860
6. Select **Next: Frontends**.
5961

@@ -63,24 +65,26 @@ In this section, you create an Application Gateway resource. You select the IP a
6365

6466
9. Select **Add a backend pool**.
6567

66-
10. Enter **myBackendPool** for name in **Add a backend pool**.
68+
10. Enter **myBackendPool** for name in **Add a backend pool** and select **Add**.
6769

6870
11. Select **Next: Configuration**.
6971

7072
12. Select **+ Add a routing rule**. Enter or select the following information.
7173

72-
| Setting | Value |
74+
| **Setting** | **Value** |
7375
| ------- | ----- |
7476
| Rule name | Enter **myRoutingRule**. |
75-
| **Listener** | |
77+
| Priority | Enter **1**. |
78+
| **Listener** tab | |
7679
| Listener name | Enter **myListener**. |
77-
| Frontend IP | Select **Public**. |
78-
| Frontend IP Protocol | Leave the default of **HTTP**. |
80+
| Frontend IP | Select **Public IPv4**. |
81+
| Protocol | Leave the default of **HTTP**. |
7982
| Port | Leave the default of **80**. |
80-
| **Additional settings** | |
8183
| Listener type | Leave the default of **Basic**. |
82-
| Error page url | Leave the default of **No**. |
83-
| **Backend targets** | |
84+
| **Custom errors pages** | |
85+
| Bad Gateway - 502 | Leave empty. |
86+
| Forbidden - 403 | Leave empty. |
87+
| **Backend targets** tab | |
8488
| Target type | Leave the default of **Backend pool**. |
8589
| Backend target | Select **myBackendPool**. |
8690
| HTTP settings | Select **Add new**.<ul><li>Enter **myHTTPsetting** in **Name**.</li><li>Leave the other settings at the defaults.</li></ul>Select **Add**.|
@@ -92,7 +96,7 @@ In this section, you create an Application Gateway resource. You select the IP a
9296
15. Select **Create**.
9397

9498
> [!NOTE]
95-
> This is a simple deployment of a Application Gateway. For advanced configuration and setup, see [Quickstart: Direct web traffic with Azure Application Gateway - Azure portal](../../application-gateway/quick-create-portal.md)
99+
> This is a simple deployment of an Application Gateway. For advanced configuration and setup, see [Quickstart: Direct web traffic with Azure Application Gateway - Azure portal](../../application-gateway/quick-create-portal.md)
96100
>
97101
> For more information on Azure Application Gateway, see [What is Azure Application Gateway?](../../application-gateway/overview.md)
98102
@@ -106,7 +110,7 @@ Application gateway doesn't support changing the public IP address after creatio
106110

107111
## Caveats
108112

109-
* Azure Application Gateway support for a [frontend public IPv6 address](../../application-gateway/ipv6-application-gateway-portal.md) is currently in public preview.
113+
* Azure Application Gateway support for a [frontend public IPv6 address](../../application-gateway/ipv6-application-gateway-portal.md) is currently in public preview.
110114

111115
## Next steps
112116

0 commit comments

Comments
 (0)