Azure Functions 部署源 Visual Studio Team Service 项目

标签 azure azure-devops azure-functions

我正在尝试链接 Azure Functions 部署以与 Visual Studio Team Service 集成,但是一旦我选择 VSTS 作为源,它就不会显示任何其他项目。

我的帐户中还有其他网络应用程序,它们来自 VSTS 项目。

这对我们很重要的原因是工作流程。目前,我们使用 AWS API Gateway + Lambda 作为 Webhooks,但它不适合我们的开发/部署工作流程。

最佳答案

当您从新的 Azure 门户选择“Visual Studio Team Services”作为部署源时,它使用 Kudu service它是为 Git 版本控制而设计的。因此它只会显示具有“Git”存储库的项目。

Kudu is the engine behind git deployments in Azure Web Sites. It can also run outside of Azure.

如果您想部署 TFVC 项目,请尝试使用 Azure Classic Portal 。详细可以引用这篇文章:Continuous delivery to Azure using Visual Studio Team Services

关于Azure Functions 部署源 Visual Studio Team Service 项目,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36454599/

相关文章:

azure - 如何链接 Azure ARM 模板中的模板?

Azure DevOps - 使用管道触发器进行批处理

c# - 以编程方式访问存储帐户

c# - 如何获取通过Azure函数事件中心触发器接收到的事件的messageId或eventId?

azure - 尝试在 Linux 虚拟机上的 Azure CLI 中创建虚拟机时出现响应错误

azure - 在 Azure Application Insights 中查看具有零 View 的 Azure Web 应用页面

azure - 当用户未在 Azure AD B2C 中注册时避免通过电子邮件发送验证码

azure - StackExchange.Redis 和 StackExchange.Redis.StrongName 之间有什么区别?

api - Azure 函数输出缓存

Azure服务总线-消息直接进入死信队列