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
+24-25Lines changed: 24 additions & 25 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,21 +39,23 @@ 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. |
46
-
| Resource group | Select **Create new**.<ul><li>Enter **myResourceGroupAppGW**.</li></ul>Select **OK**. |
46
+
| Resource group | Select **Create new**.</br>Enter **myResourceGroupAppGW**.</br>Select **OK**. |
47
47
|**Instance details**||
48
48
| Application gateway name | Enter **myAppGateway**. |
49
49
| Region | Select **(US) West US 2**. |
50
50
| Tier | Leave the default of **Standard V2**. |
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**.</br>In **Create virtual network**, enter **myVNet** for name.</br>Leave the default address space in **ADDRESS SPACE**.</br>In **SUBNETS**, change **default** to **myAGSubnet**.</br>Select **OK**.|
57
59
58
60
6. Select **Next: Frontends**.
59
61
@@ -63,27 +65,29 @@ 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
-
| HTTP settings | Select **Add new**.<ul><li>Enter **myHTTPsetting** in **Name**.</li><li>Leave the other settings at the defaults.</li></ul>Select **Add**.|
90
+
| HTTP settings | Select **Add new**.</br>Enter **myHTTPsetting** in **Name**.</br>Leave the other settings at the defaults.</br>Select **Add**.|
87
91
88
92
13. Select **Add**.
89
93
@@ -92,21 +96,16 @@ 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
99
103
## Change or remove public IP address
100
104
101
105
Application gateway doesn't support changing the public IP address after creation.
102
106
103
-
## More information
104
-
105
-
* If a dynamic Basic SKU IP is associated with an Application Gateway frontend, it only changes when the gateway is stopped or started. The DNS name associated with an Application Gateway frontend doesn't change.
106
-
107
-
## Caveats
108
-
109
-
* Azure Application Gateway support for a [frontend public IPv6 address](../../application-gateway/ipv6-application-gateway-portal.md) is currently in public preview.
107
+
> [!NOTE]
108
+
> If a dynamic Basic IP is associated with an Application Gateway frontend, it only changes when the gateway is stopped or started. The DNS name associated with an Application Gateway frontend doesn't change.
Copy file name to clipboardExpand all lines: articles/virtual-network/ip-services/configure-public-ip-bastion.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ 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: 09/19/2023
10
+
ms.date: 01/07/2025
11
11
ms.custom: template-how-to
12
12
---
13
13
@@ -19,7 +19,7 @@ Azure Bastion is deployed to provide secure management connectivity to virtual m
19
19
20
20
An Azure Bastion host requires a public IP address for its configuration.
21
21
22
-
In this article, you learn how to create an Azure Bastion host using an existing public IP in your subscription. Azure Bastion doesn't support the change of the public IP address after creation. Azure Bastion supports assigning an IP address within an IP prefix range but not assigning the IP prefix range itself.
22
+
In this article, you learn how to create an Azure Bastion host using an existing public IP in your subscription. Azure Bastion doesn't support the change of the public IP address after creation. Azure Bastion supports assigning an IP address within an IP prefix range but not assigning the IP prefix range itself.
@@ -48,13 +48,15 @@ In this section, you create an Azure Bastion host. You select the IP address you
48
48
| ------- | ----- |
49
49
|**Project details**||
50
50
| Subscription | Select your subscription |
51
-
| Resource group | Select **Create new**.</br> Enter **myResourceGroup** in **Name**.</br> Select **OK**. |
51
+
| Resource group | Select **Create new**.</br> Enter **myResourceGroup** in **Name**.</br> Select **OK**. |
52
52
|**Instance details**||
53
53
| Name | Enter **myBastionHost**. |
54
54
| Region | Select **(US) West US 2**. |
55
+
| Availability zone | Leave the default of **None**. |
55
56
| Tier | Select **Basic**. |
56
-
|**Configure virtual network**||
57
-
| Virtual network | Select **Create new**. </br> Enter **myVNet** in **Name**. </br> Leave the default address space of **10.4.0.0/16**. </br> Leave the default subnet of **10.4.0.0/24**. </br> In the text box under the **default** subnet, enter **AzureBastionSubnet**. </br> In address range, enter **10.4.1.0/26**. </br> Select **OK**. |
57
+
| Instance size | Leave the default of **2**. |
58
+
|**Configure virtual networks**||
59
+
| Virtual network | Select **Create new**.</br> Enter **myVNet** in **Name**.</br> Leave the default address space of **10.1.0.0/16**.</br> Leave the default subnet of **10.1.0.0/24**.</br> In the text box under the **default** subnet, enter **AzureBastionSubnet**.</br> In address range, enter **10.1.1.0/26**.</br> Select **OK**. |
58
60
| Subnet | Select **AzureBastionSubnet**. |
59
61
|**Public IP address**||
60
62
| Public IP address | Select **Use existing**. |
@@ -77,7 +79,7 @@ Azure Bastion doesn't support the changing of the public IP address after creati
77
79
78
80
## Caveats
79
81
80
-
* Public IPv6 addresses aren't supported for Azure Bastion at this time.
82
+
* Public IPv6 addresses aren't supported for Azure Bastion at this time.
0 commit comments