Logicapp throwing UnresolvableHostName for snowflake, sharepoint connector

Shri Gowtham Tharun Reddy Abbireddy 146 Reputation points
2023-06-08T08:59:10.6133333+00:00

Getting the below error while running the logic app pipeline. This error is popping out for all the resources like sharepoint, snowflake, outlook etc. Can you please suggest and help me on the issue.

UnresolvableHostNameHttp request failed with status code 'HostNotFound' and status message: 'No such host is known.'.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,484 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Boris Von Dahle 3,221 Reputation points
    2023-06-10T13:00:24.46+00:00

    Hello,

    The error you are encountering seems to be about DNS resolution.

    Please make sure that 168.63.129.16 is defined in the DNS settings on the VNET configuration.

    You should also check NSG settings to see if traffic is allowed.

    Also double check your logic app connection configuration.

    https://learn.microsoft.com/en-us/azure/virtual-network/what-is-ip-address-168-63-129-16

    This ip enables communication with the DNS virtual server to provide filtered name resolution to the resources (such as VM) that don't have a custom DNS server. This filtering makes sure that customers can resolve only the hostnames of their resources.

    Hope this helps

    Regards

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.