Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 49564c2

Browse files
sravanisalururwestMSFTMashaMSFT
authored
Update winauth-azuread-troubleshoot.md (#35156)
--------- Co-authored-by: Randolph West MSFT <97149825+rwestMSFT@users.noreply.github.com> Co-authored-by: Masha Thomas (MSFT) <32783170+MashaMSFT@users.noreply.github.com>
1 parent b3623cb commit 49564c2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

azure-sql/managed-instance/winauth-azuread-troubleshoot.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ When using Wireshark the following is expected:
5858

5959
When connection pooling is enabled, the driver manages SQL connections by keeping them open in a pool for reuse, rather than closing them. This can lead to a scenario where a connection is reused after a *security cache* invalidation, causing the *Kerberos ticket* to be revalidated. If the connection has been in the pool for more than five minutes, the ticket is treated as expired, resulting in a connection failure. To prevent this, set the *connection lifetime* to less than five minutes in the connection string. This change ensures that connections older than the specified lifetime are not reused from the pool.
6060

61+
## Proxy throttling with Windows Authentication and CLR assembly
62+
63+
When using Windows Authentication, connections are routed through a proxy by design. High connection volume, proxy throttling, and connection failures can occur from an unsafe CLR assembly invoked to collect data from non-SQL targets across subnets within the same virtual network.
64+
6165
## Related content
6266

6367
Learn more about implementing Windows Authentication for Microsoft Entra principals on Azure SQL Managed Instance:

0 commit comments

Comments
 (0)