Hi @shellkyle
Welcome to Microsoft Q&A platform and thanks for posting your question here.
Based on the error message you provided, it seems like there is an authentication failure when trying to connect to the Azure SQL Database. This can be due to various reasons such as incorrect credentials or the user not having the correct permissions.
To troubleshoot this issue, you can take the following steps:
- Make sure that the SQL Database firewall is configured to allow the integration runtime to access it. This may involve adding the IP address of the integration runtime to the firewall rules.
- Verify the linked service configuration to ensure that the server name, database name, authentication method, and credentials are correct.
- Use a SQL client tool like Azure Data Studio or SQL Server Management Studio to manually connect to the SQL Database using the same credentials as specified in the linked service to test connectivity.
- Confirm that the Data Factory’s managed identity has been granted the necessary permissions on the Azure SQL server. It should have at least the db_datareader and db_datawriter roles, or higher, depending on the operations you need to perform.
- If you’re using Azure Active Directory for authentication, ensure that you can generate an access token for the account and that the token is valid.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.