How to Fetch an .bak file from ADF pipeline?

Ayush Chauhan 116 Reputation points
2021-07-21T04:49:45.02+00:00

I want to migrate the data in the .bak file in my storage account to SQL Db, through ADF. As the .bak file is not a supported file format in ADF datasets, then what's the workaround that I should opt to get it done?

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

1 answer

Sort by: Most helpful
  1. Ayush Chauhan 116 Reputation points
    2021-07-22T05:43:09.653+00:00

    Hello @MartinJaffer-MSFT

    Azure has deprecated the online migration to Azure SQL Db, that's why we are trying to simply store full backup from SQL Server to Azure storage account and then try to migrate data with .bak files in storage account to Azure SQL Db through ADF.

    Other than that in the case of the binary dataset, we have to choose a binary dataset in both sink and source, but Azure SQL Db acts as the sink in our case.