Project hosting

You need to have access to Visual Studio Online/TFS Online (now VSTS) to host a project. For this you need to follow these steps:

  1. Go to https://www.visualstudio.com/vso/ using your preferred browser.
  2. Click on Sign in, as shown:
VSTS home screen
  1. Enter your Microsoft account; you can create one if you don’t have one.
  2. Follow the steps and create your account.
  3. You will be redirected to your Visual Studio Team Services Accounts page:
VSTS my profile page
  1. Click on Create new project.
  2. You will be redirected to a new page where you will be asked for some information related to your project.
  3. Add your project information, as in the following screenshot:
Creating a new project
  1. Select your version control – you will be given the choice of Git or Team Foundation Version Control (TFVC).

If you are confused with the options, refer to this link for a comparison between Git and TFVC: https://docs.microsoft.com/en-us/vsts/tfvc/comparison-git-tfvc?view=vsts.

In our case, select Team Foundation Version Control:

  1. Now, select Work Item Process, refer to  https://docs.microsoft.com/en-us/vsts/work/work-items/guidance/choose-process?view=vsts to know more about the various options available. In our case, select Scrum:
  1. Now click on Create.
  2. You will be redirected to a newly created project page that looks like the following screenshot:
FlixOneProductServices project main screen
  1. The project main screen is a quick display page, where you can see all the activities quickly.

Your project is created and now you are ready to start with your project.