Could you please show me how to manipulate Azure connection idle timeout?
Now I am using Azure VM and host my web application in IIS. My App calls rest service from the outside network and it takes 5-10 minutes to get the response back. I have read that Azure will close any connection if there is no response more than 4 minutes. I tried to set idle timeout to 30 minutes from the Azure portal public IP configuration, but it doesn't fix the issue.