Skip to content

Commit 0d7b8c4

Browse files
author
Rohit Nayak
committed
Added a note on Connection Policy being Proxy
1 parent 50a9439 commit 0d7b8c4

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

articles/sql-database/sql-database-private-endpoint-overview.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ ms.reviewer: vanto
99
ms.date: 08/07/2019
1010
---
1111

12-
# Private Link Overview
12+
# Private Link for Azure SQL Database and Data Warehouse (Preview)
1313

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.
1515

1616
> [!IMPORTANT]
1717
> 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
4444

4545
### Creation Process
4646
Private Endpoints can be created using the portal, PowerShell, or Azure CLI:
47-
- Portal: https://docs.microsoft.com/azure/privatelink/create-privatelink-portal
48-
- PowerShell: https://docs.microsoft.com/azure/privatelink/create-privatelink-powershell
49-
- CLI: https://docs.microsoft.com/azure/privatelink/create-privatelink-cli
47+
- Portal: https://docs.microsoft.com/azure/private-link/create-private-endpoint-portal
48+
- PowerShell: https://docs.microsoft.com/azure/private-link/create-private-endpoint-powershell
49+
- CLI: https://docs.microsoft.com/azure/private-link/create-private-endpoint-cli
5050

5151
### Approval Process
5252
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
148148
select client_net_address from sys.dm_exec_connections
149149
where session_id=@@SPID
150150
````
151+
> [!NOTE]
152+
> In preview, connections to private endpoint only support **Proxy** as the [connection policy](sql-database-connectivity-architecture.md#connection-policy)
153+
151154

152155
## Connecting from an Azure VM in Peered Virtual Network (VNet)
153156

0 commit comments

Comments
 (0)