Please make sure the IP address of the Integration Runtime is whitelisted in your AzureSQLServer.
Please make sure you have opened all the ports listed here.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have deployed Azure Data Factory (ADF) via Azure Pipeline with the help of ARM Deployment. In the deployment I have overwritten the connection string component for DB Connection string.
When the Live Mode is selected and Linked Service is tested for system assigned managed identity it connects to the Azure SQL server. I have created the user in master and database, and db_owner role.
However, when the trigger is run for the pipeline it throws bellow error.
Operation on target Copy data1 failed: ErrorCode=SqlFailedToConnect,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=Cannot connect to SQL Database: 'db_name', Database: 'dn_name', User: ''. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=System.Data.SqlClient.SqlException,Message=A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server),Source=.Net SqlClient Data Provider,SqlErrorNumber=53,Class=20,ErrorCode=-2146232060,State=0,Errors=[{Class=20,Number=53,State=0,Message=A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server),},],''Type=System.ComponentModel.Win32Exception,Message=The network path was not found,Source=,'
I have already allowed Azure services and resources to access the server in Azure SQL Server. Image attached below.
Please make sure the IP address of the Integration Runtime is whitelisted in your AzureSQLServer.
Please make sure you have opened all the ports listed here.