Thank you for reaching out with your query. In additional to @Nandan Hegde
As per error message suggests that the linked service configuration may not be correct, and the SQL Database firewall may not allow the integration runtime to access. It could be several reasons for this error, including incorrect linked service configuration, firewall settings, network connectivity issues or authentication issues. When I tried to repro its working fine.
If you encounter any error code, could you please share it with us?
Meanwhile you can follow the below steps:
- Check SQL Database firewall is configured to allow the integration runtime to access the database.
- Check whether the allow azure service property is enabled in Azure SQL server. If not, then you would have to whitelist the IP range of the region in which the ADF is created.
- In case if your source or sink is leveraging an integration runtime, then the azure database must also be accessible from the IR.
Additional Information:
- To explore more about ADF connectivity issues with Azure Synapse Analytics, Azure SQL Database, and SQL Server please refer to this doc: ADF connectivity issues with Azure Synapse Analytics, Azure SQL Database, and SQL Server
- Also please refer to this helpful MS doc : Troubleshooting connectivity issues and other errors with Azure SQL Database and Azure SQL Managed Instance
I hope this helps you resolve the issue. If you have any further questions or concerns, please don't hesitate to ask.