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.'.

The account I use to configure Git in Synapse is part of a DevOps Security Group with the following permissions:

The DevOps organization is already connected to the Azure AD tenant:

Does anyone knows what configuration I am missing here?
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:-
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.
Azure AD Default directory connected to Azure DevOps successfully like below:-
Connecting Azure DevOps git repo with Azure Synapse:-
Azure DevOps git repo connected successfully like below:-