0
votes

I am working on a simple Azure Data Factory pipeline where I have simply added a Batch Service and in that specified the Batch Service account (which I have created thru linked service and tested the connection is working). In the command I am just running a simple "ls" command and when I do a debug run I get this error: "Cannot create Shared Access Signature unless Account Key credentials are used." I have following linked services "Azure Batch", "Azure Blob Storage" and Key Vault (where we store the access key). All linked services connections are working properly.

Any help on how to fix this error: "Cannot create Shared Access Signature unless Account Key credentials are used."

Azure Batch Linked service: enter image description here

Azure Storage Linked service: enter image description here

Azure Data factory pipeline: enter image description here