Questions tagged [azure-eventgrid]

Experience interactive applications powered by event triggers, all managed through a top-of-the-line event routing service on the innovative Microsoft Azure platform.

Stop Azure function from repeating its execution recursively

A custom Azure function has been developed to respond to an EventGrid subscription event triggered by the uploading of a new blob into Blob Storage. This function is responsible for resizing the uploaded image and then re-uploading it back into the same c ...