@BlobOutput(dataType="Binary", name="$return", path="{data.url}")
We are using an Event grid trigger in java to get blob events from blob storage. Here {data.url} represents an image url with .tiff extension, our function converts the image from .tiff to .png format and saves it back in the same storage. Is there a way to change {data.url} and set it back to path param of @BlobOutput.