使用私有 TFS 在 Azure 中进行 VS 负载测试

VS Load Tests in azure with private TFS

我有一个私有 TFS (2017) 托管在 Azure 中,但我想 运行 Visual Studio 在云中加载测试:

但是当我点击这个选项时,我收到了这个错误信息:

我在这里缺少什么要求?如果可能的话,我需要在 Azure 中创建什么样的资源?

不,您不能 运行 使用本地 TFS(私有 TFS)在云中进行负载测试。

你应该使用 Azure DevOps (VSTS) 来做到这一点。详情请见Load test your app in the cloud using Visual Studio and Azure DevOps

你也可以run cloud-based load tests directly using the Azure DevOps portal, or run load tests locally with Visual Studio, or run Load tests with the Azure portal.