Pergunta

I'm trying to setup Azure Connect so my worker role in the cloud can access my SQL Server database on my private premises.

I've followed the articles here, here and here, but they all seem outdated.

Furthermore, i'm using Visual Studio 2012, and there is no "Virtual Network" tab on the project properties, on anything related to "Azure Connect".

I'm assuming it's been rebranded as the "Virtual Network" tab in the management portal?

Can anyone help?

Foi útil?

Solução

Azure Connect is getting retired on July 3, 2013. You should make the transition to Windows Azure Virtual Network before then. You should now use the Point-to-Site VPN feature that was announced last week (April 26): https://azure.microsoft.com/documentation/articles/vpn-gateway-point-to-site-create/

With the Point-to-Site VPN feature of Virtual Network, you can easily set up secure VPN connections between individual computers running Windows and a virtual network in Windows Azure. The feature relies on the built-in VPN client functionality of the Windows operating system (supported versions are Windows 7, Windows 8, Windows Server 2008 R2, and Windows Server 2012), so there’s no need to install an agent software, as there was with Windows Azure Connect. Furthermore, with the Point-to-Site VPN feature, you get the full functionality of the Windows Azure Virtual Network service.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top