Hi @Marcelo Mota Manhães Thanks for getting back
This may be due to many reasons. Please check the below steps to make sure you are not missing anything.
- Make sure that TCP/IP is enabled as a client protocol on the application server. For more information, see Configure client protocols. On application servers where you don't have SQL tools installed, verify that TCP/IP is enabled by running cliconfg.exe (SQL Server Client Network utility).
- Check the application's connection string to make sure it's configured correctly. For example, make sure that the connection string specifies the correct port (1433) and fully qualified server name. See Get connection information. Looks like you checked that already
- Test the connectivity between the application server and the Azure SQL Database by using SQL Server management Studio (SSMS), a UDL file, ping, or telnet. For more information, see Troubleshooting connectivity issues and Diagnostics for connectivity issues. (You also did that )
Please do also check the below document if you are not missing any steps.
https://learn.microsoft.com/en-us/azure/azure-sql/database/troubleshoot-common-connectivity-issues#diagnostics
If you are still having issues. I will suggest to open a support request so we can get a closer look at your environment to better troubleshoot this.
Regards,
Oury