Try using a User Managed Identity instead of the Service Principal Name (SPN) for authentication. Ensure it has the correct permissions and update your connection string accordingly
Could not connect to {database}. Authentication configuration needed. User managed identity is recommended for target and output database authentication.
Ayush Shrivastava
120
Reputation points
Could not connect to {database}. Authentication configuration needed. User managed identity is recommended for target and output database authentication.
This is the error I am getting by
SELECT last_message
FROM jobs.job_executions
I am using SPN to authenticate the target database the SPN has all the appropriate access.
Azure SQL Database
Azure SQL Database
An Azure relational database service.