How to link on-premise SQL Server Management Studio / Azure Data Studio with Azure SQL Managed Instance
Hello all
I hope my tag is correct - I couldn't see one for Managed Instance.
So, I have created a new Managed Instance, which comes with:
Network security Group
Route table
Virtual cluster
Virtual network
I'm trying to make this visible to my on-premise SSMS, so far without success. I always get the generic error:
ADDITIONAL INFORMATION:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) (Microsoft SQL Server, Error: 10060)
For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-10060-database-engine-error
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
This is now the 3rd time I've created a Managed Instance and then destroyed it all because it's not working and I'm not knowledgable enough to find the issue.
In the current case I've followed the docs here and @Ronen Ariely 's notes here but it gives the same error. Does anyone have any idea what may be wrong?
Thank you!