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/vpn-gateway/tutorial-create-gateway-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
ms.author: cherylmc
7
7
ms.service: azure-vpn-gateway
8
8
ms.topic: tutorial
9
-
ms.date: 03/10/2025
9
+
ms.date: 06/24/2025
10
10
11
11
---
12
12
@@ -26,7 +26,7 @@ In this tutorial, you learn how to:
26
26
> * Create a virtual network.
27
27
> * Create an active-active mode zone-redundant VPN gateway.
28
28
> * View the gateway public IP address.
29
-
> *Resize a VPN gateway (resize SKU).
29
+
> *Upgrade a VPN gateway SKU.
30
30
> * Reset a VPN gateway.
31
31
32
32
> [!NOTE]
@@ -68,12 +68,12 @@ To view public IP addresses associated to your virtual network gateway, navigate
68
68
1. On the **Virtual network gateway** portal page, under **Settings**, open the **Properties** page.
69
69
1. To view more information about the IP address object, click the associated IP address link.
70
70
71
-
## <aname="resize"></a>Resize a gateway SKU
71
+
## <aname="resize"></a>Upgrade a gateway SKU
72
72
73
-
There are specific rules for resizing versus changing a gateway SKU. In this section, you resize the SKU. For more information, see [Resize or change gateway SKUs](about-gateway-skus.md#resizechange).
73
+
There are specific rules for upgrading a gateway SKU. Not all SKUs can be upgraded. For more information, see [Upgrade a gateway SKU](gateway-sku-upgrade.md).
74
74
75
75
1. Go to the **Configuration** page for your virtual network gateway.
76
-
1. On the right side of the page, select the dropdown arrow to show a list of available SKUs. Notice that the list only populates SKUs that you're able to use to resize your current SKU. If you don't see the SKU you want to use, instead of resizing, you have to change to a new SKU.
76
+
1. On the right side of the page, select the dropdown arrow to show a list of available SKUs. Notice that the list only populates SKUs that you're able to select.
77
77
1. Select the SKU from the dropdown list and save your changes.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/tutorial-site-to-site-portal.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: cherylmc
6
6
ms.author: cherylmc
7
7
ms.service: azure-vpn-gateway
8
8
ms.topic: tutorial
9
-
ms.date: 01/15/2025
9
+
ms.date: 06/24/2025
10
10
11
11
#customer intent: As a network engineer, I want to create a site-to-site VPN connection between my on-premises location and my Azure virtual network.
12
12
---
@@ -171,9 +171,9 @@ You can specify a different shared key for your connection.
171
171
1. Save your changes.
172
172
1. Update your VPN device with the new shared key as necessary.
173
173
174
-
### <aname="resize"></a>Resize or change a gateway SKU
174
+
### <aname="resize"></a>Upgrade a gateway SKU
175
175
176
-
You can resize a gateway SKU, or you can change the gateway SKU. There are specific rules regarding which option is available, depending on the SKU your gateway is currently using. For more information, see [Resize or change gateway SKUs](about-gateway-skus.md#resizechange).
176
+
You can upgrade the SKU of your VPN gateway to a different SKU. There are rules regarding which SKUs are available for upgrade. For more information, see [Upgrade a gatewway SKU](gateway-sku-upgrade.md).
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-about-skus-legacy.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: How to work with the old virtual network gateway SKUs; Standard, an
4
4
author: cherylmc
5
5
ms.service: azure-vpn-gateway
6
6
ms.topic: how-to
7
-
ms.date: 06/23/2025
7
+
ms.date: 06/24/2025
8
8
ms.author: cherylmc
9
9
10
10
#customer intent: As an Azure administrator, I want to understand the legacy SKU deprecation timeline so that I can plan for the automatic migration.
@@ -59,17 +59,17 @@ The UltraPerformance gateway SKU isn't represented in this table. For informatio
59
59
60
60
### <aname="migrate"></a>Migrate a gateway SKU
61
61
62
-
A gateway SKU migration process is similar to a resize. It requires fewer steps and configuration changes than changing to a new gateway SKU. Your gateway will be migrated seamlessly from backend without any connectivity impact before September 30, 2025. This is different from the initial approach of providing a migration path.
62
+
Your legacy gateway will be migrated seamlessly from backend without any connectivity impact before September 30, 2025. This is different from the initial approach of providing a migration path.
63
63
64
-
### <aname="resize"></a>Resize to a gateway SKU in the same SKU family
64
+
### <aname="resize"></a>Upgrade to a gateway SKU in the same SKU family
65
65
66
-
Resizing a gateway SKU incurs less downtime and fewer configuration changes than the process to change to a new SKU. However, there are limitations. You can only resize your gateway to a gateway SKU within the same SKU family (except for the Basic SKU).
66
+
Upgrading a legacy SKU has limitations. You can only upgrade your gateway to a gateway SKU within the same SKU family (except for the Basic SKU).
67
67
68
-
For example, if you have a Standard SKU, you can resize to a High Performance SKU. However, you can't resize your VPN gateway between the old SKUs and the new SKU families. You can't go from a Standard SKU to a VpnGw2 SKU, or from a Basic SKU to VpnGw1 by resizing.
68
+
For example, if you have a Standard SKU, you can upgrade to a High Performance SKU. However, you can't upgrade your VPN gateway between the old SKUs and the new SKU families. You can't go from a Standard SKU to a VpnGw2 SKU, or from a Basic SKU to VpnGw1 by resizing.
69
69
70
70
**Resource Manager**
71
71
72
-
You can resize a gateway for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) using the Azure portal or PowerShell. For PowerShell, use the following command:
72
+
You can upgrade a gateway for the [Resource Manager deployment model](../azure-resource-manager/management/deployment-models.md) using the Azure portal or PowerShell. For PowerShell, use the following command:
To resize a gateway for the [classic deployment model](../azure-resource-manager/management/deployment-models.md), you must use the Service Management PowerShell cmdlets. Use the following command:
81
+
To upgrade a gateway for the [classic deployment model](../azure-resource-manager/management/deployment-models.md), you must use the Service Management PowerShell cmdlets. Use the following command:
@@ -92,7 +92,7 @@ Standard and High Performance SKUs will be deprecated September 30, 2025. The pr
92
92
93
93
## SKU deprecation
94
94
95
-
The Standard and High Performance SKUs will be deprecated on September 30, 2025. The product team will do backend seamless migration for these SKUs starting June 2025. This is a change from originally announced November 2024 date **At this time, there's no action that you need to take**.
95
+
The Standard and High Performance SKUs will be deprecated on September 30, 2025. The product team will initiate backend seamless migration for these SKUs starting June 2025. This is a change from originally announced November 2024 date **At this time, there's no action that you need to take**.
96
96
97
97
* View the [Announcement](https://go.microsoft.com/fwlink/?linkid=2255127)
98
98
* See the SKU deprecation [FAQs](#sku-deprecation-faqs)
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-validate-throughput-to-vnet.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: dcscontentpm
7
7
ms.service: azure-vpn-gateway
8
8
ms.custom: linux-related-content
9
9
ms.topic: troubleshooting
10
-
ms.date: 03/31/2025
10
+
ms.date: 06/24/2025
11
11
ms.author: radwiv
12
12
ms.reviewer: chadmat;genli
13
13
---
@@ -42,7 +42,7 @@ The following diagram shows the logical connectivity of an on-premises network t
42
42
1. Determine your Internet Service Provider (ISP) bandwidth.
43
43
1. Calculate your expected throughput by taking the least bandwidth of either the VM, VPN Gateway, or ISP; which is measured in Megabits-per-second (/) divided by eight (8). This calculation gives you Megabytes-per-second.
44
44
45
-
If your calculated throughput doesn't meet your application's baseline throughput requirements, you must increase the bandwidth of the resource that you identified as the bottleneck. To resize an Azure VPN Gateway, see [Changing a gateway SKU](vpn-gateway-about-vpn-gateway-settings.md#gwsku). To resize a virtual machine, see [Resize a VM](/azure/virtual-machines/resize-vm). If you aren't experiencing the expected Internet bandwidth, you may also contact your ISP.
45
+
If your calculated throughput doesn't meet your application's baseline throughput requirements, you must increase the bandwidth of the resource that you identified as the bottleneck. To upgrade an Azure VPN Gateway, see [Upgrade a gateway SKU](gateway-sku-upgrade.md). To resize a virtual machine, see [Resize a VM](/azure/virtual-machines/resize-vm). If you aren't experiencing the expected Internet bandwidth, you can also contact your ISP.
46
46
47
47
> [!NOTE]
48
48
> VPN Gateway throughput is an aggregate of all Site-to-Site\VNET-to-VNET, or Point-to-Site connections.
@@ -51,7 +51,7 @@ If your calculated throughput doesn't meet your application's baseline throughpu
51
51
52
52
This validation should be performed during nonpeak hours, as VPN tunnel throughput saturation during testing doesn't give accurate results.
53
53
54
-
The tool we use for this test is iPerf, which works on both Windows and Linux and has both client and server modes. It is limited to 3 Gbps for Windows VMs.
54
+
The tool we use for this test is iPerf, which works on both Windows and Linux and has both client and server modes. It's limited to 3 Gbps for Windows VMs.
55
55
56
56
This tool doesn't perform any read/write operations to disk. It solely produces self-generated TCP traffic from one end to the other. It generates statistics based on experimentation that measures the bandwidth available between client and server nodes. When testing between two nodes, one node acts as the server, and the other node acts as a client. Once this test is completed, we recommend that you reverse the roles of the nodes to test both upload and download throughput on both nodes.
57
57
@@ -80,7 +80,7 @@ Download [iPerf](https://iperf.fr/download/iperf_3.1/iperf-3.1.2-win64.zip). For
80
80
netsh advfirewall firewall delete rule name="Open Port 5001" protocol=TCP localport=5001
81
81
```
82
82
83
-
**Azure Linux:** Azure Linux images have permissive firewalls. If there's an application listening on a port, the traffic is allowed through. Custom images that are secured may need ports opened explicitly. Common Linux OS-layer firewalls include `iptables`, `ufw`, or `firewalld`.
83
+
**Azure Linux:** Azure Linux images have permissive firewalls. If there's an application listening on a port, the traffic is allowed through. Custom images that are secured might need ports opened explicitly. Common Linux OS-layer firewalls include `iptables`, `ufw`, or `firewalld`.
84
84
85
85
1. On the server node, change to the directory where iperf3.exe is extracted. Then run iPerf in server mode, and set it to listen on port 5001 as the following commands:
86
86
@@ -124,7 +124,7 @@ Download the latest version of [Latte.exe](https://github.com/microsoft/latte/re
124
124
125
125
Consider putting Latte.exe in separate folder, such as `c:\tools`
126
126
127
-
### Allow Latte.exe through the Windows firewall
127
+
### Allow Latte.exe through the Windows Firewall
128
128
129
129
On the receiver, create an Allow rule on the Windows Firewall to allow the Latte.exe traffic to arrive. It's easiest to allow the entire Latte.exe program by name rather than to allow specific TCP ports inbound.
130
130
@@ -192,7 +192,7 @@ From bash command line (assumes git is installed)
192
192
`./autogen.sh`
193
193
`./configure --prefix=`
194
194
195
-
Make is slower, may take several minutes
195
+
Make is slower, and might take several minutes
196
196
197
197
`make`
198
198
@@ -214,11 +214,11 @@ Make install is fast
214
214
> Make sure there are no intermediate hops (e.g. Virtual Appliance) during the throughput testing in between the VM and Gateway.
215
215
> If there are poor results (in terms of overall throughput) coming from the iPERF/NTTTCP tests above, please refer to [this article](../virtual-network/virtual-network-tcpip-performance-tuning.md) to understand the key factors behind the possible root causes of the problem:
216
216
217
-
In particular, analysis of packet capture traces (Wireshark/Network Monitor) collected in parallel from client and server during those tests help in the assessments of bad performance. These traces can include packet loss, high latency, MTU size. fragmentation, TCP 0 Window, Out of Order fragments, and so on.
217
+
In particular, analysis of packet capture traces (Wireshark/Network Monitor) collected in parallel from client and server during those tests help in the assessments of bad performance. These traces can include packet loss, high latency, MTU size. Fragmentation, TCP 0 Window, Out of Order fragments, and so on.
218
218
219
219
## Address slow file copy issues
220
220
221
-
Even if the overall throughput assessed with the previous steps (iPERF/NTTTCP/etc.) was good, you may experience slow file coping when either using Windows Explorer, or dragging and dropping through an RDP session. This problem is normally due to one or both of the following factors:
221
+
Even if the overall throughput assessed with the previous steps (iPERF/NTTTCP/etc.) was good, you might experience slow file coping when either using Windows Explorer, or dragging and dropping through an RDP session. This problem is normally due to one or both of the following factors:
222
222
223
223
* File copy applications, such as Windows Explorer and RDP, don't use multiple threads when copying files. For better performance, use a multi-threaded file copy application such as [Richcopy](/previous-versions/technet-magazine/dd547088(v=msdn.10)) to copy files by using 16 or 32 threads. To change the thread number for file copy in Richcopy, click **Action** > **Copy options** > **File copy**.
224
224
@@ -232,15 +232,15 @@ Even if the overall throughput assessed with the previous steps (iPERF/NTTTCP/et
232
232
233
233
## On-premises device external facing interface
234
234
235
-
Mentioned the subnets of on-premises ranges that you would like Azure to reach via VPN on Local Network Gateway. Simultaneously, define the VNET address space in Azure to the on-premises device.
235
+
Mentioned the subnets of on-premises ranges that you would like Azure to reach via VPN on Local Network Gateway. Simultaneously, define the virtual network address space in Azure to the on-premises device.
236
236
237
237
***Route Based Gateway**: The policy or traffic selector for route-based VPNs are configured as any-to-any (or wild cards).
238
238
239
239
***Policy Based Gateway**: Policy-based VPNs encrypt and direct packets through IPsec tunnels based on the combinations of address prefixes between your on-premises network and the Azure VNet. The policy (or Traffic Selector) is usually defined as an access list in the VPN configuration.
240
240
241
241
***UsePolicyBasedTrafficSelector** connections: ("UsePolicyBasedTrafficSelectors" to $True on a connection configures the Azure VPN gateway to connect to policy-based VPN firewall on premises. If you enable PolicyBasedTrafficSelectors, you need to ensure your VPN device has the matching traffic selectors defined with all combinations of your on-premises network (local network gateway) prefixes to and from the Azure virtual network prefixes, instead of any-to-any.
242
242
243
-
Inappropriate configuration may lead to frequent disconnects within the tunnel, packet drops, bad throughput, and latency.
243
+
Inappropriate configuration might lead to frequent disconnects within the tunnel, packet drops, bad throughput, and latency.
244
244
245
245
## Check latency
246
246
@@ -252,7 +252,7 @@ You can check latency by using the following tools:
If you notice a high latency spike at any of the hops before entering MS Network backbone, you may want to proceed with further investigations with your Internet Service Provider.
255
+
If you notice a high latency spike at any of the hops before entering MS Network backbone, you might want to proceed with further investigations with your Internet Service Provider.
256
256
257
257
If a large, unusual latency spike is noticed from hops within "msn.net", contact MS support for further investigations.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-vpn-faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,7 +146,7 @@ Azure Standard SKU public IP resources must use a static allocation method. You
146
146
147
147
Standard SKU public IP address resources use a static allocation method. Going forward, you must use a Standard SKU public IP address when you create a new VPN gateway. This requirement applies to all gateway SKUs except the Basic SKU. The Basic SKU currently supports only Basic SKU public IP addresses. We're working on adding support for Standard SKU public IP addresses for the Basic SKU.
148
148
149
-
For non-zone-redundant and non-zonal gateways that were previously created (gateway SKUs that don't have *AZ* in the name), dynamic IP address assignment is supported but is being phased out. When you use a dynamic IP address, the IP address doesn't change after it's assigned to your VPN gateway. The only time that the VPN gateway IP address changes is when the gateway is deleted and then re-created. The public IP address doesn't change when you resize, reset, or complete other internal maintenance and upgrades of your VPN gateway.
149
+
For non-zone-redundant and non-zonal gateways that were previously created (gateway SKUs that don't have *AZ* in the name), dynamic IP address assignment is supported but is being phased out. When you use a dynamic IP address, the IP address doesn't change after it's assigned to your VPN gateway. The only time that the VPN gateway IP address changes is when the gateway is deleted and then re-created. The public IP address doesn't change when you upgrade (resize), reset, or complete other internal maintenance and upgrades of your VPN gateway.
150
150
151
151
### How does the retirement of Basic SKU public IP addresses affect my VPN gateways?
0 commit comments