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-tutorial-enable-replication-shared-disk.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ To prepare the vault for replication, follow these steps:
88
88
89
89
A cache storage account is a standard storage account in the same Azure region as the virtual machine being replicated. The cache storage account is used to hold replication changes temporarily, before the changes are moved to the recovery Azure region. High churn support is also available in Azure Site Recovery to get higher churn limits. To use this feature, create a *Premium Block Blob* type of storage accounts and then use it as the cache storage account.
90
90
91
-
You can choose to, but it's not necessary, to specify different cache storage accounts for the different disks of a virtual machine. If you use different cache storage accounts, ensure they are of the same type (Standard or Premium Block Blobs). For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
91
+
You can choose to, but it's not necessary to specify different cache storage accounts for the different disks of a virtual machine. If you use different cache storage accounts, ensure that they are of the same type (Standard or Premium Block Blobs). For more information, see [Azure VM Disaster Recovery - High Churn Support](./concepts-azure-to-azure-high-churn-support.md).
92
92
93
93
```powershell
94
94
#Create Cache storage account for replication logs in the primary region
A network mapping maps virtual networks in the primary region to virtual networks in the recovery region. The network mapping specifies the Azure virtual network in the recovery region, that a virtual machine in the primary virtual network should fail over to. One Azure virtual network can be mapped to only a single Azure virtual network in a recovery region.
107
+
A network mapping maps virtual networks in the primary region to virtual networks in the recovery region. The network mapping specifies the Azure virtual network in the recovery region that a virtual machine in the primary virtual network should fail over to. One Azure virtual network can be mapped to only a single Azure virtual network in a recovery region.
108
108
109
109
To create a network mapping, do the following:
110
110
@@ -117,7 +117,7 @@ To create a network mapping, do the following:
117
117
$WestUSRecoveryNetwork = $WestUSRecoveryVnet.Id
118
118
```
119
119
120
-
1. Retrieve the primary virtual network. The VNet that the virtual machine is connected to:
120
+
1. Retrieve the primary virtual networkthat the virtual machine is connected as follows:
121
121
122
122
```powershell
123
123
#Retrieve the virtual network that the virtual machine is connected to
@@ -141,7 +141,7 @@ To create a network mapping, do the following:
Replicate the Azure virtual machines with managed shared disks when disk details are available. To replicate the Azure virtual machines with managed shared disks, do the following:
200
+
Replicate the Azure virtual machines with managed shared disks when disk details are available, as follows:
0 commit comments