带有 CVS 的 Azure 函数 doco/guidance

Azure Functions with CVS doco/guidance

我想将 Azure Functions 连接到存储库,其中每个主推送函数将与工件(Project.jsonfunction.json 等)一起重新部署。有什么东西已经到位了吗?如果没有,有什么计划吗?

肖恩,

由于 Azure Functions 位于 App Service/Web Apps 之上,这是一个完全支持的方案,您可以找到有关部署过程的详细信息 here

我还有部署脚本,您可以将其与您的函数一起使用,以确保您的包在部署时正确恢复 here (you can find more information about how to use the script here)

希望对您有所帮助!