Skip to content

Commit d3bb18b

Browse files
committed
vpn gateway updates
1 parent d58921a commit d3bb18b

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +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
11-
ms.custom: template-how-to, engagement-fy23
10+
ms.date: 01/07/2025
1211
---
1312

1413
# Manage a public IP address with a VPN gateway
@@ -47,7 +46,7 @@ In this section, you create a VPN gateway. You select the IP address you created
4746
| ------- | ----- |
4847
| **Project details** | |
4948
| Subscription | Select your subscription. |
50-
| Resource group | Select **Create new**. </br> Enter **myResourceGroupVPN**. </br> Select **OK**. |
49+
| Resource group | Select **Create new**.</br> Enter **myResourceGroupVPN**.</br> Select **OK**. |
5150
| **Instance details** | |
5251
| Name | Enter **myVNet**. |
5352
| Region | Select **West US 2**. |
@@ -64,11 +63,16 @@ In this section, you create a VPN gateway. You select the IP address you created
6463

6564
11. Select **Subnets** in **Settings** of **myVNET**.
6665

67-
12. Select **+ Gateway subnet**.
66+
12. Select **+ Subnet**.
6867

69-
13. In **Add subnet**, change the **Subnet address range** from **/24** to **/27**.
68+
13. In **Add subnet**, select or enter the following information, leaving the other options as their defaults:
7069

71-
14. Select **Save**.
70+
| Setting | Value |
71+
| ------- | ----- |
72+
| Select Purpose | Select **Virtual Network Gateway**. |
73+
| Size | Select **/27**. |
74+
75+
14. Select **Add**.
7276

7377
### Create VPN gateway
7478

@@ -88,10 +92,10 @@ In this section, you create a VPN gateway. You select the IP address you created
8892
| Name | Enter **myVPNGateway**. |
8993
| Region | Select **West US 2**. |
9094
| Gateway type | Leave the default of **VPN**. |
91-
| VPN type | Leave the default of **Route-based**. |
9295
| SKU | Select **VpnGw1AZ**. |
96+
| Generation | Leave the default of **Generation2**. |
9397
| Virtual network | Select **myVNet**. |
94-
| Subnet | Entry will autoselect **GatewaySubnet** you created earlier |
98+
| Subnet | Entry will autoselect the **GatewaySubnet** created earlier. |
9599
| **Public IP address** | |
96100
| Public IP address | Select **Use existing**. |
97101
| Choose public IP address | Select **myStandardPublicIP** or your public IP address |

0 commit comments

Comments
 (0)