Skip to content

Commit 22a6469

Browse files
Updated Private Link doc
-Added an explicit note to call out that login attempts to the IP address shall fail by design - Made some cosmetic changes to the wording of some sentences
1 parent cc02937 commit 22a6469

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Private Endpoints can be created using the portal, PowerShell, or Azure CLI:
5252
### Approval Process
5353
Once the network admin creates the Private Endpoint (PE), the SQL admin can manage the Private Endpoint Connection (PEC) to SQL Database.
5454

55-
1. Navigate to the SQL server resource in the Azure portal.
55+
1. Navigate to the SQL server resource in the Azure portal as per steps shown in the screenshot below
5656

5757
- (1) Select the Private endpoint connections in the left pane
5858
- (2) Shows a list of all Private Endpoint Connections (PECs)
@@ -142,8 +142,10 @@ The result shows that one IP address is up; which corresponds to the IP address
142142

143143

144144
### Check Connectivity using SQL Server Management Studio (SSMS)
145+
> [!NOTE]
146+
>Use the **Fully Qualified Domain Name(FQDN)** of the server in connection strings for your clients. Any login attempts made directly to the IP address shall fail by design.
145147
146-
The last step is to use [SSMS to connect to the SQL Database](sql-database-connect-query-ssms.md). After you connect to the SQL Database using SSMS, verify that you're connecting from the private IP address of the Azure VM by running the following query:
148+
Follow the steps here to use [SSMS to connect to the SQL Database](sql-database-connect-query-ssms.md). After you connect to the SQL Database using SSMS, verify that you're connecting from the private IP address of the Azure VM by running the following query:
147149

148150
````
149151
select client_net_address from sys.dm_exec_connections

0 commit comments

Comments
 (0)