An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
In Azure Data Factory, go to the "Manage" tab and then to "Linked Services".
Click on “New” to create a new linked service and select Azure Synapse Analytics (formerly SQL DW) from the list of data stores.
Put the necessary information such as the name of your Azure Synapse Analytics, server name, database name, and authentication type. In your case, it seems like you've chosen SQL authentication.
Enter the username and password for your Azure Synapse Analytics SQL pool.
The error you have indicates a possible issue with the credentials (username or password) provided, or it could be a problem with the firewall settings that prevent access to the SQL pool from Azure Data Factory's integration runtime.