Skip to content

Commit b372100

Browse files
author
Ankita Dutta
committed
EEE task 2812
1 parent 984d31f commit b372100

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

articles/site-recovery/azure-to-azure-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure to Azure disaster recovery architecture in Azure Site Recovery
33
description: Overview of the architecture used when you set up disaster recovery between Azure regions for Azure VMs, using the Azure Site Recovery service.
44
ms.service: azure-site-recovery
55
ms.topic: concept-article
6-
ms.date: 12/23/2024
6+
ms.date: 12/28/2024
77
ms.author: ankitadutta
88
author: ankitaduttaMSFT
99
---
598 KB
Loading

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: About recovery plans in Azure Site Recovery
33
description: Learn about recovery plans in Azure Site Recovery.
44
ms.topic: overview
55
ms.service: azure-site-recovery
6-
ms.date: 01/23/2020
6+
ms.date: 12/28/2024
77
ms.author: ankitadutta
88
author: ankitaduttaMSFT
99
---
@@ -19,6 +19,7 @@ A recovery plan gathers machines into recovery groups for the purpose of failove
1919
- You can customize a plan by adding order, instructions, and tasks to it.
2020
- After a plan is defined, you can run a failover on it.
2121
- Machines can be referenced in multiple recovery plans, in which subsequent plans skip the deployment/startup of a machine if it was previously deployed using another recovery plan.
22+
- After failover it is recommended to not change a VM from one Recovery Plan and add it to another, as our backend uses the Recovery Plan name to identify the failover operation.
2223

2324

2425

articles/site-recovery/site-recovery-role-based-linked-access-control.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Manage Azure role-based access control in Azure Site Recovery
33
description: This article describes how to apply Azure role-based access control (Azure RBAC) to manage Azure Site Recovery access.
44
ms.service: azure-site-recovery
5-
ms.date: 04/08/2019
5+
ms.date: 12/28/2024
66
author: ankitaduttaMSFT
77
ms.topic: overview
88
ms.author: ankitadutta
@@ -40,6 +40,7 @@ A user needs the following permissions to complete replication of a new virtual
4040
| --- | --- | --- |
4141
| Compute | Resource Manager | Microsoft.Compute/availabilitySets/read |
4242
| | | Microsoft.Compute/virtualMachines/read |
43+
| | | Microsoft.compute/disks/delete |
4344
| | | Microsoft.Compute/virtualMachines/write |
4445
| | | Microsoft.Compute/virtualMachines/delete |
4546
| | Classic | Microsoft.ClassicCompute/domainNames/read |
@@ -57,11 +58,11 @@ A user needs the following permissions to complete replication of a new virtual
5758
| | | Microsoft.Network/virtualNetworks/subnets/join/action |
5859
| | Classic | Microsoft.ClassicNetwork/virtualNetworks/read |
5960
| | | Microsoft.ClassicNetwork/virtualNetworks/join/action |
60-
| Storage | Resource Manager | Microsoft.Storage/storageAccounts/read |
61+
| Storage | Resource Manager | microsoft.storage/storageaccounts/write |
6162
| | | Microsoft.Storage/storageAccounts/listkeys/action |
6263
| | Classic | Microsoft.ClassicStorage/storageAccounts/read |
6364
| | | Microsoft.ClassicStorage/storageAccounts/listKeys/action |
64-
| Resource Group | Resource Manager | Microsoft.Resources/deployments/* |
65+
| Resource Group | Resource Manager | Microsoft.RecoveryServices/register/action |
6566
| | | Microsoft.Resources/subscriptions/resourceGroups/read |
6667

6768
Consider using the 'Virtual Machine Contributor' and 'Classic Virtual Machine Contributor' [built-in roles](../role-based-access-control/built-in-roles.md) for Resource Manager and Classic deployment models respectively.

articles/site-recovery/vmware-azure-architecture.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: VMware VM disaster recovery architecture in Azure Site Recovery - Classic
33
description: This article provides an overview of components and architecture used when setting up disaster recovery of on-premises VMware VMs to Azure with Azure Site Recovery - Classic
44
ms.service: azure-site-recovery
55
ms.topic: concept-article
6-
ms.date: 09/10/2024
6+
ms.date: 12/28/2024
77
ms.author: ankitadutta
88
author: ankitaduttaMSFT
99
---
@@ -143,7 +143,6 @@ After replication is set up and you run a disaster recovery drill (test failover
143143
- Stage 3: After workloads have failed back, you reenable replication for the on-premises VMs.
144144

145145

146-
147146
![Diagram showing VMware failback from Azure.](./media/vmware-azure-architecture/enhanced-failback.png)
148147

149148

0 commit comments

Comments
 (0)