0

I am trying to Upgrade my free trial Azure DevOps to a licensed version but i don't see any options to apply my licenses. Is there a way to apply our new licenses without having to re-install?

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25
Vinny
  • 1
  • On promise or cloud azure DevOps? – pavinan Oct 09 '19 at 14:54
  • @Vinny Hi ,Vinny Is the explanation given in my answer helpful? If you have any question ,please kindly let me know.:) – Hugh Lin Oct 11 '19 at 01:37
  • Have you checked Hugh's answer below? Is it helpful? If it solved your issue, you could [Accept it as an Answer](https://meta.stackexchange.com/questions/5234/how-does-accepting-an-answer-work), This can be beneficial to other community members reading this thread. – Andy Li-MSFT Oct 12 '19 at 01:58

1 Answers1

1

In earlier versions, TFS included code which required a valid product key to be present in order for the server to start up.

Since TFS 2015.2, TFS no longer distinguish the versions in this way, so there is no product key left on the TFS Admin console Product Information Summary page to display. And the TfsConfig License command is not available since TFS 2015.2.

If your TFS is in a Trial, it will not stop work immediately. If your trial expires, you will see a banner in most pages of the TFS Web UI. You would have enough time to complete trial.After you get the trial expiration warning message, you could select the 'complete the trial of my TFS Deployment'. There does not have a field to let you input the TFS Key.

What's more, when the trial is completed, all users should be assigned an appropriate access level based on the licenses they have. An unlimited number of users who only need access to work items can be added as Stakeholders and will not require any license. Most other users who access your server will require a license.

To use later TFS version, need to buy monthly access. You could find more information in this link:https://www.visualstudio.com/en-us/docs/setup-admin/buy-access-tfs-test-hub

You can refer to this blog and these cases(#1,#2).

Hugh Lin
  • 17,829
  • 2
  • 21
  • 25