在本地计算机上编译 Azure Functions(.csx 文件)

Compile Azure Functions (.csx files) on local machine

我正在使用 AzureQueue 触发器模板,最好是在我的本地机器上编写函数,编译并执行它然后部署而不是在 azure 门户中编写它。有什么办法吗?

谢谢!

克里希,

答案是肯定的,但目前体验不是很好。随着我们增强服务,本地开发是我们将投入更多的领域,但在我们拥有真正的第一个 class 本地开发经验之前,这里有一些文档可以帮助您开始使用当前可用的内容:

https://azure.microsoft.com/en-us/documentation/articles/functions-run-local/

主机存储库上的 Wiki 是另一个重要的信息来源:

https://github.com/Azure/azure-webjobs-sdk-script/wiki

请密切关注文档,因为我们正在快速迭代,并将随着体验的改进而增强文档。

这是今天刚刚发布的。允许您根据文章进行本地调试

https://blogs.msdn.microsoft.com/webdev/2016/12/01/visual-studio-tools-for-azure-functions/

  • These tools are offered as a preview release and will have some rough spots and limitations
  • They currently only work with Visual Studio 2015 Update 3 with “Microsoft Web Developer Tools” installed
  • You must have Azure 2.9.6 .NET SDK installed
  • Download and install Visual Studio Tools for Azure Functions