azure-devopsazure-data-factory

Unable to View / Access Repositories from Azure Data Factory


I have a repository called 'addsomecodetome' and with the repositiory there is a 'main' branch with a number directories,see image

enter image description here

I connected my ADF to the repository, see image

enter image description here

However, there aren't any pipelines appearing in the 'main' branch, see image

enter image description here

Can someone let me know why I'm unable to view any pipelines from the 'main' branch even though I have connected ADF to the repository?


Solution

  • I have tried the similar scenario from my end. These are my configuration details.

    enter image description here

    I have created 2 pipelines using pipeline JSON in the Devops repo and committed the changes.

    enter image description here

    You can see that the changes got reflected in the ADF workspace.

    enter image description here

    As per this SO answer by @PatrickLu-MSFT,

    Check if your user had access level of above stake holder like Basic.

    Go to organization settings -> Users -> Access control and change the access level to required level.

    enter image description here

    Also, check if you gave the correct Root folder as per your requirement. You can refer a similar ask in the MS Q&A.