Prevent Azure function to execute recursively
I have created an Azure function that is triggered by an EventGrid subscription event which is fired when a new blob uploaded into Blob Storage. I'm using this function to resize the uploaded image, it's uploading the resized image into…