Azure App Services
A feature of Azure App Service used to create and deploy scalable, mission-critical web apps.
4,600 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am using Azure Durable Functions for doing background 30 minutes job.
While my function being executed - another call happens - I added queryString to prevent this.
But again same issue - this makes my code do double-insert to db problem
How to fix same?
Seriously I think Azure Durable Functions is an Unreliable technology.
I executed 50 functions in the morning - towards evening I can see most of them being invoked automatically!
I used Terminate method on all functions - but one is not getting terminated.
Later I tested 1 function call, then 2nd function call, now I can see both getting executed.
Why they are not terminating?
Should I clear the storage too?
How does the code look like?
Hi Paul,