'Azure Function Blob Output Binding Metadata

Is there a way to access the metadata of a blob output binding?

For example, my output binding path parameter is set to:

container/directory/{rand-guid}.txt

I would like to Set the path of the generated blob in the return value of the activity function.

I’m using Python as the worker.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source