Skip to content

Commit 69fa775

Browse files
authored
Update to Redirect connection policy
The first bullet point for redirect connection policy is missing `SQL` so that it should read `Azure SQL IP addresses` as pointed out by a customer raised issue: https://github.com/MicrosoftDocs/azure-docs/issues/52386
1 parent e8cc9bc commit 69fa775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following steps describe how a connection is established to an Azure SQL dat
3939
Azure SQL Database supports the following three options for the connection policy setting of a SQL Database server:
4040

4141
- **Redirect (recommended):** Clients establish connections directly to the node hosting the database, leading to reduced latency and improved throughput. For connections to use this mode, clients need to:
42-
- Allow outbound communication from the client to all Azure IP addresses in the region on ports in the range of 11000 11999. Use the Service Tags for SQL to make this easier to manage.
42+
- Allow outbound communication from the client to all Azure SQL IP addresses in the region on ports in the range of 11000 11999. Use the Service Tags for SQL to make this easier to manage.
4343
- Allow outbound communication from the client to Azure SQL Database gateway IP addresses on port 1433.
4444

4545
- **Proxy:** In this mode, all connections are proxied via the Azure SQL Database gateways,leading to increased latency and reduced throughput. For connections to use this mode, clients need to allow outbound communication from the client to Azure SQL Database gateway IP addresses on port 1433.

0 commit comments

Comments
 (0)