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

[question] pass data from function code to function.json #59

Open
codebydant opened this issue Jun 16, 2023 · 0 comments
Open

[question] pass data from function code to function.json #59

codebydant opened this issue Jun 16, 2023 · 0 comments

Comments

@codebydant
Copy link

codebydant commented Jun 16, 2023

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant