The input is not a valid Base-64 string as it contains a non-base 64 character

Oleg Serdyuk 5 Reputation points
2023-08-30T18:24:16.76+00:00

The goal is to read data from azure sql db and load it into Azure Data Lake Storage Gen2.

I created parametrized Linked Service that connects to ADLS gen2. Supplied URL and Access Key - test connection works fine.

After that I created CSV dataset and used Previously created linked service. Test connection - works fine.

However, when executing Copy Activity it gives me an error saying that supplied account key is invalid.

I go back and check connection with Linked Service and DataSet - both works fine.

So what am I missing?

User's image

Azure SQL Database
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} vote

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.