azure-functions-templates
azure-functions-templates copied to clipboard
Duplicate Requests Processed
We have a Function App written in PowerShell that simply sends out emails using .NET's SmtpClient and MailMessage objects upon HTTP POST requests.
However, sometimes, it will send the same emails twice. But in the Monitoring tab in Function App, the emails logs for the two of the same emails have difference request IDs. It seems like after the first time of the Function App ran, it sends the same request to itself and run the function again