warning : cloud service cannot connect to the integration Runtime(self-hosted)node through azure relay.You may not be able to use the Data Factory copy wizard to create data pipelines for copying data to/from on-premises data stories. How to solve this

RAMU.K 20 Reputation points
2024-08-02T15:39:20.86+00:00

error

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,712 questions
0 comments No comments
{count} votes

Accepted answer
  1. Vinodh247 21,226 Reputation points
    2024-08-05T01:12:25.91+00:00

    Hi RAMU.K,

    Thanks for reaching out to Microsoft Q&A.

    The error message you are seeing usually happens when the Integration Runtime node cannot connect to the Azure Relay, which is necessary for communication between your on-premises environment and & adf. Try the following checklist which will help you narrow down the issue and probably fix it. Let me know once you have tried.

    1. Check Proxy Settings
    • Integration Runtime Node Proxy Settings:
      • Open the Integration Runtime Configuration Manager on your node.
        • Go to the Settings tab.
          • Ensure the proxy settings are correctly configured to allow outbound traffic to Azure Relay.
    1. Firewall and Network Configuration
    • Allow Necessary Ports:
      • Make sure that the following ports are open on your firewall:
         - Port 443 for HTTPS traffic to Azure.
        
               - Port 9350-9354 for outbound traffic to Azure Relay.
        
    • Whitelist Azure Data Center IPs:
      • Ensure that the IP addresses of the Azure Data Centers are whitelisted. You can find the list of IP ranges here.
    1. Service Principal and Access Permissions
    • Ensure the service principal used for the Integration Runtime has the necessary permissions to access Azure Data Factory and the resources involved.
    1. Update Integration Runtime
    • Make sure that the IR is up-to-date.
      • Go to the Update tab in the Integration Runtime Configuration Manager.
        • Check for any available updates and apply them.
    1. Network Connectivity and DNS
    • DNS Configuration:
      • Ensure that your network can resolve the Azure Relay DNS names. You may need to configure your DNS settings if there are any restrictions.
      • Network Connectivity:
        • Verify that there are no intermittent network issues causing the disconnection.
    1. Re-register the Integration Runtime
    • Sometimes, reregistering the IR can resolve connectivity issues.
      • In the Integration Runtime Config Manager, go to the Settings tab.
      • Select Stop Service and then Register again.
    1. Logs and Diagnostics

    Check the logs and diagnostics available in the Integration Runtime Configuration Manager under the Diagnostics tab for more detailed error messages.

    https://docs.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime

    Please 'Upvote'(Thumbs-up) and 'Accept' as an answer if the reply was helpful. This will benefit other community members who face the same issue.


0 additional answers

Sort by: Most helpful

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.