Share via

Securing access to the Azure SQL Server Database via SSMS using Privatelink ?

EnterpriseArchitect 6,386 Reputation points
2023-06-14T05:32:57.09+00:00

My company already using the Azure Express route circuit to allow secure and quicker data access across the WAN.

I am trying to secure access to my SQL database in Azure from my user laptop across the globe.

  1. Turn off the Public Endpoint for all SQL database server.
  2. Enable the Private Endpoint for each SQL database server.
  3. Create the privatelink.database.windows.net Forward Lookup Zones in the Internal DNS server.

Is there any better way of doing this or the above steps are the best practices ?

SQL Server on Azure Virtual Machines
Azure SQL Database
Azure SQL Edge
Azure SQL Edge

An Azure service that provides a small-footprint, edge-optimized data engine with built-in artificial intelligence. Previously known as Azure SQL Database Edge.

Azure Virtual Network
Azure Virtual Network

An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.

Azure Network Watcher
Azure Network Watcher

An Azure service that is used to monitor, diagnose, and gain insights into network performance and health.

0 comments No comments

Answer accepted by question author

KapilAnanth 49,876 Reputation points Moderator
2023-06-14T06:48:22.9566667+00:00

@EnterpriseArchitect

Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

Your exact requirement is documented here

User's image

The steps you have specified are correct except for one step.

  • The only change you must make note is that,
  • You should use "database.windows.net" instead of "privatelink.database.windows.net" Forward Lookup Zone

User's image

Kindly let us know if this helps or you need further assistance on this issue.

P.S: In case you are planning to use P2S and not ExpressRoute, please do let me know as that would require some additional configurations

Thanks,

Kapil


Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.

Was this answer helpful?

1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.