Hello I have a problem about azure functions. I have a blob trigger function on azure. The problem is when i try to upload a file to container using by SFTP my function fires twice but if manually upload my file on azure its getting only one trigger. Note : Files comes as with the same name for each trigger not comes with the filepart. Is there any solution about that?. Sharing the logs below. Please help me to fix that issue.
I tried to decrease file size to 1kb if the issue about file size but didn't work [FixedDelayRetry(0, "00:00:10")] tried add this attribute and didn't work.