I create a linked server to Azure Data Lake Storage Gen2 and test connection WITH file path is working.
After that I try to create a pipeline but get an error that I can't connect to the same file I tested the connection with.
Full error msg:
ADLS Gen2 operation failed for: Storage operation '' on container 'cseo' and path 'standa...' get failed with 'Operation returned an invalid status code 'Forbidden''. Possible root causes: (1). It's possible because the service principal or managed identity don't have enough permission to access the data. (2). Please check storage network setting whether public network access is disabled. If disabled, use Managed Virtual Network IR and create Private Endpoint to access. https://docs.microsoft.com/en-us/azure/data-factory/managed-virtual-network-private-endpoint. https://docs.microsoft.com/en-us/azure/data-factory/tutorial-copy-data-portal-private (3). It's possible because some IP address ranges of Azure Data Factory are not allowed by your Azure Storage firewall settings. Azure Data Factory IP ranges please refer https://docs.microsoft.com/en-us/azure/data-factory/azure-integration-runtime-ip-addresses.. Account: 'cseo...'. FileSystem: 'cseo'. Path: 'standar...'. ErrorCode: 'AuthorizationPermissionMismatch'. Message: 'This request is not authorized to perform this operation using this permission.'. RequestId: '0b94...'. TimeStamp: '... GMT'.. Operation returned an invalid status code 'Forbidden' Activity ID: 29....
According to another answer I should be getting at leat contributor access but that was denied by the owner of the Data Lake.
From Databricks the same account works and I can access the table.

