Skip to content

Commit 763366d

Browse files
minor edits
1 parent 64b060e commit 763366d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/site-recovery/azure-to-azure-how-to-reprotect.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,17 @@ By default the following occurs:
5959

6060
When you trigger a reprotect job, and the target VM exists, the following occurs:
6161

62-
1. The target side VM is turned off if it is running.
62+
1. The target side VM is turned off if it's running.
6363
2. If the VM is using managed disks, a copy of original disks are created with '-ASRReplica' suffix. The original disks are deleted. The '-ASRReplica' copies are used for replication.
6464
3. If the VM is using unmanaged disks, the target VM's data disks are detached and used for replication. A copy of the OS disk is created and attached on the VM. The original OS disk is detached and used for replication.
6565
4. Only changes between the source disk and the target disk are synchronized. The differentials are computed by comparing both the disks and then transferred. Check below to find the estimated time to complete the reprotection.
66-
5. After the synchronization completes, the delta replication begins and a recovery point is created in line with the replication policy.
66+
5. After the synchronization completes, the delta replication begins, and a recovery point is created in line with the replication policy.
6767

6868
When you trigger a reprotect job, and the target VM and disks do not exist, the following occurs:
6969
1. If the VM is using managed disks, replica disks are created with '-ASRReplica' suffix. The '-ASRReplica' copies are used for replication.
7070
2. If the VM is using unmanaged disks, replica disks are created in the target storage account.
7171
3. The entire disks are copied from the failed over region to the new target region.
72-
4. After the synchronization completes, the delta replication begins and a recovery point is created in line with the replication policy.
72+
4. After the synchronization completes, the delta replication begins, and a recovery point is created in line with the replication policy.
7373

7474
#### Estimated time to do the reprotection
7575

@@ -86,4 +86,4 @@ Below are the conditions that determines how much data would be replicated:
8686

8787
## Next steps
8888

89-
After the VM is protected, you can initiate a failover. The failover shuts down the VM in the secondary region and creates and boots the VM in the primary region, with some small downtime during this process. We recommend you choose an appropriate time for this process, and that you run a test failover before initiating a full failover to the primary site. [Learn more](site-recovery-failover.md) about Azure Site Recovery failover.
89+
After the VM is protected, you can initiate a failover. The failover shuts down the VM in the secondary region and creates and boots the VM in the primary region, with some small downtime during this process. We recommend you choose an appropriate time for this process and that you run a test failover before initiating a full failover to the primary site. [Learn more](site-recovery-failover.md) about Azure Site Recovery failover.

0 commit comments

Comments
 (0)