如何为 Azure Functions 指定 'function.json' 的路径?

How do you specify the path of 'function.json' for Azure Functions?

script model 与 Azure Functions 结合使用并从 Git 进行部署时,如何指定 Azure Functions 应该在哪里找到文件 function.json?特别是,如何通过 Azure Functions 的部署模型处理 Git 具有多个项目和可能的多个文件 function.json 的存储库?

每个函数都有一个单独的文件夹,里面有 function.json 文件。 (文件名末尾没有s)。

请参阅 this repository 中的大量示例。