Azure Durable Functions - Getting Called Weirdly
Kevin Azure
141
Reputation points
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?
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Sign in to answer