Forum Discussion
Biplab Sah
Jul 16, 2020Copper Contributor
App Service timeout in 230 sec
Hello Team, We have couple of App Service which takes more than 230 Sec. We can not use Durable function or Webjobs. how can we increase the request time, as we have a task running which takes ab...
MrCoups
Aug 04, 2020Copper Contributor
Biplab Sah If you can, I would recommend moving this to an Azure Function. The timeout value can be 10 minutes if you use a consumption based plan, or if you use premium it's unlimited. If the trigger is HTTP though then the timeout is 230 seconds regardless, this is due to the default idle timeout for an Azure Load Balancer. If this situation matches your use case then you can use durable functions, more on this here... https://docs.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-overview#async-http