You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to connect to Azure Managed Instance via Vnet-Local endpoint with Service Principal auth, getting: "ConnectionError: failed to connect to <server>:<port> in 15000ms" #1674
Problem description
When trying to connect to Managed Instance via the Vnet-Local endpoint, using service principal authentication, the connection times out at the given requestTimeout e.g (15000ms by default)
Note both public endpoint and Private endpoint works as expected with service principal. as well as SQL authentication for all 3.
Expected behavior
Connects successfully without timing out.
Actual behavior
Times out
Error message/stack trace
"ConnectionError: failed to connect to server : port in 15000ms"
Any other details that can be helpful
our current setup also works flawlessly for Azure sql DB and fabric using the edits from PR: #1668
Managed instance was tested with and without PR: #1668, same result.