Skip to content

Commit 2cfbad6

Browse files
Merge pull request #300717 from PriskeyJeronika/PS
Added storage type
2 parents 23706d0 + 9058022 commit 2cfbad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/site-recovery/azure-to-azure-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: azure-site-recovery
55
author: ankitaduttaMSFT
66
manager: rochakm
77
ms.topic: how-to
8-
ms.date: 05/30/2025
8+
ms.date: 06/03/2025
99
ms.author: ankitadutta
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -322,7 +322,7 @@ $WusToEusPCMapping = Get-AzRecoveryServicesAsrProtectionContainerMapping -Protec
322322

323323
## Create cache storage account and target storage account
324324

325-
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, please create a Premium Block Blob type of storage accounts and then use it as the cache storage account. Azure Site Recovery for Premium SSD v2 disks (preview) is supported only using high churn. Use SkuName Premium_LRS to enable high churn. 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).
325+
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. Azure Site Recovery for Premium SSD v2 disks (preview) is supported only using high churn. Use **SkuName Premium_LRS** and **Kind BlockBlobStorage** to enable high churn. 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).
326326

327327
```azurepowershell
328328
#Create Cache storage account for replication logs in the primary region

0 commit comments

Comments
 (0)