I just want to understand how does Azure perform load balancing - all the information in documentation is quite unclear to me. Like -
Many applications use sessions or in-memory data to increase performance. With Azure, I'm not sure if this is possible, because (from what I can tell), Azure doesn't have any sort of "sticky" sessions. Even if it wasn't session-based, but simply IP-based balancing, that would be enough for many applications.
Please explain.