I have a blob trigger azure function deployed yet it is not properly processing the blob as I continually get the following error:
Blob 'File.xlsx' will be skipped for function 'blob_trigger' because this blob with ETag '"Test123"' has already been processed. PollId: 'Test123'. Source: 'ContainerScan'.
I have already gone into the storage account and deleted the etag files in blobreceipts, but as soon as the function is started again the error continues seemingly ad infinitum.