Skip to content

Commit 374ded6

Browse files
Merge pull request #292699 from mbender-ms/ip-config-bastion
ip services | freshness | configure-public-ip-bastion.md
2 parents bf1b05f + 9d1c03a commit 374ded6

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

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

Lines changed: 24 additions & 25 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,21 +39,23 @@ 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. |
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**. |
4747
| **Instance details** | |
4848
| Application gateway name | Enter **myAppGateway**. |
4949
| Region | Select **(US) West US 2**. |
5050
| Tier | Leave the default of **Standard V2**. |
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**.</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**.|
5759

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

@@ -63,27 +65,29 @@ 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**. |
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**.|
8791

8892
13. Select **Add**.
8993

@@ -92,21 +96,16 @@ 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
99103
## Change or remove public IP address
100104

101105
Application gateway doesn't support changing the public IP address after creation.
102106

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.
110109
111110
## Next steps
112111

articles/virtual-network/ip-services/configure-public-ip-bastion.md

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

@@ -19,7 +19,7 @@ Azure Bastion is deployed to provide secure management connectivity to virtual m
1919

2020
An Azure Bastion host requires a public IP address for its configuration.
2121

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.
2323

2424
>[!NOTE]
2525
>[!INCLUDE [Pricing](~/reusable-content/ce-skilling/azure/includes/bastion-pricing.md)]
@@ -48,13 +48,15 @@ In this section, you create an Azure Bastion host. You select the IP address you
4848
| ------- | ----- |
4949
| **Project details** | |
5050
| 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**. |
5252
| **Instance details** | |
5353
| Name | Enter **myBastionHost**. |
5454
| Region | Select **(US) West US 2**. |
55+
| Availability zone | Leave the default of **None**. |
5556
| 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**. |
5860
| Subnet | Select **AzureBastionSubnet**. |
5961
| **Public IP address** | |
6062
| Public IP address | Select **Use existing**. |
@@ -77,7 +79,7 @@ Azure Bastion doesn't support the changing of the public IP address after creati
7779

7880
## Caveats
7981

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.
8183

8284
## Next steps
8385

0 commit comments

Comments
 (0)