-3

The company I work for has azure dev ops services and have the code in repos using TFVC instead of git. Is there any additional cost involved in managing the code in TFVC, or is the cost covered by the license for azure devops services ?

riQQ
  • 9,878
  • 7
  • 49
  • 66
Kuv Patel
  • 20
  • 5

1 Answers1

0

There is cost differential between using TFVC and git as your source control. Licensing is primarily based on per user. For open source and teams of 5 or less, it's free. After 5, each additional user has cost. See https://azure.microsoft.com/en-us/pricing/details/devops/azure-devops-services/?nav=min for more information.

Ryan Hill
  • 1,821
  • 2
  • 8
  • 21