0

When using the script model with Azure Functions coupled with a deployment from Git, how does one specify where Azure Function should expect the file function.json to be found? In particular, how Git repositories with multiple projects, and possibly multiple files function.json are expected to be handled through this deployment model for the Azure Functions?

1 Answer 1

2

Each Function has a separate folder with function.json file inside. (No s in the end of file name).

See lots of examples in this repository.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.