Skip to content

Commit 18d1a26

Browse files
committed
Merge branch 'patch-31' of https://github.com/dnethi/azure-docs-pr into 20220914-some-fog
2 parents 9ce959c + dee51d2 commit 18d1a26

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,28 @@ ms.topic: conceptual
1414

1515
# Azure Arc-enabled SQL Managed Instance - disaster recovery
1616

17-
To configure disaster recovery in Azure Arc-enabled SQL Managed Instance, set up failover groups.
17+
To configure disaster recovery in Azure Arc-enabled SQL Managed Instance, set up Azure failover groups.
1818

1919
## Background
2020

21-
The distributed availability groups used in Azure Arc-enabled SQL Managed Instance is the same technology that is in SQL Server. Because Azure Arc-enabled SQL Managed Instance runs on Kubernetes, there's no Windows failover cluster involved. For more information, see [Distributed availability groups](/sql/database-engine/availability-groups/windows/distributed-availability-groups).
21+
Azure failover groups uses the same distributed availability groups technology that is in SQL Server. Because Azure Arc-enabled SQL Managed Instance runs on Kubernetes, there's no Windows failover cluster involved. For more information, see [Distributed availability groups](/sql/database-engine/availability-groups/windows/distributed-availability-groups).
2222

2323
> [!NOTE]
2424
> - The Azure Arc-enabled SQL Managed Instance in both geo-primary and geo-secondary sites need to be identical in terms of their compute & capacity, as well as service tiers they are deployed in.
2525
> - Distributed availability groups can be setup for either General Purpose or Business Critical service tiers.
2626
27-
To configure disaster recovery:
27+
To configure an Azure failover group:
2828

2929
1. Create custom resource for distributed availability group at the primary site
3030
1. Create custom resource for distributed availability group at the secondary site
31-
1. Copy the mirroring certificates
31+
1. Copy the binary data from the mirroring certificates
3232
1. Set up the distributed availability group between the primary and secondary sites
3333

3434
The following image shows a properly configured distributed availability group:
3535

3636
![A properly configured distributed availability group](.\media\business-continuity\dag.png)
3737

38-
### Configure distributed availability groups
38+
### Configure Azure failover group
3939

4040
1. Provision the managed instance in the primary site.
4141

0 commit comments

Comments
 (0)