Connectivity for App to reduce NW delay

Pankaj Bhalgat 20 Reputation points
2023-10-12T08:46:32.4233333+00:00

My application is deployed in Azure India, and US users experience delays when they try to connect to it. How can I use the Azure backbone network to improve the performance of my application for US users?

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
622 questions
Azure Load Balancer
Azure Load Balancer
An Azure service that delivers high availability and network performance to applications.
416 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. AlineDutra-MSFT 250 Reputation points Microsoft Employee
    2023-10-16T16:26:05.3866667+00:00

    Hello @Pankaj Bhalgat ,

    Thank you for your response.

    The Traffic Manager and Azure Front Door are global resources, they will be added as the frontend of your current Public IP/Application (backend), therefore they will be able to balance the traffic between the regions you have added on your backend.

    These load-balancing services distribute traffic across regional back-ends, clouds, or hybrid on-premises services. These services route end-user traffic to the closest available back-end. They also react to changes in service reliability or performance to maximize availability and performance. You can think of them as systems that load balance between application stamps, endpoints, or scale-units hosted across different regions/geographies.

    Azure Front Door is an application delivery network that provides global load balancing and site acceleration service for web applications. It offers Layer 7 capabilities for your application like SSL offload, path-based routing, fast failover, and caching to improve performance and high availability of your applications.

    enter image description here

    Traffic Manager is a DNS-based traffic load balancer that enables you to distribute traffic optimally to services across global Azure regions, while providing high availability and responsiveness.

    enter image description here

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

    Regards, Aline Dutra