What I meant is you need to grant the ADF access within the database:
plz follow the below link :
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am trying to setup a simple connection from azure data factory to azure sql database with link service but have faced the following error message:
ERROR USING MICROSOFT ENTRA AUTHENTICATION
Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'somerandomdbserver.database.windows.net', Database: 'somerandomdb', User: ''. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access.
Login failed for user '<token-identified principal>'.
ERROR USING
Cannot connect to SQL Database. Please contact SQL server team for further support. Server: 'somerandomdbserver.database.windows.net', Database: 'somerandomdb', User: 'somerandomadmin'. Check the linked service configuration is correct, and make sure the SQL Database firewall allows the integration runtime to access.
Login failed for user 'somerandomadmin'.
Please advice what I am missing as I've previously managed to connect to azure sql db some months back with the same method metioned below.
My setup as follows:
What I meant is you need to grant the ADF access within the database:
plz follow the below link :