You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sql-database/sql-database-private-endpoint-overview.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,9 @@ ms.reviewer: vanto
9
9
ms.date: 08/07/2019
10
10
---
11
11
12
-
# Private Link Overview
12
+
# Private Link for Azure SQL Database and Data Warehouse (Preview)
13
13
14
-
Private Link allows you to connect to various PaaS services in Azure via a **private endpoint**. For a list to PaaS services that support Private Link functionality, go to https://docs.microsoft.com/azure/privatelink. A private endpoint is a private IP address within a specific [VNet](../virtual-network/virtual-networks-overview.md) and Subnet.
14
+
Private Link allows you to connect to various PaaS services in Azure via a **private endpoint**. For a list to PaaS services that support Private Link functionality, go to https://docs.microsoft.com/azure/private-link. A private endpoint is a private IP address within a specific [VNet](../virtual-network/virtual-networks-overview.md) and Subnet.
15
15
16
16
> [!IMPORTANT]
17
17
> This article applies to Azure SQL server, and to both SQL Database and SQL Data Warehouse databases that are created on the Azure SQL server. For simplicity, SQL Database is used when referring to both SQL Database and SQL Data Warehouse. This article does *not* apply to a **managed instance** deployment in Azure SQL Database.
@@ -44,9 +44,9 @@ With Private Link, customers can enable cross-premises access to the private end
44
44
45
45
### Creation Process
46
46
Private Endpoints can be created using the portal, PowerShell, or Azure CLI:
Once the network admin creates the Private Endpoint (PE), the SQL admin can manage the Private Endpoint Connection (PEC) to SQL Database.
@@ -148,6 +148,9 @@ The last step is to use [SSMS to connect to the SQL Database](sql-database-conne
148
148
select client_net_address from sys.dm_exec_connections
149
149
where session_id=@@SPID
150
150
````
151
+
> [!NOTE]
152
+
> In preview, connections to private endpoint only support **Proxy** as the [connection policy](sql-database-connectivity-architecture.md#connection-policy)
153
+
151
154
152
155
## Connecting from an Azure VM in Peered Virtual Network (VNet)
0 commit comments