3

I have an Azure SQL DB. Is it possible to give it a local IP address for connections from within my network and vnet so that it forces the traffic over expressroute?

Neil P
  • 185

2 Answers2

3

As of September 2019, Microsoft now has 'private endpoints' in preview for Azure SQL DB.

https://docs.microsoft.com/en-us/azure/sql-database/sql-database-private-endpoint-overview

JohnW
  • 501
2

You cannot give Azure SQL Db any specific IP address. However, you can configure service endpoint of Azure SQL Db to allow any resources inside VNET or from a specific IP. It means inbound to Azure SQL Db can be controlled. It would be a hope to have User-Defined Routing to support Azure SQL Db to route traffic to ExpressRoute.

EagleDev
  • 181