I have ADF pipeline which has a copy data activity connecting to Rest API as the source and Blob Storage as the sink.
For the Rest API the "Test Connection" for Linked Service (REST) is successful, the "Preview data" of Pipeline Source gives me the data as expected. However when I trigger my flow I am getting the following error message:
Error code: 2200
Failure type: User configuration issue
Details:
Failure happened on 'Source' side. ErrorCode=UserErrorFailToReadFromRestResource,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=An error occurred while sending the request.,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
Any idea about how I can fix this? I don't understand why I can preview the data successfully but the flow fails when triggered.