Skip to content

Commit dd336bc

Browse files
author
Ankita Dutta
committed
Classic to mod
1 parent 08bc042 commit dd336bc

File tree

4 files changed

+57
-40
lines changed

4 files changed

+57
-40
lines changed

articles/site-recovery/classic-to-modernized-common-questions.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,17 +44,17 @@ The modernized Recovery Services vault should be located in the same region and
4444

4545
### Will my replication continue while the migration is happening?
4646

47-
No, the replication will break for some time while the migration is in progress. During this time, the last created recovery point, in the classic Recovery Services vault, will be available for you to failover to. Once the migration is complete, a new recovery point is generated in the modernized Recovery Services vault.  
47+
No, the replication breaks for some time while the migration is in progress. During this time, the last created recovery point, in the classic Recovery Services vault, is available for you to failover to. Once the migration is complete, a new recovery point is generated in the modernized Recovery Services vault.  
4848

4949
### When will my migration operation be marked as complete?
5050

51-
Migration operation will only be marked complete once the first recovery point has been successfully created in the modernized Recovery Services vault. 
51+
Migration operation is only be marked complete once the first recovery point has been successfully created in the modernized Recovery Services vault. 
5252

5353
### What operations can be performed from my classic Recovery Services vault, after migration is done? 
5454

55-
You can perform failover from your classic vault after the migration. The failover operation will continue to be available in the classic vault until the recovery points expire.
55+
You can perform failover from your classic vault after the migration. The failover operation continues to be available in the classic vault until the recovery points expire.
5656

57-
For example, if the retention period for a replicated item is 72 hours (three days), the latest recovery point on the classic vault will continue to be available for 72 hours (three days), after a successful migration. After the stipulated time, Azure Site Recovery will automatically trigger a purge replication operation on the replicated item and perform the cleanup of all associated storage and billing-causing items.
57+
For example, if the retention period for a replicated item is 72 hours (three days), the latest recovery point on the classic vault continues to be available for 72 hours (three days), after a successful migration. After the stipulated time, Azure Site Recovery automatically triggers a purge replication operation on the replicated item and perform the cleanup of all associated storage and billing-causing items.
5858

5959
### What if a disaster strikes my machine while the migration operation is in progress?
6060

@@ -73,9 +73,9 @@ No, the same resources, which were being used previously will be defaulted to in
7373

7474
### How will my replication policies be moved to the modernized vault?
7575

76-
As a prerequisite, Site Recovery will create replication policies in the modernized vault with the same configuration as in the classic vault. So, before a replicated item is moved, the associated policy is created in the modernized vault. We recommend that you avoid making changes to the configuration of replication policies in the classic vault after the migration has been triggered, as these changes won't be reflected in the modernized vault. It's best to make these changes before starting the migration process.
76+
As a prerequisite, Site Recovery creates replication policies in the modernized vault with the same configuration as in the classic vault. So, before a replicated item is moved, the associated policy is created in the modernized vault. We recommend that you avoid making changes to the configuration of replication policies in the classic vault after the migration has been triggered, as these changes won't be reflected in the modernized vault. It's best to make these changes before starting the migration process.
7777

78-
The replication policy created in the modernized vault will have its name changed in the modernized vault. It is prefixed with resource group name and vault name of the modernized Recovery Services vault. So, if the policy name was default replication policy in the classic vault, then in the modernized vault, this policy’s name is `default replication policy contoso-modern-vault_contoso-rg`, given the vault’s name is contoso-modern-vault and the vault’s resource group is contoso-rg.
78+
The replication policy created in the modernized vault has its name changed in the modernized vault. It is prefixed with resource group name and vault name of the modernized Recovery Services vault. So, if the policy name was `default replication policy` in the classic vault, then in the modernized vault, this policy’s name is `default replication policy contoso-modern-vault_contoso-rg`, given the vault’s name is contoso-modern-vault and the vault’s resource group is contoso-rg.
7979

8080
### Can I edit my replication policy during migration or post migration in the classic vault?
8181

@@ -90,7 +90,7 @@ All replicated items that are part of a replication group are migrated together.
9090
### Can I migrate my classic setup with public endpoint to modernized setup with private endpoint?
9191

9292
No, you can only move classic disaster recovery setup with public endpoint to modernized public endpoint setup.
93-
Note that, non-private endpoint to private endpoint migration is not supported, but private endpoint to private endpoint migration is supported.
93+
Note that, nonprivate endpoint to private endpoint migration is not supported, but private endpoint to private endpoint migration is supported.
9494

9595

9696
## Next steps
Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: Common questions about Shared disks in Azure Site Recovery (preview)
3+
description: This article answers common questions about Azure to Azure Shared disks in Azure Site Recovery.
4+
ms.author: ankitadutta
5+
author: ankitaduttaMSFT
6+
ms.topic: faq
7+
ms.date: 03/26/2025
8+
ms.service: azure-site-recovery
9+
10+
---
11+
# Common questions: Shared Disks
12+
13+
14+
#### Does Azure Site Recovery support Linux VMs with shared disks?
15+
No, Azure Site Recovery does not support Linux VMs with shared disks. Only VMs with WSFC-based shared disks are supported.
16+
17+
#### Is PowerShell supported for Azure Site Recovery with shared disks?
18+
No, PowerShell support for shared disks is currently unavailable.
19+
20+
#### Can we enable replication for only some of the VMs attached to a shared disk?
21+
No, enable replication can only be enabled successfully when all the VMs attached to a shared disk are selected.
22+
23+
#### Is it possible to exclude shared disks and enable replication for only some of the VMs in a cluster?
24+
Yes, the first time you don’t select all the VMs in Enable Replication, a warning appears mentioning the unselected VMs attached to the shared disk. If you still proceed, unselect the shared disk replication by selecting ‘No’ for the storage option in Replication Settings tab.
25+
26+
#### If the *enable replication* job fails for a cluster, can we restart it after fixing the issue without reselecting clusters again?
27+
Yes, you can restart the job without reselecting clusters, just like other A2A scenarios. However, since the *enable replication* process runs for each node, you need to restart the failed job for all nodes through the Site Recovery Jobs interface.
28+
29+
#### Can new shared disks be added to a protected cluster?
30+
No, if new shared disks need to be added, disable the replication for the already protected cluster. Enable a new cluster protection with a new cluster name for the modified infrastructure.
31+
32+
#### Can we select both crash-consistent and app-consistent recovery points?
33+
Yes, both types of recovery points are generated. However, during Public Preview only crash-consistent and the Latest Processed recovery points are supported. App-consistent recovery points and Latest recovery point will be available as part of General Availability.
34+
35+
#### Can we use recovery plans to failover Azure Site Recovery enabled VMs with shared disks?
36+
No, recovery plans are not supported for shared disks in Azure Site Recovery.
37+
38+
#### Why is there no health status for VMs with shared disks in the monitoring plane, whether test failover is completed or not?
39+
The health status warning due to test failover will be available as part of General Availability.
40+
41+
## Next steps
42+
43+
Learn more about:
44+
45+
- [Azure managed disk](/azure/virtual-machines/disks-shared).
46+
- [Support matrix for shared disk in Azure Site Recovery](./shared-disk-support-matrix.md).

articles/site-recovery/tutorial-shared-disk.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Shared disks in Azure Site Recovery (preview)
33
description: This article describes how to enable replication, failover, and failback Azure virtual machines for shared disks.
44
ms.topic: conceptual
55
ms.service: azure-site-recovery
6-
ms.date: 05/08/2024
6+
ms.date: 03/26/2025
77
ms.author: ankitadutta
88
author: ankitaduttaMSFT
99
---
@@ -218,35 +218,6 @@ To disable replication of your cluster with Azure Site Recovery, follow these st
218218
:::image type="content" source="media/tutorial-shared-disk/disable-replication.png" alt-text="Screenshot showing disable replication.":::
219219

220220

221-
## Commonly asked questions
222-
223-
#### Does Azure Site Recovery support Linux VMs with shared disks?
224-
No, Azure Site Recovery does not support Linux VMs with shared disks. Only VMs with WSFC-based shared disks are supported.
225-
226-
#### Is PowerShell supported for Azure Site Recovery with shared disks?
227-
No, PowerShell support for shared disks is currently unavailable.
228-
229-
#### Can we enable replication for only some of the VMs attached to a shared disk?
230-
No, enable replication can only be enabled successfully when all the VMs attached to a shared disk are selected.
231-
232-
#### Is it possible to exclude shared disks and enable replication for only some of the VMs in a cluster?
233-
Yes, the first time you don’t select all the VMs in Enable Replication, a warning appears mentioning the unselected VMs attached to the shared disk. If you still proceed, unselect the shared disk replication by selecting ‘No’ for the storage option in Replication Settings tab.
234-
235-
#### If the *enable replication* job fails for a cluster, can we restart it after fixing the issue without reselecting clusters again?
236-
Yes, you can restart the job without reselecting clusters, just like other A2A scenarios. However, since the *enable replication* process runs for each node, you need to restart the failed job for all nodes through the Site Recovery Jobs interface.
237-
238-
#### Can new shared disks be added to a protected cluster?
239-
No, if new shared disks need to be added, disable the replication for the already protected cluster. Enable a new cluster protection with a new cluster name for the modified infrastructure.
240-
241-
#### Can we select both crash-consistent and app-consistent recovery points?
242-
Yes, both types of recovery points are generated. However, during Public Preview only crash-consistent and the Latest Processed recovery points are supported. App-consistent recovery points and Latest recovery point will be available as part of General Availability.
243-
244-
#### Can we use recovery plans to failover Azure Site Recovery enabled VMs with shared disks?
245-
No, recovery plans are not supported for shared disks in Azure Site Recovery.
246-
247-
#### Why is there no health status for VMs with shared disks in the monitoring plane, whether test failover is completed or not?
248-
The health status warning due to test failover will be available as part of General Availability.
249-
250221

251222
## Next steps
252223

articles/site-recovery/vmware-physical-azure-classic-deprecation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Deprecation of classic experience to protect VMware and physical machines
33
description: Details about upcoming deprecation of classic experience to protect VMware and physical machines to Azure and alternate options
44
ms.service: azure-site-recovery
55
ms.topic: overview
6-
ms.date: 03/14/2023
6+
ms.date: 03/26/2025
77
ms.author: ankitadutta
88

99
---
@@ -38,7 +38,7 @@ The [modernized experience](vmware-azure-architecture-modernized.md) is an alter
3838

3939
Follow these steps to move your existing replications to the modernized experience:
4040

41-
1. [Check the required infrastructure for your setup](move-from-classic-to-modernized-vmware-disaster-recovery.md#how-to-define-required-infrastructure) and the [FAQs](move-from-classic-to-modernized-vmware-disaster-recovery.md#faqs) for all related information.
41+
1. [Check the required infrastructure for your setup](move-from-classic-to-modernized-vmware-disaster-recovery.md#how-to-define-required-infrastructure) and the [FAQs](./classic-to-modernized-common-questions.md) for all related information.
4242
2. [Check the architecture and minimum version of all components](move-from-classic-to-modernized-vmware-disaster-recovery.md#architecture) required for this migration.
4343
3. Check all the [resources required](move-from-classic-to-modernized-vmware-disaster-recovery.md#required-infrastructure) and deploy the [Azure Site Recovery replication appliance](deploy-vmware-azure-replication-appliance-modernized.md).
4444
4. [Prepare the classic Recovery Services vault](move-from-classic-to-modernized-vmware-disaster-recovery.md#prepare-classic-recovery-services-vault) used by your existing replications.
@@ -47,6 +47,6 @@ Follow these steps to move your existing replications to the modernized experien
4747

4848
## Next steps
4949

50-
Plan ahead for the deprecation and move to the modernized experience to take advantage of its [benefits](move-from-classic-to-modernized-vmware-disaster-recovery.md#why-should-i-migrate-my-machines-to-the-modernized-architecture) and stay up-to-date.
50+
Plan ahead for the deprecation and move to the modernized experience to take advantage of its [benefits](./classic-to-modernized-common-questions.md#why-should-i-migrate-my-machines-to-the-modernized-architecture) and stay up-to-date.
5151

5252
In case you have any queries regarding this deprecation, reach out to Microsoft Support.

0 commit comments

Comments
 (0)