A connection attempt failed because the connected party did not properly respond after a period of time while testing Linked Service in Azure Synapse

Raghul Kannan 126 Reputation points
2023-07-19T17:02:43.3833333+00:00

Hi,

I get the following error when I try to test connection to linked service from my Azure Synapse Analytics Studio.

A connection attempt failed because the connected party did not properly respond after a period of time.

ADLS Gen2 operation failed for: An error occurred while sending the request.. Account: 'xxxxx- devcurated'..

An error occurred 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 established connection failed because connected host has failed to respond XX.XXX.XX.XXX:443

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
4,473 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,758 questions
{count} votes

Accepted answer
  1. KranthiPakala-MSFT 46,427 Reputation points Microsoft Employee
    2023-07-24T19:55:45.1066667+00:00

    @Raghul Kannan

    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer .

    Error Message:

    • 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 established connection failed because connected host has failed to respond XX.XXX.XX.XXX:443

    Issue:

    • When trying to test connection to ADLS Gen2 linked service from Azure Synapse Analytics Studio, it throws the above error.

    Solution:

    • Issue seems to be with multiple deployments using bicep. One of the deployments may have corrupted the template and resulted that Azure Synapse analytics thinks managed private endpoint exists even though they don't. The User has deleted the Azure Synapse analytics and recreated which fixed the issue permanently. Hence the issue caused due to multiple deployments.

    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.

    I hope this helps!

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.


    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Raghul Kannan 126 Reputation points
    2023-07-24T03:54:58.1766667+00:00

    Hi,

    The issue seems to be with multiple deployments using bicep and for some reason because of it Azure Synapse analytics thinks managed private endpoint exists even though they don't, I deleted the Azure Synapse analytics and recreated which fixed the issue.