简体   繁体   中英

Azure Functions error - establishing connection failed

I have Azure Data Factory, which calls Azure Durable Functions. I had successfully 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 10.28.29.30:443.

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 10.28.29.30:443.

I believe this error occurs due to firewall issues like some blocking rules didn't allow to reach out the data source. Please try using the following steps:

  • Allow access from all networks under Firewalls and Virtual Networks of the storage account.
  • As mentioned in the Azure Data Factory Security and access control troubleshooting guide , there are 2 cause like public endpoint in Managed VNet is not reliable to Azure Blob Storage and the other is Azure Blob Storage, Data Lake Gen2 are not supported through public endpoint connection from the Managed VNet Service. Please check the troubleshooting guide for the few workaround given by Microsoft for this kind of error.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM