Skip to content

Commit cb57f86

Browse files
Clarified sync/async behavior (#13219)
1 parent 604055a commit cb57f86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Sql/Sql/help/Switch-AzSqlDatabaseFailoverGroup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Switch-AzSqlDatabaseFailoverGroup [-ServerName] <String> [[-FailoverGroupName] <
2121
## DESCRIPTION
2222
This command swaps the roles of the servers in a Failover Group and switches all secondary databases to the primary role. All new TDS sessions are automatically re-routed to the secondary server after the DNS client cache is refreshed. When the original primary server is back online, all formerly primary databases in it will switch to the secondary role.
2323
The Failover Group's secondary server must be used to execute this command.
24+
If the AllowDataLoss parameter is not specified, this command waits until both roles are switched. If the AllowDataLoss parameter is specified, the command only waits until the new primary assumes its role.
2425

2526
## EXAMPLES
2627

0 commit comments

Comments
 (0)