Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
331 stars 100 forks source link

Using blob triggers and blob output #1432

Open dipesh747 opened 4 months ago

dipesh747 commented 4 months ago

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.