Reputation: 436
I have a private TFS (2017) which is not hosted in Azure, but I want to run Visual Studio load tests in the cloud:
But when I click this option I get this error message:
What is the requirement I'm missing here? What kind of resource do I need to create in Azure if it's even possible?
Upvotes: 0
Views: 59
Reputation: 30402
No, you cannot run Load Tests in the cloud with on-premise TFS (private TFS).
You should use the Azure DevOps (VSTS) to do that. Please see Load test your app in the cloud using Visual Studio and Azure DevOps for details.
You can also 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.
Upvotes: 1