I have an Asp.Net MVC big e-learning site app that is hosted on azure(app service) with 10 instances. We disabled ARR Affinity to improve performance and enabled traffic manager also.
Now I want to clear cache in every instance so how can I make a request for a specific instance? or is there any way we can clear cache using some receiver/messaging system?
If I enable ARR Affinity then I can make a request using a cookie.