Skip to content

Commit 885f1a6

Browse files
author
Ankita Dutta
committed
PM edits
1 parent 435c1ff commit 885f1a6

5 files changed

+27
-501
lines changed

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

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
title: Set up disaster recovery when creating a VM
3-
description: Learn how to set up disaster recovery for Virtual machines on Azure Public MEC using VM Flow.
3+
description: Learn how to set up disaster recovery for Virtual machines on Azure Extended Zones using VM Flow.
44
author: ankitaduttaMSFT
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
7-
ms.date: 11/11/2024
7+
ms.date: 01/09/2025
88
ms.author: ankitadutta
99
---
1010

11-
# Tutorial: Set up disaster recovery for Azure Public MEC using VM Flow
11+
# Tutorial: Set up disaster recovery for Azure Extended Zones using VM Flow
1212

1313
> [!IMPORTANT]
14-
> The Azure Site Recovery (ASR) functionality for Public MEC is in preview state.
14+
> The Azure Site Recovery (ASR) functionality for Extended Zones is in preview state.
1515
1616

17-
This tutorial shows you how to set up disaster recovery for Azure Site Recovery Public MEC (preview) using VM Flow. You will do this using the Azure Site Recovery portal.
17+
This tutorial shows you how to set up disaster recovery for Azure Site Recovery Extended Zones (preview) using VM Flow. You will do this using the Azure Site Recovery portal.
1818

1919

2020
In this article, you learn how to:
@@ -34,17 +34,13 @@ To enable replication to a secondary location, follow the below steps:
3434
1. On the left pane, under **Operations**, 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

37-
1. In **Basics**, select the **Target region** or an Azure Public MEC.
38-
- Option 1: **Public MEC to Region**
37+
1. In **Basics**, select the **Target region** or an Azure Extended Zones.
3938

40-
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/edge-zone-to-region.png" alt-text="Screenshot of Option 1 Edge Zone to Region."lightbox="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/edge-zone-to-region.png":::
39+
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/edge-zone-to-region.png" alt-text="Screenshot of Option 1 Edge Zone to Region."lightbox="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/edge-zone-to-region.png":::
4140

42-
- Option 2: **Public MEC to Public MEC**
43-
44-
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/edgezone-to-edgezone.png" alt-text="Screenshot of Option 2 Edge Zone to Edge Zone."lightbox="./media/disaster-recovery-for-edge-zone-vm-flow-tutorial/edgezone-to-edgezone.png":::
4541

4642
>[!Note]
47-
>This flow proceeds with Option 1: Public MEC to Region replication.
43+
>This flow proceeds with Option 1: Extended Zones to Region replication.
4844
4945
1. Select **Next : Advanced settings**.
5046

@@ -64,4 +60,4 @@ To enable replication to a secondary location, follow the below steps:
6460

6561
## Next steps
6662

67-
See [Set up disaster recovery for VMs on Azure Public MEC using Vault flow](disaster-recovery-for-edge-zone-vm-tutorial.md).
63+
See [Set up disaster recovery for VMs on Azure Extended Zones using Vault flow](disaster-recovery-for-edge-zone-vm-tutorial.md).

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

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Set up disaster recovery for VMs on Azure Public MEC using Vault flow
3-
description: Learn how to set up disaster recovery for virtual machines on Azure Public MEC (in preview for ASR functionality).
2+
title: Set up disaster recovery for VMs on Azure Extended Zones using Vault flow
3+
description: Learn how to set up disaster recovery for virtual machines on Azure Extended Zones (in preview for ASR functionality).
44
author: ankitaduttaMSFT
55
ms.service: azure-site-recovery
66
ms.topic: tutorial
7-
ms.date: 04/18/2023
7+
ms.date: 01/09/2025
88
ms.author: ankitadutta
99
---
1010

11-
# Tutorial: Set up disaster recovery for VMs on Azure Public MEC using Vault flow
11+
# Tutorial: Set up disaster recovery for VMs on Azure Extended Zones using Vault flow
1212

1313
> [!IMPORTANT]
14-
> The Azure Site Recovery (ASR) functionality for Public MEC is in preview state.
14+
> The Azure Site Recovery (ASR) functionality for Azure Extended Zones is in preview state.
1515
16-
This tutorial shows you how to set up disaster recovery for VMs using Azure Site Recovery on Azure Public MEC. You will do this using the Azure Site Recovery portal.
16+
This tutorial shows you how to set up disaster recovery for VMs using Azure Site Recovery on Azure Extended Zones. You will do this using the Azure Site Recovery portal.
1717

1818
In this article, you learn how to:
1919

@@ -26,7 +26,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
2626

2727
## Prerequisites
2828

29-
- Ensure to create a Recovery Services vault in the parent region to which the Azure Public MEC is connected. For more information, see [Tutorial to set up Azure VM disaster recovery with Azure Site Recovery](azure-to-azure-tutorial-enable-replication.md#create-a-recovery-services-vault).
29+
- Ensure to create a Recovery Services vault in the parent region to which the Azure Extended Zones is connected. For more information, see [Tutorial to set up Azure VM disaster recovery with Azure Site Recovery](azure-to-azure-tutorial-enable-replication.md#create-a-recovery-services-vault).
3030
- Enable Site Recovery
3131
In the vault settings, select **Enable Site Recovery**.
3232

@@ -45,7 +45,7 @@ Select the source settings and enable VM replication.
4545

4646
1. In the **Enable replication** page, under **Source** tab, do the following:
4747

48-
- **Region** : Select the source (Azure Public MEC) in which VMs are currently running.
48+
- **Region** : Select the source (Azure Extended Zones) in which VMs are currently running.
4949
- **Subscription**: Select the subscription in which VMs are running.
5050
- **Resource group**: Select the desired resource group from the drop-down.
5151
- **Virtual machine deployment model**: Retain the default **Resource Manager** setting.
@@ -54,7 +54,7 @@ Select the source settings and enable VM replication.
5454
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-tutorial/enable-replication-add-zone.png" alt-text="Screenshot of Enable replication adding region tab.":::
5555

5656
> [!NOTE]
57-
> As there are no availability zones for Azure Public MEC, it is disabled.
57+
> As there are no availability zones for Azure Extended Zones, it is disabled.
5858
5959
1. Select **Next**.
6060

@@ -76,16 +76,15 @@ Site Recovery retrieves the VMs associated with the selected subscription/resour
7676
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-tutorial/replication-settings.png" alt-text=" Screenshot of Replication settings tab.":::
7777

7878
> [!NOTE]
79-
>- In the above box, you can select target to be parent region (i.e., connected to the Azure Public MEC) or in certain cases, another of your Azure Public MEC connected to the same region.
79+
>- In the above box, you can select target to be parent region (i.e., connected to the Azure Extended Zones) or in certain cases, another of your Azure Extended Zones connected to the same region.
8080
>- Capacity reservation has been disabled and hence hidden.
8181
82-
1. In **Customize storage option**, you can select an existing storage that was created either on Azure Public MEC or region.
82+
1. In **Customize storage option**, you can select an existing storage that was created either on Azure Extended Zones or region.
8383

8484
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-tutorial/customize-target.png" alt-text=" Screenshot of Customizing the target settings tab.":::
8585

8686
>[!NOTE]
87-
>- For *Azure Public MEC* replication flow, an existing storage account associated with the recovery vault will be preselected. If a storage account doesn't exist with the recovery vault, a new one will be created in the region.
88-
>- For *Public MEC to Public MEC* replication flow, you must select an existing storage account in the drop down for **cache storage**.
87+
>- For *Azure Extended Zones* replication flow, an existing storage account associated with the recovery vault will be preselected. If a storage account doesn't exist with the recovery vault, a new one will be created in the region.
8988
9089
### Manage
9190

@@ -102,12 +101,12 @@ Site Recovery retrieves the VMs associated with the selected subscription/resour
102101
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-tutorial/manage.png" alt-text="Screenshot of Manage replication tab.":::
103102

104103
> [!NOTE]
105-
> There are no changes to select replication policy for Azure Public MEC.
104+
> There are no changes to select replication policy for Azure Extended Zones.
106105
107106
### Review
108107
109108
In **Review**, review the VM settings and select **Enable replication**.
110-
The **VM setting** now includes target region information and a **Summary** section includes the Azure Public MEC information.
109+
The **VM setting** now includes target region information and a **Summary** section includes the Azure Extended Zones information.
111110

112111
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-tutorial/review.png" alt-text="Screenshot of Review replication tab.":::
113112

articles/site-recovery/toc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
href: how-to-move-from-classic-to-modernized-vmware-disaster-recovery.md
9292
- name: Deploy Azure Site Recovery replication appliance (modernized)
9393
href: deploy-vmware-azure-replication-appliance-modernized.md
94-
- name: Set up disaster recovery for Azure Public Multi-Access Edge Compute (MEC) VMs
94+
- name: Set up disaster recovery for Azure Extended Zones VMs
9595
items:
9696
- name: Disaster recovery using the Recovery Services vault
9797
href: disaster-recovery-for-edge-zone-vm-tutorial.md
@@ -535,8 +535,6 @@
535535
href: azure-to-azure-powershell.md
536536
- name: Set up disaster recovery on Azure Extended Zones VMs using PowerShell
537537
href: tutorial-replicate-vms-edge-zone-to-azure-region.md
538-
- name: Set up disaster recovery to another Extended Zones using PowerShell using PowerShell
539-
href: tutorial-replicate-vms-extended-zones-to-another-zone.md
540538
- name: Set up disaster recovery of VMware VMs to Azure using PowerShell
541539
href: vmware-azure-disaster-recovery-powershell.md
542540
- name: Set up disaster recovery of Hyper-V VMs to Azure using PowerShell

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,3 +483,6 @@ To replicate VMs running in an Azure Extended Zone to an Azure region, follow th
483483
Remove-AzResourceGroup -Name $Name -Force
484484
```
485485
486+
## Next steps
487+
488+
- View the [Azure Site Recovery PowerShell reference](https://learn.microsoft.com/powershell/module/az.recoveryservices/?view=azps-13.0.0) to learn how you can create recovery plans, perform failovers, and failbacks with PowerShell.

0 commit comments

Comments
 (0)