Skip to content

Commit 6c54988

Browse files
authored
Merge pull request #104205 from MashaMSFT/20200212_sqlmifog
failing over from secondary
2 parents c8ce40e + 6ed26ef commit 6c54988

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
1.15 KB
Loading

articles/sql-database/sql-database-configure-failover-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Test failover of your failover group using the Azure portal, or PowerShell.
586586

587587
Test failover of your failover group using the Azure portal.
588588

589-
1. Navigate to your managed instance within the [Azure portal](https://portal.azure.com) and select **Instance Failover Groups** under settings.
589+
1. Navigate to your _secondary_ managed instance within the [Azure portal](https://portal.azure.com) and select **Instance Failover Groups** under settings.
590590
1. Review which managed instance is the primary, and which managed instance is the secondary.
591591
1. Select **Failover** and then select **Yes** on the warning about TDS sessions being disconnected.
592592

@@ -596,7 +596,7 @@ Test failover of your failover group using the Azure portal.
596596

597597
![Managed instances have switched roles after failover](media/sql-database-managed-instance-failover-group-tutorial/mi-switched-after-failover.png)
598598

599-
1. Select **Failover** once again to fail the primary instance back to the primary role.
599+
1. Go to the new _secondary_ managed instance and select **Failover** once again to fail the primary instance back to the primary role.
600600

601601
# [PowerShell](#tab/azure-powershell)
602602

articles/sql-database/sql-database-managed-instance-failover-group-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ In this step, you will fail your failover group over to the secondary server, an
10081008
Test failover using the Azure portal.
10091009

10101010

1011-
1. Navigate to your managed instance within the [Azure portal](https://portal.azure.com) and select **Instance Failover Groups** under settings.
1011+
1. Navigate to your _secondary_ managed instance within the [Azure portal](https://portal.azure.com) and select **Instance Failover Groups** under settings.
10121012
1. Review which managed instance is the primary, and which managed instance is the secondary.
10131013
1. Select **Failover** and then select **Yes** on the warning about TDS sessions being disconnected.
10141014

@@ -1018,7 +1018,7 @@ Test failover using the Azure portal.
10181018

10191019
![Managed instances have switched roles after failover](media/sql-database-managed-instance-failover-group-tutorial/mi-switched-after-failover.png)
10201020

1021-
1. Select **Failover** once again to fail the primary instance back to the primary role.
1021+
1. Go to the new _secondary_ managed instance and select **Failover** once again to fail the primary instance back to the primary role.
10221022

10231023

10241024
# [PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)