Skip to content

Commit 3704d2e

Browse files
author
Ankita Dutta
committed
blockers
1 parent 8d5fa2a commit 3704d2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/site-recovery/azure-to-azure-tutorial-enable-replication-shared-disk.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ After you set up the environment, [get the resource group and VM details](./azur
3333
Create a resource group in which to create the Recovery Services vault.
3434

3535
> [!IMPORTANT]
36-
> * The Recovery services vault and the virtual machines being protected, must be in different Azure locations.
37-
> * The resource group of the Recovery services vault, and the virtual machines being protected, must be in different Azure locations.
36+
> * The Recovery services vault and the virtual machines being protected must be in different Azure locations.
37+
> * The resource group of the Recovery services vault, and the virtual machines being protected must be in different Azure locations.
3838
> * The Recovery services vault, and the resource group to which it belongs, can be in the same Azure location.
3939
4040
In the example in this article, the virtual machine being protected is in the East US region. The recovery region selected for disaster recovery is the West US 2 region. The recovery services vault, and the resource group of the vault, are both in the recovery region, West US 2.
@@ -271,7 +271,7 @@ Get-AzRecoveryServicesAsrClusterRecoveryPoint -ReplicationProtectionCluster $clu
271271

272272
## Test failover
273273

274-
Test the fail over of the cluster to a specific recovery point. To test failover, do the following:
274+
Test the failover of the cluster to a specific recovery point. To test failover, do the following:
275275

276276
```powershell
277277
$tfoJob = Start-AzRecoveryServicesAsrClusterTestFailoverJob -ReplicationProtectionCluster $protectionCluster -Direction PrimaryToRecovery -AzureVMNetworkId "/subscriptions/xxxxxxxxx/resourceGroups/ClusterRG-asr/providers/Microsoft.Network/virtualNetworks/adVNET-asr" -LatestProcessedRecoveryPoint

articles/site-recovery/tutorial-shared-disk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: ankitadutta
88
author: ankitaduttaMSFT
99
---
1010

11-
# Setup disaster recovery for Azure virtual machines using shared disk
11+
# Set up disaster recovery for Azure virtual machines using shared disk
1212

1313
This article describes how to protect, monitor, failover, and reprotect your workloads that are running on Windows Server Failover Clusters (WSFC) on Azure virtual machines using a shared disk.
1414

0 commit comments

Comments
 (0)