You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/configure-public-ip-application-gateway.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ ms.author: mbender
7
7
ms.service: azure-virtual-network
8
8
ms.subservice: ip-services
9
9
ms.topic: how-to
10
-
ms.date: 11/13/2023
10
+
ms.date: 01/07/2025
11
11
ms.custom: template-how-to
12
12
---
13
13
14
14
# Manage a public IP address with an Azure Application Gateway
15
15
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.
17
17
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).
19
19
20
20
In this article, you learn how to create an Application Gateway using an existing public IP in your subscription.
21
21
@@ -39,7 +39,7 @@ In this section, you create an Application Gateway resource. You select the IP a
39
39
40
40
5. In **Create application gateway**, enter or select the following information.
41
41
42
-
| Setting | Value |
42
+
|**Setting**|**Value**|
43
43
| ------- | ----- |
44
44
|**Project details**||
45
45
| Subscription | Select your subscription. |
@@ -51,9 +51,11 @@ In this section, you create an Application Gateway resource. You select the IP a
51
51
| Enable autoscaling | Leave the default of **Yes**. |
52
52
| Minimum instance count | Leave the default of **0**. |
53
53
| 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**.|
57
59
58
60
6. Select **Next: Frontends**.
59
61
@@ -63,24 +65,26 @@ In this section, you create an Application Gateway resource. You select the IP a
63
65
64
66
9. Select **Add a backend pool**.
65
67
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**.
67
69
68
70
11. Select **Next: Configuration**.
69
71
70
72
12. Select **+ Add a routing rule**. Enter or select the following information.
71
73
72
-
| Setting | Value |
74
+
|**Setting**|**Value**|
73
75
| ------- | ----- |
74
76
| Rule name | Enter **myRoutingRule**. |
75
-
|**Listener**||
77
+
| Priority | Enter **1**. |
78
+
|**Listener** tab ||
76
79
| 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**. |
79
82
| Port | Leave the default of **80**. |
80
-
|**Additional settings**||
81
83
| 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 ||
84
88
| Target type | Leave the default of **Backend pool**. |
85
89
| Backend target | Select **myBackendPool**. |
86
90
| 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
92
96
15. Select **Create**.
93
97
94
98
> [!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)
96
100
>
97
101
> For more information on Azure Application Gateway, see [What is Azure Application Gateway?](../../application-gateway/overview.md)
98
102
@@ -106,7 +110,7 @@ Application gateway doesn't support changing the public IP address after creatio
106
110
107
111
## Caveats
108
112
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.
0 commit comments