Skip to content

Commit 4e7acf8

Browse files
authored
Merge pull request #185976 from fgarofalo56/tutorial-private-endpoint-sql-portal
Tutorial private endpoint sql portal
2 parents 65a326a + 6507af3 commit 4e7acf8

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed
98.4 KB
Loading

articles/private-link/tutorial-private-endpoint-sql-portal.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22

33
title: 'Tutorial: Connect to an Azure SQL server using an Azure Private Endpoint - Portal'
4-
description: Use this tutorial to learn how to create a Azure SQL server with a private endpoint using the Azure portal.
4+
description: Use this tutorial to learn how to create an Azure SQL server with a private endpoint using the Azure portal.
55
services: private-link
66
author: asudbring
77
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.
@@ -22,7 +22,7 @@ In this tutorial, you learn how to:
2222
> [!div class="checklist"]
2323
> * Create a virtual network and bastion host.
2424
> * Create a virtual machine.
25-
> * Create a Azure SQL server and private endpoint.
25+
> * Create an Azure SQL server and private endpoint.
2626
> * Test connectivity to the SQL server private endpoint.
2727
2828
## Prerequisites
@@ -192,6 +192,21 @@ In this section, you'll create a SQL server in Azure.
192192

193193
14. Select **Create**.
194194

195+
> [!IMPORTANT]
196+
> When adding a Private endpoint connection, public routing to your Azure SQL logical server is not blocked by default. The setting "Deny public network access" under the "Firewall and virtual networks" blade is left unchecked by default. To disable public network access ensure this is checked.
197+
198+
## Disable public access to Azure SQL logical server
199+
For this scenario, assume you would like to disable all public access to your Azure SQL Logical server, and only allow connections from your virtual network.
200+
201+
1. Ensure your Private endpoint connection(s) are enabled and configured.
202+
2. Disable public access:
203+
1. Navigate to the "Firewalls and virtual network" blade of your Azure SQL Logical Server
204+
2. Click the box to check mark "Deny public network access"
205+
206+
:::image type="content" source="./media/tutorial-private-endpoint-sql-portal/pec-deny-public-access.png" alt-text="Deny public network access option":::
207+
208+
3. Click the Save icon to enable.
209+
195210
## Test connectivity to private endpoint
196211

197212
In this section, you'll use the virtual machine you created in the previous step to connect to the SQL server across the private endpoint.

0 commit comments

Comments
 (0)