In our dev environment we have several environments running the same function app, but the environments all point to the same storage account/blob container.
I have noticed that when a blob is inserted, the blob triggers, in multiple environments, are able to pick up the same blob at once. I am sure it is obvious how this would be a problem from that point on.
Is there any way to prevent this?? Suggestion on better trigger to use to handle this situation?
I would have expected the receipt to be global to the blob, not specific to the environment.