1

I am trying to configure an Azure DevOps git repository in Azure Synapse. After selecting the organization name, the portal displays the message: 'Could not find a valid Azure DevOps team project for the selected account.'. enter image description here

The account I use to configure GIT in Synapse is part of a DevOps Security Group with the following permissions: enter image description here

The DevOps organization is already connected to the Azure AD tenant: enter image description here

Does anyone knows what configuration I am missing here?

Bakkie103
  • 47
  • 6

1 Answers1

0

Make sure you have your Azure AD tenant connected to the Azure DevOps organization. By default Azure DevOps organization is connected to the Microsoft Directory, Make sure you change your Azure DevOps org from Microsoft to your Azure AD Default directory connected to your Azure subscription.

I tried to connect my Azure DevOps git repository to my synapse resource like below:-

enter image description here

enter image description here

enter image description here

I went to my Azure DevOps account, switched the directory from Microsoft to Default Directory, created a new Azure DevOps project, and imported one GitHub repository.

enter image description here

enter image description here

Azure AD Default directory connected to Azure DevOps successfully like below:-

enter image description here

Connecting Azure DevOps git repo with Azure Synapse:-

enter image description here

enter image description here

enter image description here

Azure DevOps git repo connected successfully like below:-

enter image description here

SiddheshDesai
  • 3,668
  • 1
  • 2
  • 11