Skip to content

Commit ffbf05b

Browse files
author
Mike Ray (Microsoft)
committed
Fix blocking issues
1 parent 767dcfe commit ffbf05b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To set up an Azure failover group between two Azure Arc-enabled SQL managed inst
5353

5454
The following image shows a properly configured distributed availability group:
5555

56-
![A properly configured distributed availability group](.\media\business-continuity\distributed-availability-group.png)
56+
![Diagram showing a properly configured distributed availability group](.\media\business-continuity\distributed-availability-group.png)
5757

5858
## Synchronization modes
5959

@@ -82,7 +82,7 @@ The above command:
8282
1. Creates the required custom resources on both primary and secondary sites
8383
1. Copies the mirroring certificates and configures the failover group between the instances
8484

85-
## Configure Azure failover group - Indirect mode
85+
## Configure Azure failover group - indirect mode
8686

8787
Follow the steps below if Azure Arc data services are deployed in `indirectly` connected mode.
8888

@@ -94,10 +94,8 @@ Follow the steps below if Azure Arc data services are deployed in `indirectly` c
9494

9595
2. Switch context to the secondary cluster by running ```kubectl config use-context <secondarycluster>``` and provision the managed instance in the secondary site that will be the disaster recovery instance. At this point, the system databases are not part of the contained availability group.
9696

97-
> [!NOTE]
98-
> - It is important to specify `--license-type DisasterRecovery` **during** the Azure Arc-enabled 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.
99-
100-
97+
> [!NOTE]
98+
> It is important to specify `--license-type DisasterRecovery` **during** the Azure Arc-enabled 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.
10199
102100
```azurecli
103101
az sql mi-arc create --name <secondaryinstance> --tier bc --replicas 3 --license-type DisasterRecovery --k8s-namespace <namespace> --use-k8s
-48.9 KB
Loading

0 commit comments

Comments
 (0)