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/site-recovery/azure-to-azure-common-questions.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Common questions about Azure virtual machine disaster recovery with Azure
3
3
description: This article answers common questions about Azure virtual machine disaster recovery when you use Azure Site Recovery.
4
4
ms.author: ankitadutta
5
5
author: ankitaduttaMSFT
6
-
ms.date: 11/25/2024
6
+
ms.date: 12/23/2024
7
7
ms.topic: faq
8
8
ms.service: azure-site-recovery
9
9
@@ -295,6 +295,12 @@ You can start failover. Site Recovery doesn't need connectivity from the primary
295
295
296
296
Site Recovery has an RTO SLA of [one hours](https://azure.microsoft.com/support/legal/sla/site-recovery/v1_2/). Most of the time, Site Recovery fails over virtual machines within minutes. To calculate the RTO, review the failover job, which shows the time it took to bring up a virtual machine.
297
297
298
+
### Are the extensions replicated to failover VM in target region?
299
+
300
+
Extensions aren't replicated to the failover VM in the target region, so we need to install them manually after failover.
301
+
302
+
**For SQL VM zonal replication:** In the case of a SQL VM, it'll not be shown if we don't have the corresponding IaaS SQL Extension installed. After installing the `SqlIaasExtension`, the `SQL virtual machine` is created automatically. [Learn more](https://learn.microsoft.com/azure/azure-sql/virtual-machines/windows/sql-agent-extension-manually-register-single-vm?view=azuresql&tabs=azure-powershell#register-with-extension).
303
+
298
304
## Recovery plans
299
305
300
306
### What's a recovery plan?
@@ -352,6 +358,12 @@ While Site Recovery makes a best effort to ensure that capacity is available in
352
358
353
359
Yes, you can purchase [reserved Azure virtual machines](https://azure.microsoft.com/pricing/reserved-vm-instances/) in the disaster recovery region, and Site Recovery failover operations use them. No additional configuration is needed.
354
360
361
+
### Where do we see the VM mapping to the reservation group when we enable capacity reservation for our VMs in ASR on the target region?
362
+
363
+
When we enable capacity reservation for our VMs in Azure Site Recovery on the target region, the VM maps to the reservation group during replication. Since the target VM is not created until a test failover or actual failover is performed, we see the mapping under *Recovery Services Vault* > **Compute** > **Capacity Reservation** settings.
364
+
365
+
The VM associated option under the capacity reservation group populates only when the target VMs are created during a test failover or actual failover. [Learn more](https://learn.microsoft.com/azure/virtual-machines/capacity-reservation-overview#capacity-reservation-lifecycle).
366
+
355
367
## Security
356
368
357
369
### Is replication data sent to the Site Recovery service?
[Azure Private Link](../private-link/private-endpoint-overview.md) private endpoints for replicating
15
-
your machines from inside an isolated virtual network. Private endpoint access to
16
-
a recovery vault is supported in all Azure Commercial & Government regions.
13
+
Azure Site Recovery allows you to use [Azure Private Link](../private-link/private-endpoint-overview.md) private endpoints for replicating your machines from inside an isolated virtual network. Private endpoint access to a recovery vault is supported in all Azure Commercial & Government regions.
17
14
18
15
This article provides instructions for you to perform the following steps:
19
16
@@ -27,7 +24,7 @@ This article provides instructions for you to perform the following steps:
27
24
access for storage as needed. Creation of a private endpoint for accessing storage isn't mandatory
28
25
for Azure Site Recovery.
29
26
30
-
Below is a reference architecture on how the replication workflow changes with private endpoints.
27
+
Following is a reference architecture on how the replication workflow changes with private endpoints.
31
28
32
29
:::image type="content" source="./media/azure-to-azure-how-to-enable-replication-private-endpoints/architecture.png" alt-text="Reference architecture for Site Recovery with private endpoints.":::
33
30
@@ -44,7 +41,7 @@ Below is a reference architecture on how the replication workflow changes with p
44
41
outbound access from the secured network. You can also use network security group tag "Azure
45
42
Active Directory" and Azure Firewall tags for allowing access to Microsoft Entra ID, as
46
43
applicable.
47
-
-**At least seven IP addresses are required** in the subnets of both your source machines and your
44
+
-**At least nine IP addresses are required** in the subnets of both your source machines and your
48
45
recovery machines. When you create a private endpoint for the vault, Site Recovery creates five
49
46
private links for access to its microservices. Further, when you enable the replication, it adds
50
47
two additional private links for the source and target region pairing.
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-how-to-enable-zone-to-zone-disaster-recovery.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
@@ -43,7 +43,7 @@ Learn more about [Azure regions with availability zones](../reliability/availabi
43
43
> [!NOTE]
44
44
> Zone-to-zone disaster recovery isn't supported for VMs that have managed disks via zone-redundant storage (ZRS).
45
45
>
46
-
>Regions that don't support Azure availability zones also don't support Azure Site Recovery zone-to-zone replication. For Azure Site Recovery zone-to-zone replication to work, the region must support availability zones.
46
+
>Regions that don't support Azure availability zones also don't support Azure Site Recovery zone-to-zone replication. For Azure Site Recovery zone-to-zone replication to work, the region must support availability zones.
Copy file name to clipboardExpand all lines: articles/site-recovery/azure-to-azure-how-to-reprotect.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,11 +104,7 @@ Let's take the example from the following screenshot, where Enable Replication f
104
104
105
105
:::image type="content" source="./media/site-recovery-how-to-reprotect-azure-to-azure/estimated-reprotection.png" alt-text="Screenshot displays example duration of reprotection of a virtual machine on the Azure portal." lightbox="./media/site-recovery-how-to-reprotect-azure-to-azure/estimated-reprotection.png":::
106
106
107
-
The above is a simple illustration of how to estimate the reprotection time.
108
-
109
-
When the virtual machine is re-protected from disaster recovery region to primary region (that is, after failing over from the primary region to disaster recovery region), the target virtual machine (original source virtual machine), and associated NIC(s) are deleted.
110
-
111
-
However, when the virtual machine is re-protected again from the primary region to disaster recovery region after failback, we do not delete the virtual machine and associated NIC(s) in the disaster recovery region that were created during the earlier failover.
107
+
The above is a simple illustration of how to estimate the reprotection time. When customer failover to target region and reprotect, the source virtual machine and associated resources are **not deleted**. When customer *failback* to primary region and reprotect, the VM (in the target / disaster recovery region) and associated resources are then deleted.
0 commit comments