Hi all,
I am trying to setup a BC environment on Azure with fully layered architecture and high availability. The high level design is:
Load Balancer --> 2 web servers --> Load Balancer --> 2 bc servers --> SQL PaaS.
Although the topology is supported, I couldn't find any documentation regarding high availability and load balancing with this topology. I have difficulties to setup web servers to redirect traffic to the internal load balancer. How you secure sticky sessions through all layers? Which load balancer is required?
Any experiences or best practices would be highly appreciated.