Skip to content

Commit cf75ee4

Browse files
authored
Merge pull request #298610 from ankitaduttaMSFT/2204
edits
2 parents 57181cd + e655d69 commit cf75ee4

File tree

3 files changed

+18
-14
lines changed

3 files changed

+18
-14
lines changed

articles/resource-mover/support-matrix-move-region-azure-vm.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Review support for moving Azure VMs between regions with Azure Reso
44
author: ankitaduttaMSFT
55
ms.service: azure-resource-mover
66
ms.topic: how-to
7-
ms.date: 12/27/2024
7+
ms.date: 04/22/2025
88
ms.author: ankitadutta
99
ms.custom: engagement-fy23, UpdateFrequency.5, linux-related-content
1010
---
@@ -17,6 +17,9 @@ This article summarizes support and prerequisites when you move virtual machines
1717

1818
Resource Mover supports Azure VMs running these Windows operating systems.
1919

20+
> [!NOTE]
21+
> Windows Trusted Launch VMs are supported by Resource Mover.
22+
2023
**Operating system** | **Details**
2124
--- | ---
2225
Windows Server 2019 | Supported for Server Core, Server with Desktop Experience.
@@ -27,16 +30,19 @@ Windows Server 2008 R2 with SP1/SP2 | Supported.<br/><br/> For machines running
2730
Windows 10 (x64) | Supported.
2831
Windows 8.1 (x64) | Supported.
2932
Windows 8 (x64) | Supported.
30-
Windows 7 (x64) with SP1 onwards | Install a Windows [servicing stack update (SSU)](https://support.microsoft.com/help/4490628) and [SHA-2 update](https://support.microsoft.com/help/4474419) on machines running Windows 7 with SP1. SHA-1 isn't supported from September 2019, and if SHA-2 code signing isn't enabled the 'prepare' step will not succeed. Learn more about [SHA-2 upgrade and requirements](https://aka.ms/SHA-2KB).
33+
Windows 7 (x64) with SP1 onwards | Install a Windows [servicing stack update (SSU)](https://support.microsoft.com/help/4490628) and [SHA-2 update](https://support.microsoft.com/help/4474419) on machines running Windows 7 with SP1. SHA-1 isn't supported from September 2019, and if SHA-2 code signing isn't enabled the 'prepare' step won't succeed. Learn more about [SHA-2 upgrade and requirements](https://aka.ms/SHA-2KB).
3134

3235

3336
## Linux VM support
3437

35-
Resource Move supports Azure VMs running these Linux operating systems.
38+
Resource Mover supports Azure VMs running these Linux operating systems.
39+
40+
> [!NOTE]
41+
> Linux Trusted Launch VMs aren't supported by Resource Mover.
3642
3743
**Operating system** | **Details**
3844
--- | ---
39-
Red Hat Enterprise Linux | 6.7, 6.8, 6.9, 6.10, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6,[7.7](https://support.microsoft.com/help/4528026/update-rollup-41-for-azure-site-recovery), [8.0](https://support.microsoft.com/help/4531426/update-rollup-42-for-azure-site-recovery), 8.1
45+
Red Hat Enterprise Linux | 6.7, 6.8, 6.9, 6.10, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.6,[7.7](https://support.microsoft.com/help/4528026/update-rollup-41-for-azure-site-recovery), [8.0](https://support.microsoft.com/help/4531426/update-rollup-42-for-azure-site-recovery), 8.1, 9.4
4046
Ubuntu 14.04 LTS Server | [Supported kernel versions](#supported-ubuntu-kernel-versions)
4147
Ubuntu 16.04 LTS Server | [Supported kernel version](#supported-ubuntu-kernel-versions)<br/><br/> Ubuntu servers using password-based authentication and sign-in, and the cloud-init package to configure cloud VMs, might have password-based sign-in disabled on failover (depending on the cloud-init configuration). Password-based sign-in can be reenabled on the virtual machine by resetting the password from the Support > Troubleshooting > Settings menu (of the failed over VM in the Azure portal.
4248
Ubuntu 18.04 LTS Server | [Supported kernel version](#supported-ubuntu-kernel-versions).
@@ -106,7 +112,7 @@ Extensions | Not supported | Extensions aren't copied over to the VM in target
106112
This table summarized support for the Azure VM OS disk, data disk, and temporary disk. It's important to observe the VM disk limits and targets for [managed disks](/azure/virtual-machines/disks-scalability-targets) to avoid any performance issues.
107113

108114
> [!NOTE]
109-
> The target VM size should be equal to or larger than the source VM. The parameters used for validation are: Data Disks Count, NICs count, Available CPUs, Memory in GB. If it sn't a error is issued.
115+
> The target VM size should be equal to or larger than the source VM. The parameters used for validation are: Data Disks Count, NICs count, Available CPUs, Memory in GB. If it isn't, an error is issued.
110116
111117

112118
**Component** | **Support** | **Details**
@@ -152,7 +158,7 @@ Network security group | Supported | Specify an existing resource in the target
152158
Reserved (static) IP address | Supported | You can't currently configure this. The value defaults to the source value. <br/><br/> If the NIC on the source VM has a static IP address, and the target subnet has the same IP address available, it's assigned to the target VM.<br/><br/> If the target subnet doesn't have the same IP address available, the initiate move for the VM will fail.
153159
Dynamic IP address | Supported | You can't currently configure this. The value defaults to the source value.<br/><br/> If the NIC on the source has dynamic IP addressing, the NIC on the target VM is also dynamic by default.
154160
IP configurations | Supported | You can't currently configure this. The value defaults to the source value.
155-
VNET Peering | Not Retained | The VNET which is moved to the target region will not retain its VNET peering configuration present in the source region. To retain the peering, it needs to do be done again manually in the target region.
161+
VNET Peering | Not Retained | The VNET which is moved to the target region won't retain its VNET peering configuration present in the source region. To retain the peering, it needs to do be done again manually in the target region.
156162

157163
## Outbound access requirements
158164

articles/site-recovery/shared-disks-common-questions.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article answers common questions about Azure to Azure Shared d
44
ms.author: ankitadutta
55
author: ankitaduttaMSFT
66
ms.topic: faq
7-
ms.date: 04/02/2025
7+
ms.date: 04/22/2025
88
ms.service: azure-site-recovery
99

1010
---
@@ -18,7 +18,7 @@ This article answers common questions about using shared disks (Azure to Azure)
1818
No, Azure Site Recovery does not support Linux VMs with shared disks. Only VMs with WSFC-based shared disks are supported.
1919

2020
#### Is PowerShell supported for Azure Site Recovery with shared disks?
21-
No, PowerShell support for shared disks is currently unavailable.
21+
Yes, it is supported.
2222

2323
#### Can we enable replication for only some of the VMs attached to a shared disk?
2424
No, enable replication can only be enabled successfully when all the VMs attached to a shared disk are selected.
@@ -32,14 +32,12 @@ Yes, you can restart the job without reselecting clusters, just like other A2A s
3232
#### Can new shared disks be added to a protected cluster?
3333
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.
3434

35-
#### Can we select both crash-consistent and app-consistent recovery points?
36-
Yes, both types of recovery points are generated. App-consistent recovery points and Latest recovery point will be available as part of General Availability.
35+
#### Are both crash-consistent and app-consistent recovery points supported?
36+
No, Azure Site Recovery for Shared Disks supports only Crash consistent recovery points.
3737

3838
#### Can we use recovery plans to failover Azure Site Recovery enabled VMs with shared disks?
3939
No, recovery plans are not supported for shared disks in Azure Site Recovery.
4040

41-
#### Why is there no health status for VMs with shared disks in the monitoring plane, whether test failover is completed or not?
42-
The health status warning due to test failover will be available as part of General Availability.
4341

4442
## Next steps
4543

articles/site-recovery/site-recovery-cost.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Understanding Azure Site Recovery for Managed Disks Charges
33
description: This article summarizes the costs disaster recovery and migration deployment scenarios.
44
ms.topic: overview
55
ms.service: azure-site-recovery
6-
ms.date: 01/21/2025
6+
ms.date: 04/22/2025
77
ms.author: ankitadutta
88
author: ankitaduttaMSFT
99
---
@@ -46,7 +46,7 @@ Network egress costs, also known as outbound data transfer charges, occur when r
4646
This cost includes:
4747

4848
- **Source**:
49-
- For Pv1 disks, incremental snapshots are charged.
49+
- For Standard and Pv1 disks, incremental snapshots are charged.
5050
- For Pv2 disks, one full snapshot followed by incremental snapshots is charged.
5151
- **Target**:
5252
- Snapshot costs are associated with the recovery points created by Azure Site Recovery. These snapshots capture the replica storage at a point in time and are charged based on the consumed capacity. Pricing details align with Page Blob Snapshots. [Learn more](https://azure.microsoft.com/pricing/details/storage/page-blobs/#:~:text=Note%3A%20Snapshots%20are%20charged,at%20%240.12%20%2FGB%20per%20month.?msockid=3816c7206e2268e7035dd3316f7069f4).

0 commit comments

Comments
 (0)