Backup up branch

Vineet S 1,390 Reputation points
2024-10-14T03:32:13.31+00:00

Hi, How to backup your branch in adf pipeline.. Like download and store it somewhere

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

2 answers

Sort by: Most helpful
  1. PRADEEPCHEEKATLA 90,641 Reputation points Moderator
    2024-10-14T07:45:41.0466667+00:00

    @Vineet S - Thanks for the question and using MS Q&A platform.

    You can create a new branch in Azure Data Factory/ Synapse Analytics to create a backup of the development branch.

    User's image

    You can later use the same brach to import existing Data Factory resources to repository

    According to the official document: Source control in Azure Data Factory

    User's image

    OR

    You can directly download the supported JSON files from ADF/Synapse studio and upload the same wherever you want (example: In an ADLS gen2 account or local system).

    97411-image.png

    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 comments No comments

  2. Pinaki Ghatak 5,600 Reputation points Microsoft Employee Volunteer Moderator
    2024-10-14T10:36:44.96+00:00

    Hello @Vineet S

    To backup your branch in ADF pipeline, you can use the "Copy Data" activity to copy the data from your branch to a storage account. Here are the steps to do that:

    1. Create a new pipeline in your ADF instance.
    2. Add a "Copy Data" activity to the pipeline.
    3. In the "Source" tab of the activity, select your branch as the source dataset.
    4. In the "Sink" tab of the activity, select your storage account as the sink dataset.
    5. Configure the settings for the copy operation, such as the file format and compression options.
    6. Save and publish the pipeline. Once you run the pipeline, the data from your branch will be copied to the specified storage account. You can then download and store the data from the storage account as needed.

    This is another approach, to the one already provided above.

    0 comments No comments

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.