Azure Functions:编译、调试、Intellisense VS2017
Azure Functions: Compiling, Debugging, Intellisense VS2017
我们正在寻找一种在 VS2017 中开发 Azure 函数的方法。有什么想法吗?
Visual Studio 2017 的工具仍在开发中。您可以在 this github issue.
中跟踪当前状态
更新:Visual Studio 2017 Azure Functions 工具预览版现已可供下载。 blog post explains the tools, requirements, and has a link to the download。请注意,它仅适用于 VS 15.3 Preview,不适用于早期版本。
就个人而言,我更喜欢开发 precompiled functions 并作为 Web 应用程序发布。
您可以通过使用 json 模式 http://json.schemastore.org/function & http://json.schemastore.org/host
为 host.json
和 function.json
获得一些有用的智能感知
我们正在寻找一种在 VS2017 中开发 Azure 函数的方法。有什么想法吗?
Visual Studio 2017 的工具仍在开发中。您可以在 this github issue.
中跟踪当前状态更新:Visual Studio 2017 Azure Functions 工具预览版现已可供下载。 blog post explains the tools, requirements, and has a link to the download。请注意,它仅适用于 VS 15.3 Preview,不适用于早期版本。
就个人而言,我更喜欢开发 precompiled functions 并作为 Web 应用程序发布。
您可以通过使用 json 模式 http://json.schemastore.org/function & http://json.schemastore.org/host
为host.json
和 function.json
获得一些有用的智能感知