Skip to content

Commit f0b28df

Browse files
authored
Update articles/azure-arc/data/managed-instance-disaster-recovery.md
1 parent 3a0d17a commit f0b28df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following image shows a properly configured distributed availability group:
6767

6868

6969
> [!NOTE]
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.
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.
7171
7272
```azurecli
7373
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)