Hi
This is a link to a question that I have asked about migrating data from SQL Server to Azure SQL Database, using the Copy function in the data factory.
I didn't want to just copy the question.
I cannot get the encrypted data stored in a table in SQL Server to migrate it to Azure SQL Database.
I have created a key in SQL Server that now sits in the Azure Key Vault. The Key value has the same 10 character as that in the error. I have created a link service I have ticked the Encrypted box.
The error now is showing a 2200 error, which is different to the initial error, but I can't figure out from the comment other than it being an error in the source.
The source is a 3rd party data source that sits is unpacked daily to SQL Server, that is sitting on a VM in Azure.
The key works OK when run from the server or within SSMS, however it does not want to work on Azure Data Factory.
Presently it runs via a SSIS package that decrypts the data, I want to swap this SSIS to a pipeline run in the Data Factory. I would have thought this would have been a simple task, but after 2-3 days of searching I have not found a solution to this problem. If there is someone who knows how this can be achieved, please.
Many thanks.