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/sap/workloads/disaster-recovery-overview-guide.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.author: depadia
8
8
ms.service: sap-on-azure
9
9
ms.subservice: sap-vm-workloads
10
10
ms.topic: conceptual
11
-
ms.date: 05/08/2024
11
+
ms.date: 04/29/2025
12
12
---
13
13
14
14
# Disaster recovery overview and infrastructure guidelines for SAP workload
@@ -107,7 +107,7 @@ An SAP workload running on Azure uses different infrastructure components to run
107
107
108
108
- On enabling Azure Site Recovery for a VM to set up DR, the local managed disks attached to the VMs are replicated to the DR region. During replication, the VM disk writes are sent to a cache storage account in the source region. Data is sent from there to the target region, and recovery points are generated from the data. When you fail over a VM during DR, a recovery point is used to restore the VM in the target region. But Azure Site Recovery doesn’t support all storages types that are available in Azure. For more information, see [Azure Site Recovery support matrix for storages](../../site-recovery/azure-to-azure-support-matrix.md#replicated-machines---storage).
109
109
110
-
- For SAP system running on Windows with Azure shared disk, you could use [Azure Site Recovery with Azure Shared Disk (preview)](https://azure.microsoft.com/updates/public-preview-dr-for-shared-disks-azure-site-recovery/). As the feature is in public preview, we don't recommend implementing the scenario for most critical SAP production workloads. For more information on supported scenarios for Azure Shared Disk, see [Support matrix for shared disks in Azure VM disaster recovery (preview)](../../site-recovery/shared-disk-support-matrix.md)
110
+
- For SAP system running on Windows with Azure shared disk, you could use [Azure Site Recovery with Azure Shared Disk](../../site-recovery/tutorial-shared-disk.md). For more information on supported scenarios for Azure Shared Disk, see [Support matrix for shared disks in Azure VM disaster recovery](../../site-recovery/shared-disk-support-matrix.md)
111
111
112
112
- In addition to Azure managed data disks attached to VMs, different Azure native storage solutions are used to run SAP application on Azure. The DR approach for each Azure storage solution might differ, as not all storage services available in Azure are supported with Azure Site Recovery. Below are the list of storage type that is typically used for SAP workload.
113
113
@@ -116,7 +116,7 @@ An SAP workload running on Azure uses different infrastructure components to run
116
116
| Managed disk | Azure Site Recovery |
117
117
| NFS on Azure files (LRS or ZRS) | Custom script to replicate data between two sites (for example, rsync) |
118
118
| NFS on Azure NetApp Files | Use [Cross-region replication of Azure NetApp Files volumes](../../azure-netapp-files/cross-region-replication-introduction.md)|
119
-
| Azure Shared Disk (LRS or ZRS) |[Azure Site Recovery with Azure Shared Disk (in preview)](../../site-recovery/tutorial-shared-disk.md)|
119
+
| Azure Shared Disk (LRS or ZRS) |[Azure Site Recovery with Azure Shared Disk](../../site-recovery/tutorial-shared-disk.md)|
120
120
| SMB on Azure files (LRS or ZRS) | Use [RoboCopy](../../storage/files/storage-files-migration-robocopy.md) to copy files between two sites |
121
121
| SMB on Azure NetApp Files | Use [Cross-region replication of Azure NetApp Files volumes](../../azure-netapp-files/cross-region-replication-introduction.md)|
| SMB on Azure Files |[Robocopy](../../storage/files/storage-files-migration-robocopy.md)|
123
123
| SMB on Azure NetApp Files |[Cross Region Replication](../../azure-netapp-files/cross-region-replication-introduction.md)|
124
-
| Azure Shared Disk |[Azure Site Recovery with Shared Disks (preview)](../../site-recovery/shared-disk-support-matrix.md)|
125
-
126
-
> [!NOTE]
127
-
>
128
-
> Azure Site Recovery with shared disk is currently in public preview. So, we don't recommend implementing the scenario for most critical SAP production workloads
124
+
| Azure Shared Disk |[Azure Site Recovery with Shared Disks](../../site-recovery/shared-disk-support-matrix.md)|
0 commit comments