High latency to Azure vm compared to GCP

Yogesh Singhal 50 Reputation points
2025-04-25T09:40:43.22+00:00

I have a vnet with 3 VM which are in suse linux and running sap HANA.

we configured a VPN with GCP ( google cloud) where in also we have Vm runing SUSE same version.

now , when we transfer data from azure vm to google vm the data copy is slow .

when tried to do ping or traceroute we dound that latency between two providers over VPN is more than 30 ms we need it under 10 ms .

what can we done to bring it down?

another important point to consider that when i ping gcp server from my laptop the latency is 4ms while to azure is 36 ms with same machine , same location

both gcp and azure are in central india , i user vpngw1 sku.

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,720 questions
{count} votes

Accepted answer
  1. Venkat V 1,800 Reputation points Microsoft External Staff
    2025-04-28T10:42:29.1+00:00

    Hi Yogesh Singhal

    The error you encountered may be due to the VM size exceeding your subscription quota in that region. You can check the current usage limits by using the cmdlet below.

    az vm list-usage --location "westindia" -o table
    

    Go to All Sizes and search for 'E16s_v5'; you will see the correct result displayed.

    User's image

    As suggested by Alex Burlachenko , change the VPN Gateway SKU to a higher tier and also move the VM to the same region, West India, for faster response.

    If the VM size is not available in your subscription, kindly request a quota increase by clicking the 'Request Quota' button.

    For a faster response, it is better to go with the ExpressRoute option.

    I tested the West India region from my location using Azure Speed Test

    User's image

    Here is external url to check the other providers speed: https://cloudpingtest.com/gcp

    I hope this helps to resolve your issue.


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.