I recently set up a SQL server and database. However, when I try to connect it to data factory using SQL Authentication, i get the following error
Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'fcserver.database.windows.net', Database: 'FC_DB1001', User: 'CloudSA51cedbb9'. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access.
Login failed for user 'CloudSA51cedbb9'. Reason: Azure Active Directory only authentication is enabled. Please contact your system administrator.
I was following a tutorial posted 4 years ago, and the main difference was that you were allowed to set your own admin name and password when creating the database. Now, it wont give you the option. I tried resetting the password from the server and attempting to login using my Server Admin Name and Microsoft Entra Admin Name with the new password, but nothing still seems to work.