Share via

Azure SQL Database connctivity

Ankush Gurjar 170 Reputation points
2024-04-30T05:18:55.9333333+00:00

Hi Team,

I have deployed azure SQL database service and I want to connect this database within the private network or office network, which configuration need to do from azure side. which IP need to whitelist from our office network?

Thanks in advance!

Azure SQL Database
Azure Private Link
Azure Private Link

An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.


Answer accepted by question author

Oury Ba-MSFT 21,156 Reputation points Microsoft Employee Moderator
2024-04-30T16:36:24.7033333+00:00

Ankush Gurjar

Thank you for reaching out.

In addition to Umar's answer below. To connect your Azure SQL Database within a private network or office network, you can use Azure Private Endpoint. Tutorial: Connect to an Azure SQL server using an Azure Private Endpoint using the Azure portal.

Whitelisting a public IP address involves adding it to the server firewall rules in the Azure portal, ensuring secure access to your Azure SQL Database from your office network. Azure SQL Database and Azure Synapse IP firewall rules.

Regards,

Oury

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. Umar 150 Reputation points
    2024-04-30T05:28:57.8066667+00:00

    To connect your Azure SQL Database within a private network or office network, you'll want to set up Azure Private Link. This allows you to access Azure services (like SQL Database) privately from within your virtual network. Additionally, you'll need to whitelist the public IP address of your office network to allow access. Would you like more detailed steps on how to configure this?

    Was this answer 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.