Forum Discussion
rocksde
Jun 25, 2020Copper Contributor
linked service ADLS Gen2 via Key Vault error The specified account key is invalid.
Hi, Sorry but I am stuck. I have a ADLS Gen2 with a storage firewall. I setup a Key Vault that has a secret for the ADLS containing the connection string from key 1. ADF is allowed on the Key Vault...
rohanislam
Jun 29, 2020Brass Contributor
Looks like your ADF is able to go into the key vault and read the secret value but probably it is not able to identify it as a Base-64 string.
A Base-64 string contains alpha (upper and lower cases) numeric characters with + and / as allowed symbol. The length must be multiple of 4. Normally upto two = symbols are used as padding at the end of the string to make the length a multiple of 4.
So, please verify the storage key.
Check the configuration of the ADF.
Check how you defined your variable.
Try putting your storage account connection string within double quotes.
A Base-64 string contains alpha (upper and lower cases) numeric characters with + and / as allowed symbol. The length must be multiple of 4. Normally upto two = symbols are used as padding at the end of the string to make the length a multiple of 4.
So, please verify the storage key.
Check the configuration of the ADF.
Check how you defined your variable.
Try putting your storage account connection string within double quotes.