1

I recently purchased a single user license for Visual Studio Online Professional in order to make use of the fact that it grants a monthly subscription license for the Visual Studio Professional IDE as well as all the features of basic VSO.

I ran into problems trying to apply the license to Visual Studio since VSO uses Azure Active Directory accounts to authenticate and these are not considered Microsoft Accounts. This means that when you go to Help -> Register and try to sign in you get an error telling you that it is not a MS account.

It appears that there is little or no documentation about this online.

Hades
  • 1,975
  • 1
  • 23
  • 39

1 Answers1

1

To register a "Visual Studio Online" professional license within Visual Studio 2013 Professional ID you simply need to connect the trial version of Visual studio 2013 Professional to your Visual Studio Online TFS instance.

Note that this will not work if you have an MSDN license (either signin or product key applied to your Visual Studio 2013 IDE already. You must remove these first.

To remove a product key license from VS2013 please see the answer at https://stackoverflow.com/a/22258088/285470

Community
  • 1
  • 1
Hades
  • 1,975
  • 1
  • 23
  • 39
  • Hi, when you say connect.. do you mean log into the the account that has been granted the the Pro license in VSO? I use `live` account, in Azure I enabled AD and the @live was automatically added from MSN. After the AD enable in VSO I could add the Azure scaling license to my `live` user, which I have been using the whole time to log into VSO TFS. After AD I couldn't log into VSO TFS, but I had to add the extra credentials in my profile. VSO TFS logged in fine (on VS2012) but on my new PC VS2013 keeps saying downloaded license is insufficient. 12 days with support now and no clue what's wrong. – Piotr Kula Nov 14 '14 at 08:48
  • As long as there is no MSDN based license applied all you have to do is connect team explorer to your VSO account. – Hades Nov 14 '14 at 16:54