Network and Security Requirement for Azure Data Factory - Azure Integration Runtime

Akash Verma 31 Reputation points
2020-09-02T19:45:03.707+00:00

Data Source is SaaS with public endpoint. I am planning to do the movement of data from SaaS to SQL Server in Azure. I am using Azure Integration Runtime on ADF. I want to know below questions:

Saas --> SQL server

  1. Network requirement from Saas side and Azure side ( Any IP whitelisting or port etc..)?
  2. How to do these movement in a secured way ?
  3. What is the flow of it. Connection initiates from ADF side or not ?
  4. Can i do this in opposite way. (SQL Server to Saas)

Please suggest.

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

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,236 Reputation points
    2020-09-03T20:19:06.317+00:00

    Hello @Akash Verma and thank you for your question.
    Are you using Azure SQL server, Azure SQL server Managed Instance, or a SQL server hosted on a VM in Azure?

    3: ADF Initiates the connection, not the SaaS

    4: Whether the SaaS is supported as a sink depends upon the SaaS and how you connect to it. Some SaaS have built-in connectors (see source-sink matrix here). Some you connect to via REST/Http datasets (not available as sink).

    1: If you copy data by using the Azure integration runtime, configure a server-level firewall rule so that Azure services can access the server. Port 1433 is required for Azure SQL Database.

    2: There are several security features available. Transparent Data Encryption may already be enabled on your SQL server.


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.