Skip to content

Commit baafdde

Browse files
Merge pull request #292942 from ankitaduttaMSFT/aez
PM feedback
2 parents b43d632 + cc43dc2 commit baafdde

4 files changed

+6
-7
lines changed

articles/site-recovery/disaster-recovery-for-edge-zone-via-vm-flow-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this article, you learn how to:
2222
> [!div class="checklist"]
2323
> * Enable replication for the Azure VMs
2424
25-
When you enable replication for a VM to set up disaster recovery, the Site Recovery Mobility service extension installs on the VM, and registers it with Azure Site Recovery (ASR as a service for MEC is in preview). During replication, 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 disaster recovery, a recovery point is used to restore the VM in the target region. [Learn more](azure-to-azure-architecture.md) about the architecture.
25+
When you enable replication for a VM to set up disaster recovery, the Site Recovery Mobility service extension installs on the VM, and registers it with Azure Site Recovery (ASR as a service for Azure Extended Zones is in preview). During replication, 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 disaster recovery, a recovery point is used to restore the VM in the target region. [Learn more](azure-to-azure-architecture.md) about the architecture.
2626

2727
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2828

@@ -31,7 +31,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
3131
To enable replication to a secondary location, follow the below steps:
3232

3333
1. On the Azure portal, select **Virtual machines** and select a VM to replicate.
34-
1. On the left pane, under **Operations**, select **Disaster recovery**.
34+
1. On the left pane, under **Backup + disaster recovery**, select **Disaster recovery**.
3535
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/disaster-recovery.png" alt-text=" Screenshot of Select Disaster Recovery option."lightbox="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/disaster-recovery.png":::
3636

3737
1. In **Basics**, select the **Target region** or an Azure Extended Zones.

articles/site-recovery/disaster-recovery-for-edge-zone-vm-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In this article, you learn how to:
2020
> [!div class="checklist"]
2121
> * Enable VM replication
2222
23-
When you enable replication for a VM to set up disaster recovery, the Site Recovery Mobility service extension installs on the VM and registers it with Azure Site Recovery (ASR as a service for MEC is in preview). During replication, VM disk writes are sent to a cache storage account. Data is sent from there to the target region, and recovery points are generated from the data. When you fail over a VM during disaster recovery, a recovery point is used to restore the VM in the target region. [Learn more](azure-to-azure-architecture.md) about the architecture.
23+
When you enable replication for a VM to set up disaster recovery, the Site Recovery Mobility service extension installs on the VM and registers it with Azure Site Recovery (ASR as a service for Azure Extended Zones is in preview). During replication, VM disk writes are sent to a cache storage account. Data is sent from there to the target region, and recovery points are generated from the data. When you fail over a VM during disaster recovery, a recovery point is used to restore the VM in the target region. [Learn more](azure-to-azure-architecture.md) about the architecture.
2424

2525
If you don’t have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
2626

articles/site-recovery/site-recovery-overview.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: About Azure Site Recovery
33
description: Provides an overview of the Azure Site Recovery service, and summarizes disaster recovery and migration deployment scenarios.
44
ms.topic: overview
55
ms.service: azure-site-recovery
6-
ms.date: 01/09/2025
6+
ms.date: 01/13/2025
77
ms.custom: MVC
88
ms.author: ankitadutta
99
author: ankitaduttaMSFT
@@ -26,7 +26,6 @@ Site Recovery can manage replication for:
2626

2727
- Azure VMs replicating between Azure regions
2828
- Replication from Azure Extended Zones to the region
29-
- Replication between two Azure Extended Zones
3029
- On-premises VMs, Azure Stack VMs, and physical servers
3130

3231
> [!NOTE]
@@ -55,7 +54,7 @@ Site Recovery can manage replication for:
5554

5655
**Supported** | **Details**
5756
--- | ---
58-
**Replication scenarios** | Replicate Azure VMs from one Azure region to another.<br/><br/> Replicate on-premises VMware VMs, Hyper-V VMs, physical servers (Windows and Linux), Azure Stack VMs to Azure.<br/><br/> Replicate AWS Windows instances to Azure.<br/><br/> Replicate on-premises VMware VMs, Hyper-V VMs managed by System Center VMM, and physical servers to a secondary site.
57+
**Replication scenarios** | Replicate Azure VMs from <br> 1. One Azure region to another.<br/> 2. One Azure Extended zone to the Azure region it's connected to. <br><br/> Replicate on-premises VMware VMs, Hyper-V VMs, physical servers (Windows and Linux), Azure Stack VMs to Azure.<br/><br/> Replicate AWS Windows instances to Azure.<br/><br/> Replicate on-premises VMware VMs, Hyper-V VMs managed by System Center VMM, and physical servers to a secondary site.
5958
**Regions** | Review [supported regions](https://azure.microsoft.com/global-infrastructure/services/?products=site-recovery) for Site Recovery. |
6059
**Replicated machines** | Review the replication requirements for [Azure VM](azure-to-azure-support-matrix.md#replicated-machine-operating-systems) replication, [on-premises VMware VMs and physical servers](vmware-physical-azure-support-matrix.md#replicated-machines), and [on-premises Hyper-V VMs](hyper-v-azure-support-matrix.md#replicated-vms).
6160
**Workloads** | You can replicate any workload running on a machine that's supported for replication. Learn more about the app-specific [workload summary](site-recovery-workload.md#workload-summary).

articles/site-recovery/tutorial-replicate-vms-edge-zone-to-azure-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to replicate, failover, and failback Azu
44
author: ankitaduttaMSFT
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
7-
ms.date: 12/18/2024
7+
ms.date: 01/13/2025
88
ms.author: ankitadutta
99

1010
---

0 commit comments

Comments
 (0)