Hi PS,
Thank you for posting query in Microsoft Q&A Platform.
From the error, it seems ADF client is not able to reach storage end point. It may happen due to reasons such as network issues or firewall or proxy error or DNS errors. But in your case, it seems its only failing sometimes and getting success in next run. So looks intermittent issue only. Kindly try below and see if that helps.
- If you are hitting same server in iterations, then try to use
wait
activity between API calls to push some delay between subsequent API calls and see if that helps. - You can leverage retry option inside
web activity
that helps to re-run the activity if it fails.
If still issue persists, I would encourage you to have support case on this issue to investigate more deeply for root cause and resolution. Click here to create azure support ticket.
Hope this helps. Please let me know how it goes or if any further queries.
Please consider hitting Accept Answer
button. Accepted answers help community as well.