"To these scenarios, we need to add another variable "https://docs.microsoft.com/en-us/azure/azure-sql/database/private-endpoint-overview?msclkid=7e415dadadfd11ecb772e98959fcdbf4#limitations" (Private Endpoint Connections). If we have enabled a "Private endpoint connection" on our Azure SQL Server, the only supported connection policy within Azure, Site-to-Site VPN and ExpressRoute are "Proxy", so all sessions will be killed after about 30 minutes of being inactive (idle).Only when you connect from on-premises without Site-to-Site VPN and ExpressRoute you can force it to use "Redirect", and the connections will be handled directly by the node that hosts the database, and then your session won't be killed by the Azure SQL Gateway."
Hi,
Can I check the comment about Private Endpoint for SQL managed instances.
Is this saying that the only connection "type" for MI, with private endpoint, is proxy - so idle session will always be disconnected after 30mins when using Private endpoint?
Or can an on-prem connection without site-to-site VPN/ExpressRoute be used for SQL MI with PE (and therefore use "redirect")?
The meaning of the sentence is not clear to me
Thanks