You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-how-to-reprotect.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,17 +59,17 @@ By default the following occurs:
59
59
60
60
When you trigger a reprotect job, and the target VM exists, the following occurs:
61
61
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.
63
63
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.
64
64
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.
65
65
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.
67
67
68
68
When you trigger a reprotect job, and the target VM and disks do not exist, the following occurs:
69
69
1. If the VM is using managed disks, replica disks are created with '-ASRReplica' suffix. The '-ASRReplica' copies are used for replication.
70
70
2. If the VM is using unmanaged disks, replica disks are created in the target storage account.
71
71
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.
73
73
74
74
#### Estimated time to do the reprotection
75
75
@@ -86,4 +86,4 @@ Below are the conditions that determines how much data would be replicated:
86
86
87
87
## Next steps
88
88
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