I have 1 application gateway which having 2 backends (Azure VM) which is hosting ASP CORE REST API with IIS. And both is using port 80 to communicate.
Everything is working fine with manual test until when we use jmeter to do 2500 Threads POST request load test, some of the request get "504 gateway timeout" as response.
I tried to run the exactly same load test towards the backend straight and didnt received any bad response.
Am i misconfigured something on my application gateway?