Skip to content

Commit a120ae5

Browse files
authored
Merge pull request #220862 from ankitaduttaMSFT/release-asr-edge-zone
PM review patches
2 parents 5a62c1f + feceb78 commit a120ae5

6 files changed

+36
-12
lines changed

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

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,17 @@ ms.author: v-pgaddala
1010

1111
# Tutorial: Set up disaster recovery for Azure Public MEC (preview) using VM Flow
1212

13-
This tutorial shows you how to set up disaster recovery for Azure Public MEC (preview) using VM Flow (via the Portal). In this article, you learn how to:
13+
> [!IMPORTANT]
14+
> The Azure Site Recovery (ASR) functionality for Public MEC is in preview state.
15+
16+
This tutorial shows you how to set up disaster recovery for ASR Azure Public MEC (preview) using VM Flow. You will do this using the Azure Site Recovery portal.
17+
18+
In this article, you learn how to:
1419

1520
> [!div class="checklist"]
1621
> * Enable replication for the Azure VMs
1722
18-
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. 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 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. 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.
1924

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

@@ -30,14 +35,14 @@ To enable replication to a secondary location, follow the below steps:
3035
1. In **Basics**, select the **Target region** or an Azure Public MEC (preview).
3136
- Option1: **Public MEC to Region**
3237

33-
:::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/edge-zone-to-region-expanded.png":::
38+
:::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-expanded.png":::
3439

3540
- Option2: **Public MEC to Public MEC**
3641

3742
:::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-expanded.png":::
3843

3944
>[!Note]
40-
>This flow proceeds with option1: Public MEC (preview) to Region replication.
45+
>This flow proceeds with Option 1: Public MEC (preview) to Region replication.
4146
4247
1. Select **Next : Advanced settings**.
4348

@@ -57,4 +62,4 @@ To enable replication to a secondary location, follow the below steps:
5762

5863
## Next steps
5964

60-
See [Set up disaster recovery using the Recovery Services vault](disaster-recovery-for-edge-zone-via-vm-flow-tutorial.md)
65+
See [Set up disaster recovery for VMs on Azure Public MEC (preview) using Vault flow](disaster-recovery-for-edge-zone-vm-tutorial.md).

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ ms.author: v-pgaddala
1010

1111
# Tutorial: Set up disaster recovery for VMs on Azure Public MEC (preview) using Vault flow
1212

13-
This tutorial shows you how to set up disaster recovery for VMs on Azure Public MEC (preview) using Azure Site Recovery (via the Portal). In this article, you learn how to:
13+
> [!IMPORTANT]
14+
> The Azure Site Recovery (ASR) functionality for Public MEC is in preview state.
15+
16+
This tutorial shows you how to set up disaster recovery for VMs using Azure Site Recovery on Azure Public MEC (preview). You will do this using the Azure Site Recovery portal.
17+
18+
In this article, you learn how to:
1419

1520
> [!div class="checklist"]
1621
> * Enable VM replication
@@ -21,7 +26,7 @@ If you don’t have an Azure subscription, create a [free account](https://azure
2126

2227
## Prerequisites
2328

24-
- Ensure to create a Recovery Services vault in the parent region to which the Azure Public MEC (preview) is connected. For more information, see [Tutorial to set up Azure VM disaster recovery with Azure Site Recovery](/articles/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 Public MEC (preview) 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).
2530
- Enable Site Recovery
2631
In the vault settings, select **Enable Site Recovery**.
2732

@@ -45,7 +50,8 @@ Select the source settings and enable VM replication.
4550
- **Resource group**: Select the desired resource group from the drop-down.
4651
- **Virtual machine deployment model**: Retain the default **Resource Manager** setting.
4752
- **Disaster recovery between availability zones**: Retain the default **No** setting.
48-
53+
54+
:::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.":::
4955

5056
> [!NOTE]
5157
> As there are no availability zones for Azure Public MEC (preview), it is disabled.
@@ -106,3 +112,7 @@ The **VM setting** now includes target region information and a **Summary** sect
106112
:::image type="content" source="./media/disaster-recovery-for-edge-zone-vm-tutorial/review.png" alt-text="Screenshot of Review replication tab.":::
107113

108114
The VMs you enable appear on the vault > **Replicated items** page.
115+
116+
## Next steps
117+
118+
See [Set up disaster recovery when creating a VM](disaster-recovery-for-edge-zone-via-vm-flow-tutorial.md).
279 KB
Loading

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ Azure Recovery Services contributes to your BCDR strategy:
2222
Site Recovery can manage replication for:
2323

2424
- Azure VMs replicating between Azure regions
25-
- Replication from Azure Public Multi-Access Edge Compute (MEC)(preview) to the region
26-
- Replication between two Azure Public MECs (preview).
27-
- On-premises VMs, Azure Stack VMs, and physical servers.
25+
- Replication from Azure Public Multi-Access Edge Compute (MEC) to the region (preview)
26+
- Replication between two Azure Public MECs (preview)
27+
- On-premises VMs, Azure Stack VMs, and physical servers
28+
29+
> [!NOTE]
30+
> The Azure Site Recovery functionality for Public MEC is in preview state.
2831
2932
## What does Site Recovery provide?
3033

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.author: v-pgaddala
1010

1111
# Replicate virtual machines running in an Azure Public MEC (preview) to another Azure Public MEC in the same region
1212

13+
> [!IMPORTANT]
14+
> The Azure Site Recovery functionality for Public MEC is in preview state.
15+
1316
This article describes how to replicate, failover, and failback Azure virtual machines (VMs) running an Azure Public MEC (preview) to another Azure Public MEC (preview) connected to the same parent region.
1417

1518
Azure Public MECs (preview) are fully managed solution deployed close to your data center and includes hardware, services, and support.
@@ -22,7 +25,7 @@ Site Recovery ensures business continuity by keeping workloads running during ou
2225

2326
### Prerequisites
2427

25-
- Ensure Azure Az PowerShell module is installed. For information on how to install, see [Install the Azure Az PowerShell module](/powershell/azure/install-az-ps).
28+
- Ensure Azure Az PowerShell module is installed. For information on how to install, see [Install the Azure Az PowerShell module](https://learn.microsoft.com/powershell/azure/install-az-ps?view=azps-9.2.0)
2629
- The minimum Azure Az PowerShell version must be 9.1.0+. Use the following command to see the current version:
2730

2831
```

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
@@ -10,6 +10,9 @@ ms.author: v-pgaddala
1010

1111
# Replicate virtual machines running in an Azure Public MEC (preview) to Azure region
1212

13+
> [!IMPORTANT]
14+
> The Azure Site Recovery functionality for Public MEC is in preview state.
15+
1316
This article describes how to replicate, failover, and failback Azure virtual machines (VMs) running on Azure Public MEC (preview) to the parent Azure region where Azure Public MEC (preview) is an extension.
1417

1518
## Disaster recovery in Azure Public MEC (preview)

0 commit comments

Comments
 (0)