Skip to content

Commit 530387b

Browse files
authored
Update sql-database-connectivity-settings.md
fixing formatting of error message
1 parent 3be4b0d commit 530387b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/sql-database/sql-database-connectivity-settings.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.date: 03/09/2020
1313

1414
# Azure SQL Connectivity Settings
1515
> [!NOTE]
16-
> 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.
16+
> This article applies to the logical SQL server in Azure used for both Azure SQL Database and SQL Data Warehouse databases that are created on the logical server. For simplicity, SQL Database is used when referring to both SQL Database and SQL Data Warehouse.
1717
1818
> [!IMPORTANT]
1919
> This article does *not* apply to **Azure SQL Database Managed Instance**
@@ -36,7 +36,9 @@ When **Deny public network access** setting is set to **Yes**, only connections
3636

3737
```output
3838
Error 47073
39-
An instance-specific error occurred while establishing a connection to SQL Server. The public network interface on this server is not accessible. To connect to this server, use the Private Endpoint from inside your virtual network.
39+
An instance-specific error occurred while establishing a connection to SQL Server.
40+
The public network interface on this server is not accessible.
41+
To connect to this server, use the Private Endpoint from inside your virtual network.
4042
```
4143

4244
## Change Public Network Access via PowerShell

0 commit comments

Comments
 (0)