Apr 06 2021 11:24 AM
how to configure a LB for different region VM's!
for example : if we have a VM in East US another in West US can we configure a LB using traffic manager.
could you please provide me a good explanation.
workloads must be in same AV set and RG.
Apr 07 2021 02:03 AM - edited Apr 10 2021 05:52 AM
Hi
You can use a cross region load balancer to be able to do that .Cross-region load balancer is currently in preview. This preview version is provided without a service level agreement, and it's not recommended for production workloads. Also CRLB operate at a Layer 4. You can see the decision tree and the load balancing options in attachments .
https://docs.microsoft.com/en-us/azure/load-balancer/cross-region-overview
Traffic manager is a dns based load balancer so it will locate the client and redirect him to the closer endpoint .
https://docs.microsoft.com/en-us/azure/traffic-manager/traffic-manager-overview
Another solution can Azure Front Door if you have security requirements ( TLS Web Application Protection ...)
Front Door works at Layer 7 (HTTP/HTTPS layer) using anycast protocol with split TCP and Microsoft's global network to improve global connectivity. Based on your routing method you can ensure that Front Door will route your client requests to the fastest and most available application backend. An application backend is any Internet-facing service hosted inside or outside of Azure.
Aug 31 2021 07:07 PM
Hi @ibnmbodji,
In regards to this limitation with the current cross-region load balancer preview:
Cross-region frontend IP configurations are public only. An internal frontend is currently not supported.
Are there plans to support internal frontends in a future release?
Not sure if this is the appropriate place to post this kind of question, I previously used Azure Feedback / UserVoice for this type of thing.
Thanks,
Ben