gkatai
gkatai

Reputation: 436

VS Load Tests in azure with private TFS

I have a private TFS (2017) which is not hosted in Azure, but I want to run Visual Studio load tests in the cloud:

enter image description here

But when I click this option I get this error message:

enter image description here

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

Answers (1)

Andy Li-MSFT
Andy Li-MSFT

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

Related Questions