How to perform outbound network performance tests from an azure vm to an Internet destination?

Rodrigo R 86 Reputation points
2024-07-29T12:08:15.4033333+00:00

From an Azure VM I would like to use tools like traceroute or mtr to diagnose which hops along the path are introducing latency.

Is it possible from an Azure VM to diagnose outbound connections using the mentioned tools?

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,762 questions
{count} votes

Accepted answer
  1. KapilAnanth-MSFT 49,536 Reputation points Microsoft Employee Moderator
    2024-08-05T09:03:49.55+00:00

    @Rodrigo R ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    To address your query,

    • Tools like Tracert and MTR would not work on an Azure VM for Internet destination.
    • ICMP Ping would work provided you have a dedicated Instance level Public IP attached to the VM and destination is capable of responding to the ICMP Pings.

    NOTE : ICMP Ping and Tracert would work for private traffic

    The recommendation is to

    You can also follow recommendations suggested by Deepanshukatara-6769

    Kindly let us know if this helps or you need further assistance on this issue.

    Thanks,

    Kapil

    1 person found this answer helpful.

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.