Skip to content

Commit 25947b0

Browse files
Merge pull request #209987 from dnethi/patch-37
Update managed-instance-disaster-recovery.md
2 parents 8cea5bf + 6a668ad commit 25947b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ The following image shows a properly configured distributed availability group:
4545

4646
2. Provision the managed instance in the secondary site and configure as a disaster recovery instance. At this point, the system databases are not part of the contained availability group.
4747

48+
> [!NOTE]
49+
> - It is important to specify `--license-type DisasterRecovery` **during** the Azure Arc SQL MI creation. This will allow the DR instance to be seeded from the primary instance in the primary data center. Updating this property post deployment will not have the same effect.
50+
51+
52+
4853
```azurecli
4954
az sql mi-arc create --name <secondaryinstance> --tier bc --replicas 3 --license-type DisasterRecovery --k8s-namespace <namespace> --use-k8s
5055
```

0 commit comments

Comments
 (0)