I have been testing VM on Azure. I have created a SQL VM running SQL 2012 on Windows 2012 and would like to connect to it via SSMS 2012 on my local instead of connecting via RDP through Azure Portal.
Thanks!
2 Answers 2
Yes, this is well documented.
Once you have configured the firewall, the ports, and your instance to use SQL authentication, you should be able to connect to the computer name (i.e. name.cloudapp.net)
You would need to leverage Windows Azure Virtual Network for this type of connectivity.
-
-
Please add more details to your answer, or provide a link.StanleyJohns– StanleyJohns2013年08月15日 00:58:37 +00:00Commented Aug 15, 2013 at 0:58