Currently I am appended entities to my Azure table storage. If at least 5 or more entities are added, what I need to do is trigger another function to retrieve all the data in the table and do some processing on them and then update the table with the post processed data. Can someone direct me towards examples or help me figure out what the trigger conditions would be?
Any help or guidance would be appreciated!