0

I need help for following scenario.

I have setup azure blob trigger on one of the azure blob storage. Now suppose from media shuttle I am uploading 3 files to that azure blob and I have setup blob trigger on that azure blob but now what I want is that, I want to trigger some logic only when blob trigger function get call for last file(3rd one). for 1st and 2nd file blob trigger function should get call but should not execute the logic which supposed to execute for last file(3rd one).

so basically somewhere we need to maintain count(for total upload) and count for number of time blob trigger function get call and compare and run final logic if condition satisfied but I am not aware about how to do that.

I'm using .Net core to write azure blob trigger function.

Sagar Hirapara
  • 1,677
  • 13
  • 24

0 Answers0