In ADF, All Linked Services not showing up in Git Mode from Live Mode

Sudip Bala 20 Reputation points
2024-05-12T14:36:55.74+00:00

There are total 4 linked services created in my ADF and its on live mode.

I make a git configuration and set the ADF to new branch along with providing publish branch. But only 2 linked services showed up leaving behind a LS with setup on azure sql db and storage account .

I had total 4 ls. 2 being storage account, 1 key vault and 1 sql db LS.

What could went wrong and How to have all LS in git mode as well????

User's image

User's image

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,755 questions
{count} votes

2 answers

Sort by: Most helpful
  1. ShaikMaheer-MSFT 38,201 Reputation points Microsoft Employee
    2024-05-12T16:59:49.15+00:00

    Hi Sudip Bala,

    Thank you for posting query in Microsoft Q&A Platform.

    It seems, at some point of there is some miss configuration happened. If possible, kindly disconnect your repo and try to connect to different repo freshly, while connection to repo make sure to select import all existing resources option. This should help to get all resources added to repo branches.

    Hope this helps. Please let me know if any further queries.


    Please consider hitting Accept Answer button. Accepted answers help community as well.


  2. Amira Bedhiafi 16,231 Reputation points
    2024-05-12T17:04:42.84+00:00

    A hot fix : disconnect your repos and try to connect to different one and import your resource options

    Based on this old thread, you may not :

    You are not able to view any of the linked services is because you are creating the linked services in datafactory live more, listing the linked services in live mode but trying to find these linked services in GIT mode.

    So first verify the following points :

    • The publish branch specified in the Git configuration matches the branch where your linked services are supposed to be saved.
    • Confirm that all four linked services are present and correctly configured in Live Mode.
    • You have published the latest changes from Live Mode to the Git branch.

    Steps to do :

    1. Verify and Save Git Configuration.
    2. Publish from Live Mode to Git Branch.
    3. Manually Verify and Sync Linked Services.
    4. Re-create Linked Services if Necessary.
    5. Check for Errors or UI Issues.

    https://stackoverflow.com/questions/76322795/linked-services-does-not-appear-in-azure-data-factory

    https://stackoverflow.com/questions/76747925/how-to-update-azure-data-factory-live-mode-from-git-branches