Using Azure data factory copy files from azure file share to blob container from one tenant to another tenant subscription

Vish Bhanage 41 Reputation points
2021-11-30T00:23:14.813+00:00

I am getting authorization issues even though IP is whitelisted and SAS key has relevant permission to copy.

Is it the case that I have to do one of below?

a) Remove network/Firewall restrictions from storage blob
b) Create a storage account in the same tenant as ADF and add the ADF as a managed entity

Please let me know.

Below is the error.

"ErrorCode=UserErrorInvalidCredential,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Fail to connect to /folder1/folder2 : Error Message: This request is not authorized to perform this operation. (ErrorCode: 403, Detail: This request is not authorized to perform this operation., make sure the credential provided is valid.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The file is forbidden to access:'/folder1/folder2'.,Source=,''Type=Microsoft.Azure.Storage.StorageException,Message=This request is not authorized to perform this operation.,Source=Microsoft.Azure.Storage.Common,'"

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,228 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,944 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,196 questions
{count} votes