Today, I worked on a service request that our customer received an error message connecting from PowerBI to Azure SQL Database using Private Link.
The error message was: The server name provided doesn't match the server name on the SQL Server SSL certificate.
We found that this issue ocurred when our customer uses in the connection string the FQDN: servername.privatelink.database.windows.net instead of servername.database.windows.net. When the server recieves the connection the SSL certificate validate the name.
Our first suggestion was to use servername.database.windows.net because at the moment of the definition of the private link you could create a private DNS that will be added in your VNET/Subnet.
Other options are:
Enjoy!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.