0

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.

Rohit Patel
  • 201
  • 3
  • 8
  • Does this answer your question? [Azure Web Apps : How to access specific instance directly via URL?](https://stackoverflow.com/questions/34833120/azure-web-apps-how-to-access-specific-instance-directly-via-url) – CSharpRocks Apr 03 '20 at 11:53
  • No, Because ARR Affinity is disabled for my case. – Rohit Patel Apr 03 '20 at 12:01
  • I also have a similar need and ARR is not enabled - does anyone know of a solution when ARR is disabled? – Klein May 25 '21 at 15:12

0 Answers0