Is there an azure service that is able to find an optimum connection to the server from two endpoints?

Greszczuk Lukasz 1 Reputation point
2022-08-02T21:02:09.217+00:00

Hello Team,

I am building latency sensitive system and I am going to deploy many RabbitMQ instances around the world. I am looking for a solution in Azure, how to find optimal instance (with the lowest cumulated latency) for two endpoints. Is there any azure service that can determine the best instance for two endpoints? Both endpoints need to be connected to the same instance.

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
111 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
420 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 24,231 Reputation points Microsoft Employee
    2022-08-03T01:45:16.42+00:00

    Hello @Anonymous , Welcome to the Microsoft Q&A forum.

    I think Azure Internet Analyzer might satisfy your requirements. Internet Analyzer uses a small JavaScript client embedded in your Web application to measure the latency from your end users to your selected set of network destinations. You can find additional details here in the documentation.

    Alternatively, you can also use PSping to test the latency and bandwidth measurement.

    Please let me know if you have any additional questions here. Thank you!