Image Resizer - Can't make paths different?

EasyRhino 1 Reputation point
2021-04-29T20:26:23.08+00:00

I'm trying to setup a basic image resize function but the site won't let me make the trigger path different than the write path. Am I missing something?

I want the trigger path to be: {container}/images/{name}
I want the write path to be: {container}/thumbnails/{name}

For whatever reason those fields are linked together on the Azure web portal.

Thanks

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,678 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,611 Reputation points Microsoft Employee
    2021-05-12T07:09:05.7+00:00

    @EasyRhino Sorry I couldn't get back sooner. I tried it out today and was able to get both paths different as shown below

    Trigger

    95834-image.png

    Output

    95835-image.png