You deploy a stateless ASP.NET application to an Azure website. You scale out the application by adding
website instances.
Only newly signed in users are routed to the recently added website instances. Users must be evenly
distributed among all of the instances.
You need to configure the environment to ensure that the load balancer evenly distributes requests.
What should you do?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
C
0
0
C
0
0
C
0
0
C. it is correct.
0
0
C, duh
0
0
I think A should be correct, it says only newly signed in users should get the new instances. So session affinity should be enabled.
0
0