I saw a couple of questions already submitted 1 or 2 year ago, without a clear answer. I'd like to know if I can connect my private Network, or whatelse to an Azure Sql Server.
I'd like to attach a VNET to my Azure Sql Server, Set up a Network Security Group and VPN GATEWAY and connect (with enterprise certificate or self signed) to my DB's directly from Visual Studio or Microsoft Sql Management studio.
-
You may want to vote for this feature here feedback.azure.com/forums/217321-sql-database/suggestions/…Alberto Morillo– Alberto Morillo2020年01月30日 15:26:51 +00:00Commented Jan 30, 2020 at 15:26
1 Answer 1
I've solved with a Preview Solution and connected from the inside virtual network to Sql Server on port 1433.
https://learn.microsoft.com/en-us/azure/sql-database/sql-database-private-endpoint-overview
Next step: Certification Management of the VPN'S client.
Other Solution in Preview also....
https://learn.microsoft.com/en-us/azure/vpn-gateway/openvpn-azure-ad-client
Explore related questions
See similar questions with these tags.