You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add MultiSubnetFailover connection option to Dashboard and Lite (#813) (#821)
Adds an opt-in checkbox in both Dashboard and Lite Add/Edit Server
dialogs that sets MultiSubnetFailover=true on the connection string.
Recommended for AG listeners and FCIs spanning multiple subnets —
connects to all IPs in parallel during failover instead of sequentially.
Defaults to off; persists to servers.json; backward compatible with
existing configs.
Fixes#813
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
ToolTip="Sets ApplicationIntent=ReadOnly. Required when connecting via an AG listener or Azure failover group endpoint to route to a readable secondary."/>
113
113
114
+
<!-- Multi-Subnet Failover -->
115
+
<CheckBoxx:Name="MultiSubnetFailoverCheckBox"
116
+
Content="Multi-subnet failover (for AG listeners and FCIs)"
ToolTip="Sets MultiSubnetFailover=true. Connects to all IPs in parallel during failover. Recommended for AG listeners and failover cluster instances spanning multiple subnets."/>
119
+
114
120
<!-- Is Favorite -->
115
121
<CheckBoxx:Name="IsFavoriteCheckBox"Content="Mark as favorite (appears at top of list)"
ToolTip="Sets ApplicationIntent=ReadOnly. Required when connecting via an AG listener or Azure failover group endpoint to route to a readable secondary."/>
99
+
<CheckBoxx:Name="MultiSubnetFailoverCheckBox"Content="Multi-subnet failover (for AG listeners and FCIs)"
ToolTip="Sets MultiSubnetFailover=true. Connects to all IPs in parallel during failover. Recommended for AG listeners and failover cluster instances spanning multiple subnets."/>
0 commit comments