Skip to content

Commit 4c4ea53

Browse files
authored
Merge pull request #73672 from asgang/master
fixing doc issues
2 parents 6a41d71 + d8d76d6 commit 4c4ea53

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

articles/site-recovery/azure-to-azure-about-networking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Site Recovery IP address ranges are as follows:
9191
UK South 2 | 13.87.37.4| 13.87.34.139
9292
UK North | 51.142.209.167 | 13.87.102.68
9393
Korea Central | 52.231.28.253 | 52.231.32.85
94-
Korea South | 52.231.298.185 | 52.231.200.144
94+
Korea South | 52.231.198.185 | 52.231.200.144
9595
France Central | 52.143.138.106 | 52.143.136.55
9696
France South | 52.136.139.227 |52.136.136.62
9797
Australia central| 20.36.34.70 | 20.36.46.142

articles/site-recovery/azure-to-azure-common-questions.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ With Site Recovery, you can replicate and recover VMs between any two regions wi
6262

6363
No, Site Recovery does not require internet connectivity. But it does require access to Site Recovery URLs and IP ranges, as mentioned in [this article](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-about-networking#outbound-connectivity-for-ip-address-ranges).
6464

65-
### Can I replicate the application having separate resource group for separate tiers?
65+
### Can I replicate the application having separate resource group for separate tiers?
6666
Yes, you can replicate the application and keep the disaster recovery configuration in separate resource group too.
6767
For example, if you have an application with each tiers app, db and web in separate resource group, then you have to click the [replication wizard](https://docs.microsoft.com/azure/site-recovery/azure-to-azure-how-to-enable-replication#enable-replication) thrice to protect all the tiers. ASR will replicate these three tiers in three different resource group.
6868

@@ -84,12 +84,12 @@ Today, most applications can recover well from crash-consistent snapshots. A cra
8484
### What is the frequency of crash-consistent recovery point generation?
8585
Site Recovery creates a crash-consistent recovery point every 5 minutes.
8686

87-
### What is an application-consistent recovery point?
88-
Application-consistent recovery points are created from application-consistent snapshots. Application-consistent recovery points capture the same data as crash-consistent snapshots, with the addition of all data in memory and all transactions in process.
87+
### What is an application-consistent recovery point?
88+
Application-consistent recovery points are created from application-consistent snapshots. Application-consistent recovery points capture the same data as crash-consistent snapshots, with the addition of all data in memory and all transactions in process.
8989
Because of their extra content, application-consistent snapshots are the most involved and take the longest to perform. We recommend application-consistent recovery points for database operating systems and applications such as SQL Server.
9090

9191
### What is the impact of application-consistent recovery points on application performance?
92-
Considering application-consistent recovery points captures all the data in memory and in process it requires the framework like VSS on windows to quiesce the application. This, if done very frequently can have performance impact if the workload is already very busy. It is usually suggested not to use low frequency for app-consistent recovery points for non- database workloads and even for database workload 1 hour is enough.
92+
Considering application-consistent recovery points captures all the data in memory and in process it requires the framework like VSS on windows to quiesce the application. This, if done very frequently can have performance impact if the workload is already very busy. It is usually suggested not to use low frequency for app-consistent recovery points for non- database workloads and even for database workload 1 hour is enough.
9393

9494
### What is the minimum frequency of application-consistent recovery point generation?
9595
Site Recovery can creates an application-consistent recovery point with a minimum frequency of in 1 hour.
@@ -211,8 +211,12 @@ It depends on the situation. For example, if the source region VM exists, only c
211211
### How much time does it take to fail back?
212212
After reprotection, the amount of time for failback is usually similar to the time for failover from the primary region to a secondary region.
213213

214-
## Capacity
215-
### Does Site Recovery work with Reserved Instance?
214+
## <a name="capacity"></a>Capacity
215+
216+
### How is capacity assured in target region for Azure VMs?
217+
The Azure Site Recovery (ASR) team works with Azure capacity management team to plan for sufficient infrastructure capacity, in an attempt to ensure that VMs protected by ASR for disaster recovery will successfully be deployed in the disaster recovery (DR) region, whenever ASR failover operations are initiated.
218+
219+
### Does Site Recovery work with Reserved Instances?
216220
Yes, You can purchase [reserve instances](https://azure.microsoft.com/pricing/reserved-vm-instances/) in the DR region and ASR failover operations will use them. </br> No additional configuration is required from the customers.
217221

218222

0 commit comments

Comments
 (0)