While creating a ImageResizer function app on azure portal for accomplishing image resizing functionalities I see only two Azure Blob Storage outputs:
Path 1: sample-images-sm/{name}
Path 2: sample-images-md/{name}
Here my requirement is generate images of different sizes with the following combination:
<width,height> : (260,260) , (280,150) , (340,140), (115,140), (76,140)
Can anyone help me to know how to add additional Azure Blob Storage output to the existing list.