Skip to content

Commit 67a49e7

Browse files
authored
Merge pull request #111545 from Mike-Ubezzi-MSFT/patch-39
Update to Redirect connection policy
2 parents 179104b + 69fa775 commit 67a49e7

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)