This repository was archived by the owner on Oct 14, 2023. It is now read-only.

Description
Hi @yokawasa,
I hope you are doing well.
Do you know if is possible to pass data from the azure function code to the function.json in order to dynamically name the blob file in the container?
I am using this function.json, but the output filename in my case is:
"path": "integration-portopt/daniel/mx-uat-report-{blobname}-{DateTime}.json",
I would like to make the "uat" name dynamically so that from the code I can pass the uat, dev, or prod values. Do you know if this is possible with azure functions without using an external SDK?