Skip to content

Commit a9b9e7d

Browse files
Merge pull request #97340 from mayurigupta13/master
minor updates
2 parents d03bbd5 + 7ccf0ee commit a9b9e7d

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.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: site-recovery
77
ms.topic: tutorial
8-
ms.date: 11/12/2019
8+
ms.date: 11/28/2019
99
ms.author: raynew
1010
ms.custom: mvc
1111
---
@@ -152,7 +152,7 @@ Site Recovery creates default settings and replication policy for the target reg
152152
**Target location** | The target region used for disaster recovery.<br/><br/> We recommend that the target location matches the location of the Site Recovery vault.
153153
**Target resource group** | The resource group in the target region that holds Azure VMs after failover.<br/><br/> By default, Site Recovery creates a new resource group in the target region with an "asr" suffix. The location of the target resource group can be any region except the region in which your source virtual machines are hosted.
154154
**Target virtual network** | The network in the target region that VMs are located after failover.<br/><br/> By default, Site Recovery creates a new virtual network (and subnets) in the target region with an "asr" suffix.
155-
**Cache storage accounts** | Site Recovery uses a storage account in the source region. Changes to source VMs are sent to this account before replication to the target location.<br/><br/> If you are using a firewall-enabled cache storage account, make sure that you enable **Allow trusted Microsoft services**. [Learn more.](https://docs.microsoft.com/azure/storage/common/storage-network-security#exceptions)
155+
**Cache storage accounts** | Site Recovery uses a storage account in the source region. Changes to source VMs are sent to this account before replication to the target location.<br/><br/> If you are using a firewall-enabled cache storage account, make sure that you enable **Allow trusted Microsoft services**. [Learn more.](https://docs.microsoft.com/azure/storage/common/storage-network-security#exceptions). Also, ensure that you allow access to at least one subnet of source Vnet.
156156
**Target storage accounts (source VM uses non-managed disks)** | By default, Site Recovery creates a new storage account in the target region to mirror the source VM storage account.<br/><br/> Enable **Allow trusted Microsoft services** if you're using a firewall-enabled cache storage account.
157157
**Replica managed disks (If source VM uses managed disks)** | By default, Site Recovery creates replica managed disks in the target region to mirror the source VM's managed disks with the same storage type (Standard or premium) as the source VM's managed disk. You can only customize Disk type
158158
**Target availability sets** | By default, Azure Site Recovery creates a new availability set in the target region with name having "asr" suffix for the VMs part of an availability set in source region. In case availability set created by Azure Site Recovery already exists, it is reused.

includes/site-recovery-vmware-azure-process-server-prereq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
author: rayne-wiselman
33
ms.service: site-recovery
44
ms.topic: include
5-
ms.date: 10/26/2018
5+
ms.date: 11/28/2019
66
ms.author: raynew
77
---
88
This article assumes that
99

1010
1. A **Site to Site VPN** or an **Express Route** connection between your on-premises network and the Azure Virtual Network has already been established.
1111
2. Your user account has permissions to create a new virtual machine in the Azure Subscription that the virtual machines have been failed over into.
12-
3. Your subscription has a minimum of 4 Cores available to spin up a new Process Server virtual machine.
12+
3. Your subscription has a minimum of 8 Cores available to spin up a new Process Server virtual machine.
1313
4. You have the **Configuration Server Passphrase** available.
1414

1515
> [!TIP]

0 commit comments

Comments
 (0)