Say, I have a front-end cloud service or service fabric hosted in one VNET and have another back-end service hosted in another VNET in same region.
I am wondering whether there is performance (latency) difference if I deploy Internal or External load balancer in front of my back-end service?
In my understanding, there should be no difference, no matter what load balancer (internal or external) used, the traffic from my front-end service in another VNET will be routed into my back-end service within Azure backbone network, won't go to outer internet.
Am I right?