Issue: Using ADF getting the below error when using SQL as destination and source as Storage.
Error:
ErrorCode=AdlsGen2OperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: An error occurred while sending the request.. Account: 'xxxxxxxx'. FileSystem: 'xxxx'. Path: 'CAP/CAP Data_2024-02-55_133004.xlsx'..,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Net.Http.HttpRequestException,Message=An error occurred while sending the request.,Source=mscorlib,''Type=System.Net.WebException,Message=Unable to connect to the remote server,Source=System,''Type=System.Net.Sockets.SocketException,Message=A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond xx.xxx.xx.xxx:443,Source=System,'
Solution:
- Issue was with Storage Endpoint. The issue got resolved after making changes to Linked service pointing to blob endpoint.
If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.
Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.