azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Using blob triggers and blob output

Open dipesh747 opened this issue 1 year ago • 0 comments

I need dynamic directory paths for blob trigger. I also need dynamic directory names for blob output names.

Example for trigger: Landing/{dir}/{name}

If dir can be 1 through to 5 and name can be anything.

How is this set in the decorator/where can I define possible values?

For the output file name, where can I define that?

I've read all the docs and I don't see this listed anywhere. Appreciate any help you can offer.

dipesh747 avatar Feb 16 '24 07:02 dipesh747