I forgot my working branch, how to find it..?

Damodara, K 20 Reputation points
2025-01-06T09:59:42.13+00:00

Hi Team,

I am reaching out to seek your assistance with an issue I'm currently facing in Azure Data Factory (ADF). Unfortunately, I've forgotten the specific working branch I was using. The only detail I remember is the linked service we utilized in that branch to create a pipeline.

Could you kindly help me locate the branch associated with that linked service? Your support in resolving this matter would be greatly appreciated.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,186 questions
GitHub Training
GitHub Training
GitHub: A web-based hosting service for software development and version control using Git. Acquired by Microsoft in 2018.Training: Instruction to develop new skills.
46 questions
{count} votes

Accepted answer
  1. Ganesh Gurram 3,675 Reputation points Microsoft Vendor
    2025-01-06T10:52:54.94+00:00

    Hi @Damodara, K

    Thanks for the question and using MS Q&A platform.
    To find the working branch in Azure Data Factory (ADF) when you've forgotten the specific one, you can follow these steps:

    Open the Azure Data Factory portal and navigate to the Author page. At the top-left of the Author page, you will see the currently checked-out branch, indicating which Git branch is active in your ADF environment.

    Review Linked Services and Pipelines - Go to the Manage section in ADF and look for the specific linked service you remember working with. Once you find it, check for any recent changes or pipelines associated with that linked service. Visit the Author page and check the pipeline history to determine the branch used.

    Check GitHub Repository (if ADF is linked to GitHub) - If your ADF environment is linked to GitHub, open the linked repository and browse through the branches. Look for recent commits related to the linked service or pipeline or check the pull requests to identify the branch.

    Check Azure Repos (if using Azure DevOps) - If you are using Azure Repos, go to the Azure DevOps portal. Navigate to your project, then check under the Branches section. Review the commit history to find the branch associated with the linked service.

    Review Pipeline History in ADF - In the Author section of ADF, go to Pipelines and check the History tab. Review the commit history for pipelines to determine which branch was used during recent deployments or updates.

    By following these steps, you should be able to identify the branch associated with the linked service in ADF.

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.