Skip to content

Commit 7c13af0

Browse files
authored
Merge pull request #202226 from dnethi/patch-33
Update managed-instance-disaster-recovery.md
2 parents 6c409e1 + f0b28df commit 7c13af0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,9 @@ The following image shows a properly configured distributed availability group:
6565

6666
4. Create the failover group resource on both sites.
6767

68-
If the managed instance names are identical between the two sites, you do not need to use the `--shared-name <name of failover group>` parameter.
6968

70-
If the managed instance names are different between the two sites, use the `--shared-name <name of failover group>` parameter.
71-
72-
The following examples use the `--shared-name <name of failover group>...` to complete the task. The command seeds system databases in the disaster recovery instance, from the primary instance.
73-
7469
> [!NOTE]
75-
> The `shared-name` value should be identical on both sites.
70+
> Ensure the SQL instances have different names for both primary and secondary sites, and the `shared-name` value should be identical on both sites.
7671
7772
```azurecli
7873
az sql instance-failover-group-arc create --shared-name <name of failover group> --name <name for primary DAG resource> --mi <local SQL managed instance name> --role primary --partner-mi <partner SQL managed instance name> --partner-mirroring-url tcp://<secondary IP> --partner-mirroring-cert-file <secondary.pem> --k8s-namespace <namespace> --use-k8s

0 commit comments

Comments
 (0)