azure site recovery issue

jihad majed 400 Reputation points
2024-09-26T11:34:03.7766667+00:00

I have an issue related to hyper-v to Azure. I want to replicate the 1 VM, but he told me that:

User's image

Azure Site Recovery
Azure Site Recovery
An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
712 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. alta94 2,181 Reputation points
    2024-09-26T19:18:22.13+00:00

    Hi @jihad majed

    Typically occurs due to the following reasons:

    1. Disk Size Limitations:

    a) For Generation 1 VMs, the maximum size allowed for the OS disk is 2 TB1.

    b) For Generation 2 VMs, the maximum size allowed for the OS disk is 4 TB2.

    1. Disk Type:

    Ensure that the disk is a fixed-size VHD. Azure does not support dynamically expanding disks for OS disks1. - Most Common error.

    1. Disk Preparation:

    If your OS disk exceeds these limits, you may need to resize it. This can be done by shrinking the volume within the operating system and then using tools like Hyper-V Manager or PowerShell to resize the VHD file3.

    1. VM Generation:

    Verify that the VM generation is compatible with Azure. Generation 1 VMs are more commonly supported, but Generation 2 VMs are also supported with certain limitations2.

    Regards

    --- If the answer was helpful and resolved your query , Kindly accept the answer ----

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.