Reputation: 2513
I have Azure Data Factory, which calls Azure Durable Functions. I had success working connection until Terraform did some unknown changes.
Where the issue could be?
Error in Azure Data Factory: An error occured while sending the request. Unable to connect to the remote server. A connection attempt failed because the connected party did not properly respond after a period of time, or establishing connection failed because connected host has failed to response xx.xx.xx.xx:xxx.
Upvotes: 0
Views: 3189
Reputation:
Error in Azure Data Factory: An error occured while sending the request. Unable to connect to the remote server. A connection attempt failed because the connected party did not properly respond after a period of time, or establishing connection failed because connected host has failed to response xx.xx.xx.xx:xxx.
I believe this error occurs due to firewall issues like some blocking rules didn't allow it to reach out to the data source. Please try using the following steps:
Upvotes: 0