Hi,
I am trying to connect to an Azure SQL Database but I get a generic connection error:
Cannot connect to SQL Database: 'mysqlserver.database.windows.net', Database: 'dwh', 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>'., SqlErrorNumber=18456,Class=14,State=1, Activity ID: e108df0e-c804-406c-85c4-4d99814b0527.
- My SQL server has the firewall with the option "Deny public network access" to "No"
- "Allow Azure services and resources to access this server" is set to "Yes"
- My ADF and my SQL Server are in different regions.
- This was working until I moved the whole Resource Group from a directory to another directory.
- I run the Set-AzDataFactoryV2 to renew the Identity of my ADF.
I tried to create a new ADF but now it does not allows me to create the user for the principal.