Skip to content

Commit ac9e510

Browse files
author
Mike Ray (Microsoft)
committed
Correctness
1 parent 902061c commit ac9e510

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/azure-arc/data/managed-instance-disaster-recovery.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If primary and secondary sites are within a few miles of each other, use `sync`
6363

6464
## Configure Azure failover group - direct mode
6565

66-
Follow the steps below if the Azure Arc Arc data services are deployed in `directly` connected mode.
66+
Follow the steps below if the Azure Arc data services are deployed in `directly` connected mode.
6767

6868
Once the prerequisites are met, run the below command to set up Azure failover group between the two Azure Arc-enabled SQL managed instances:
6969

@@ -77,7 +77,10 @@ Example:
7777
az sql instance-failover-group-arc create --name sql-fog --mi sql1 --partner-mi sql2 --resource-group rg-name --partner-resource-group rg-name
7878
```
7979

80-
The above command creates the required custom resources on both primary and secondary sites, and copy the mirroring certificates and configures the failover group between the instances.
80+
The above command:
81+
82+
1. Creates the required custom resources on both primary and secondary sites
83+
1. Copies the mirroring certificates and configures the failover group between the instances
8184

8285
## Configure Azure failover group - Indirect mode
8386

@@ -179,7 +182,7 @@ kubectl describe fog <failover group cr name> -n <namespace>
179182

180183
## Failover group operations
181184

182-
Once the failover groups is set up between the managed instances, different failover operations can be performed depending on the circumstances.
185+
Once the failover group is set up between the managed instances, different failover operations can be performed depending on the circumstances.
183186

184187
Possible failover scenarios are:
185188

0 commit comments

Comments
 (0)