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/about-vpn-profile-download.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,12 @@ author: cherylmc
6
6
ms.service: azure-vpn-gateway
7
7
ms.custom: devx-track-azurepowershell
8
8
ms.topic: how-to
9
-
ms.date: 05/15/2024
9
+
ms.date: 03/31/2025
10
10
ms.author: cherylmc
11
11
---
12
12
# Generate VPN Client profile configuration files - Microsoft Entra ID authentication
13
13
14
-
This article helps you generate and extract VPN client profile configuration files. Client profile configuration files contain information that's used to configure your VPN client. The sections in this article explain the information needed to configure the Azure VPN Client profile for Azure VPN Gateway point-to-site configurations that use Microsoft Entra authentication.
14
+
This article helps you generate and extract VPN client profile configuration files. Client profile configuration files contain information that's used to configure your VPN client. The sections in this article explain the information needed to configure the Azure VPN Client profile for Azure VPN Gateway point-to-site configurations that use Microsoft Entra ID authentication.
Copy file name to clipboardExpand all lines: articles/vpn-gateway/vpn-gateway-validate-throughput-to-vnet.md
+6-6Lines changed: 6 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 @@ manager: dcscontentpm
7
7
ms.service: azure-vpn-gateway
8
8
ms.custom: linux-related-content
9
9
ms.topic: troubleshooting
10
-
ms.date: 02/13/2023
10
+
ms.date: 03/31/2025
11
11
ms.author: radwiv
12
12
ms.reviewer: chadmat;genli
13
13
---
@@ -42,18 +42,18 @@ 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 does not 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 are not 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 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.
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.
49
49
50
50
## Validate network throughput by using performance tools
51
51
52
-
This validation should be performed during nonpeak hours, as VPN tunnel throughput saturation during testing does not give accurate results.
52
+
This validation should be performed during nonpeak hours, as VPN tunnel throughput saturation during testing doesn't give accurate results.
53
53
54
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.
55
55
56
-
This tool does not 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.
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
58
58
### Download iPerf
59
59
@@ -218,7 +218,7 @@ In particular, analysis of packet capture traces (Wireshark/Network Monitor) col
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 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:
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
@@ -254,7 +254,7 @@ You can check latency by using the following tools:
254
254
255
255
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.
256
256
257
-
If a large, unusual latency spike is noticed from hops within "msn.net", please contact MS support for further investigations.
257
+
If a large, unusual latency spike is noticed from hops within "msn.net", contact MS support for further investigations.
0 commit comments