Views:

Applies to Product -Dynamics 365 Lifecycle Services


What’s happening?
The customer is unable to create a cloud-hosted environment due to the configuration of the Visual Studio Team Services project, which does not have the correct version control setup. The error message indicates that only Team Foundation Version Control (TFVC) is supported.


Reason:
The configured Visual Studio Team Services project lacks the necessary TFVC support, which is required for creating the cloud-hosted environment.


Resolution:
To resolve this, follow these steps:

  1. TFVC to the Project:
  2. Go to the Version Control administration page in your Azure project.
  3. Select the project node (e.g., "$/ProjectName") in the tree.
  4. Configure the necessary TFS groups and permissions:
    • ProjectName\Readers - Allow: [permissions]
    • ProjectName\Contributors - Allow: Check in, Check out, Label, Lock, Merge
    • ProjectName\Build Administrators - Allow: Check in, Check out, Label, Lock
  5. Enable TFVC:
  6. Ensure that the project is configured to use TFVC by setting up the appropriate permissions and repository type.
  7. For more detailed instructions, refer to the relevant documents on using TFVC and Git repos in the same project.