User-1753299103 posted
I have my WebApp hosted on azure cloud.
I have been told that my azure webapp is experiencing the following issue:
"the server cannot handle more than 5 GET requests per second which is a very low number and the cause for the 500 errors"
To look for a solution, I started looking around in my azure panel during which I came across the following 2 items:
- Creating a Load Balancer (Basic)
- Scale up(web service plan) from 100 total ACU, 1.75 GB memory, A-Series compute equivalent >>
200 total ACU, 3.5 GB memory ,A-Series compute equivalent
My question is if any of the above items either individually or combined could resolve the above issue?
Thank you