Reputation: 18746
I'm trying to create some MTM coded ui tests and hook it up to my visualstudio.com tfs instance. I haven't had any luck getting it to connect. Is it possible to use microsoft's cloud tfs or azure of some sort rather than installing TFS on my intranet?
Upvotes: 0
Views: 378
Reputation: 12546
MTM connects to Team Foundation Service just fine. From your comment it looks like you're trying to connect via http:// not https://
Use https://imaginarydevelopment.visualstudio.com and you should connect up just fine (note that you don't need to specify the project collection either)
Upvotes: 1