We have migrated a .net web-application to Azure App Service. Some requests may take longer than 230 seconds, and result in timeout. Is there any way to prevent this? We have tried to add <httpProtocol allowKeepAlive="true"> in the web-config, but with no luck. We know that we should reimplement the solution to avoid long running request, but this will take some time.
We have Azure Front door in front of the app-service.