Open
Description
Describe the bug
When approving/rejecting airlock request the container of in-progress is deleted and then tries to re-delete even though it is already deleted. That occur since the Blob.Created Az Function is triggered on both Blob.Created and Blob.Deleted events (the ip event grid system topic is subscribed to both events).
The solution will be to unregister it from Blob.Deleted events and keep only Blob.Created events.
Metadata
Metadata
Assignees
Type
Projects
Status
Up Next
Activity