Commit bd09ffd
authored
Update sql-server-browser-service.md
Removing references to SQL Server Managed Instance.
From my understanding the SQL Server Browser Service does not apply to SQL Server Managed Instance. Instead, an internal load balancer and the SQL Managed Instance gateway replace the SQL Server Browser Service functionality to redirect connections to the correct managed instance. This is described separately in the SQL Managed Instance documentation:
"This private IP address belongs to the internal load balancer for SQL Managed Instance. The load balancer directs traffic to the SQL Managed Instance gateway. Because multiple managed instances can run inside the same cluster, the gateway uses the SQL Managed Instance host name to redirect traffic to the correct SQL engine service."
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/connectivity-architecture-overview#virtual-cluster-connectivity-architecture
This documentation makes it appear as though the SQL Server Browser Service is actively used as a part of SQL Server Managed Instance.1 parent 7eb182a commit bd09ffd
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
0 commit comments