79172141

Date: 2024-11-09 04:59:02
Score: 2.5
Natty:
Report link
  1. Verify that SQL database authentication is enabled/allowed (the firewall is not blocking it) and that you have created a database login and user with the correct credentials.

  2. As @david-browne-microsoft said, if you intend to authenticate using a username and password, you need to remove trustServerCertificate.

  3. Also, if you go to the connection strings sections in the Azure Portal, you will find its connection string; this is also worth a shot

Reference:

Azure Connection Strings

SQL DB Login and User

Reasons:
  • No code block (0.5):
  • User mentioned (1): @david-browne-microsoft
  • Low reputation (1):
Posted by: chandanbsd