hello,
I want to run an azure python code 27*7 at a very good execution speed.
I have tried azure function HttpRequest but the code stops execution after sometime
return(func.HttpResponse( test.run() ))
What to do about it?
the function is creating time out after some time
Timeout value of 00:30:00 exceeded by function 'Functions.HttpTrigger1' (Id: '53791e4e-919b-4f7c-b879-8ebec441a4e3'). Initiating cancellation.