I would like to run my blob storage trigger over existing files continuously for testing purposes, but after the trigger has run once over the files, I can't get it to run again on those existing files. This message is what I receive in the logs:
Blob '[some file]' will be skipped for function 'BlobTrigger1' because this blob with ETag '"
[tag]"' has already been processed. PollId: '[poll id]'. Source: 'ContainerScan'.
Is there a way I can reset that "ContainerScan" somehow so I can run the trigger again over the existing files?