Setting to have azure function folder not at the root level #2238
nicofraisse
started this conversation in
Polls
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Javascript, from the documentation, the default folder structure is at such:
I would like to have this structure instead:
The documentation partly addresses this by using the
scriptFile
option infunction.json
, enabling to customize the entry point file location, like this:However this does not enable having the function's folder (the one containing
function.json
) itself moved to another location than the root level, in order for the function to be detected.Is there a clear, or even hacky way, to acheive this currently? If not I think it would be nice to have this flexibility.
0 votes ·
Beta Was this translation helpful? Give feedback.
All reactions