Bug Details
The Delete function fails to process (every 10 minutes as scheduled) with the Cosmos DB Record has already been deleted.
Steps To Reproduce
- Remove the Cosmos DB Record for a file.
- Trigger deletion of the file where the Cosmos record is already gone. Delete function will fail repeatedly (every 10 minutes as scheduled)
What is the expected behavior?
Delete function should still process through successfully, successfully handling the state of being.
If the bug is confirmed, would you be willing to submit a PR?