Skip to content

Commit 9d03394

Browse files
authored
Typo in CLI
1 parent 6d507ee commit 9d03394

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
@@ -46,7 +46,7 @@ The following image shows a properly configured distributed availability group:
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

4848
```azurecli
49-
az sql mi-arc create --name <secondaryinstance> --tier bc --replicas 3 license-type DisasterRecovery --k8s-namespace <namespace> --use-k8s
49+
az sql mi-arc create --name <secondaryinstance> --tier bc --replicas 3 --license-type DisasterRecovery --k8s-namespace <namespace> --use-k8s
5050
```
5151

5252
3. Copy the mirroring certificates from each site to a location that's accessible to both the geo-primary and geo-secondary instances.

0 commit comments

Comments
 (0)