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/virtual-machines/workloads/sap/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
@@ -47,7 +47,7 @@ There are different elements to consider when designing a disaster recovery solu
47
47
48
48
- GRS option is available for storage account with standard storage type that replicates data to paired region. But standard storage isn't suitable for SAP DBMS or virtual data disks.
49
49
50
-
- Azure backup service used to back up [supported solutions](../../../backup/backup-overview.md#what-can-i-back-up) can replicate backups only between paired regions. For all your other data, run your own replications with native DBMS features like SQL Server Always On, SAP HANA System Replication, and other services. Use a combination of Azure Site Recovery, rsync or robocopy, and other third-party software for the SAP application layer.
50
+
- Azure back up service used to back up [supported solutions](../../../backup/backup-overview.md#what-can-i-back-up) can replicate backups only between paired regions. For all your other data, run your own replications with native DBMS features like SQL Server Always On, SAP HANA System Replication, and other services. Use a combination of Azure Site Recovery, rsync or robocopy, and other third-party software for the SAP application layer.
51
51
52
52
## Reference SAP workload deployment
53
53
@@ -72,7 +72,7 @@ An SAP workload running on Azure uses different infrastructure components to run
72
72
73
73
### Network
74
74
75
-
-[ExpressRoute](../../../expressroute/expressroute-introduction.md) extends your on-premises network into the Microsoft cloud over a private connection with the help of a connectivity provider. On designing disaster recovery architecture, one must account for building a robust backend network connectivity using geo-redundant ExpressRoute circuit. To configure robust network, it's advised to set up at least one ExpressRoute circuit from on-premises to the primary region. And the other(s) should connect to the disaster recovery region. Refer to the [Azure ExpressRoute: Designing for disaster recovery](../../../expressroute/designing-for-disaster-recovery-with-expressroute-privatepeering.md) article, which describe different scenarios to design disaster recovery for ExpressRoute.
75
+
-[ExpressRoute](../../../expressroute/expressroute-introduction.md) extends your on-premises network into the Microsoft cloud over a private connection with the help of a connectivity provider. On designing disaster recovery architecture, one must account for building a robust backend network connectivity using geo-redundant ExpressRoute circuit. It's advised setting up at least one ExpressRoute circuit from on-premises to the primary region. And the other(s) should connect to the disaster recovery region. Refer to the [Designing of Azure ExpressRoute for disaster recovery](../../../expressroute/designing-for-disaster-recovery-with-expressroute-privatepeering.md) article, which describe different scenarios to design disaster recovery for ExpressRoute.
76
76
77
77
>[!Note]
78
78
> Consider setting up a site-to-site (S2S) VPN as a backup of Azure ExpressRoute. For more information, see [Using S2S VPN as a backup for Azure ExpressRoute Private Peering](../../../expressroute/use-s2s-vpn-as-backup-for-expressroute-privatepeering.md).
@@ -129,7 +129,7 @@ An SAP workload running on Azure uses different infrastructure components to run
129
129
130
130
- Azure shared disks require cluster software like Windows Server Failover Cluster (WSFC) that handles cluster node communication and write locking. So to have DR strategy for Azure shared disk, you need to have shared disk managed by cluster software in DR site as well. You can then use script to copy data from shared disk attached to a cluster in primary region to the shared disk attached to another cluster in DR region.
131
131
132
-
## Next Steps
132
+
## Next steps
133
133
134
134
-[Disaster Recovery Guidelines for SAP workload](disaster-recovery-sap-guide.md)
135
135
-[Azure to Azure disaster recovery architecture using Azure Site Recovery service](../../../site-recovery/azure-to-azure-architecture.md)
Copy file name to clipboardExpand all lines: articles/virtual-machines/workloads/sap/disaster-recovery-sap-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ ms.date: 11/21/2022
13
13
14
14
# Disaster recovery guidelines for SAP application
15
15
16
-
To configure disaster recovery for SAP workload on Azure, you need to test, fine tune and update the process regularly. Testing disaster recovery helps to identify the sequence of the dependent services that are required before you trigger SAP workload DR failover or start the system on the secondary site. Organizations usually have their SAP systems connected to Active Directory (AD) and Domain Name System (DNS) services to function correctly. When you set up DR for your SAP workload, you ensure AD and DNS services are functioning before your recover SAP and other non-SAP systems, to ensure the application functions correctly. For guidance on protecting Active Directory and DNS, learn [how to protect Active Directory and DNS](../../../site-recovery/site-recovery-active-directory.md). The recommendation for SAP application described in this document is at abstract level, you need to design your DR strategy based on your specific setup and document the end-to-end DR scenario.
16
+
To configure Disaster Recovery (DR) for SAP workload on Azure, you need to test, fine tune and update the process regularly. Testing disaster recovery helps to identify the sequence of the dependent services that are required before you trigger SAP workload DR failover or start the system on the secondary site. Organizations usually have their SAP systems connected to Active Directory (AD) and Domain Name System (DNS) services to function correctly. When you set up DR for your SAP workload, you ensure AD and DNS services are functioning before your recover SAP and other non-SAP systems, to ensure the application functions correctly. For guidance on protecting Active Directory and DNS, learn [how to protect Active Directory and DNS](../../../site-recovery/site-recovery-active-directory.md). The recommendation for SAP application described in this document is at abstract level, you need to design your DR strategy based on your specific setup and document the end-to-end DR scenario.
0 commit comments