An Azure relational database service.
Looks like the issue is related to firewall rules not set correctly. Kindly make sure that the IP is whitelisted in the network property of the SQL server.
Also, kindly recheck if all the details entered in the linked service like servername, DBname, login id and password is correct or not. In case if it still doesn't work , would suggest you to enable Microsoft entra authentication for the server and try accessing via that, instead of SQL authentication.
References:
Troubleshoot using SQL authentication :
Reference:
- Connect to SQL Server through SQL Server Authentication
- Use private endpoints to connect securely to Azure SQL Server
Hope it helps. Kindly accept the answer by clicking on Accept answer button. Thankyou