Home
Options

SQL Azure Private endpoint

Is it possible to use LINQPad 5 LINQ To SQL Driver with SQL Azure Private Endpoint ?

If i select SQL Azure in the connection dialog and then put the private link server name (myserver.privatelink.database.windows.net) the program complains about the target principal name (it actually seems to split by dot and count occurrences).

Obviously a simple "SqlConnection" that use the privatelink server name works

Sign In or Register to comment.