Share via

Azure Site Recovery replication failed due to internal error - error code : 150060

Kamil Bahrudin 0 Reputation points
2026-04-28T06:34:37.19+00:00

Azure Site Recovery replication failed due to internal error - error code : 150060

Source VM : Windows 11 Enterprise N

VM Agent version : 2.7.41491.1216 v25H2

Azure Site Recovery
Azure Site Recovery

An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.


1 answer

Sort by: Most helpful
  1. AI answer

    2026-04-28T06:34:49.6333333+00:00

    Error code 150060 is not described in the provided troubleshooting content. However, several common causes of Azure Site Recovery replication failures for Azure VMs can be checked on the Windows 11 source VM:

    1. Verify VM provisioning state
      • In Azure portal, open Resource ExplorerSubscriptions → your subscription → ResourceGroups → your VM’s resource group → Resources → your VM.
      • In the instance view, confirm provisioningState is Succeeded.
      • If it is Failed, open a support case with Microsoft. If it is Updating, wait for any ongoing extension/operation to complete, then retry enabling replication.
    2. Check for stale Site Recovery configuration If this VM was previously protected and replication was disabled or the vault/resource group was deleted, stale links can block replication.
      • Remove any resource locks from the VM or its resource group.
      • Download and run the Cleanup-Stale-ASR-Config-Azure-VM.ps1 script referenced in the documentation.
      • Run it with Subscription ID, VM Resource Group, and VM name; ensure it completes without errors, then retry enabling replication.
    3. Ensure required trusted root certificates exist (Windows 11 VM)
      • Install the latest Windows Updates on the VM so all required trusted root certificates and CRLs are present.
      • From inside the VM, browse to https://login.microsoftonline.com to confirm connectivity and certificate trust.
      • Retry the enable replication job.
    4. Validate outbound connectivity and NSG/proxy configuration
      • If NSGs or firewalls control outbound traffic, use Azure service tags for Site Recovery as documented; IP allowlists are no longer supported.
      • If traffic goes through a proxy, ensure the Mobility service can detect or use the proxy:
        • On Windows, verify Internet Explorer proxy settings or configure ProxyInfo.conf in C:\ProgramData\Microsoft Azure Site Recovery\Config with:
                 [proxy]
                 Address=http://<proxy-ip>
                 Port=<port>
          
        • Only unauthenticated proxies are supported.
    5. Check subscription quota in target region
      • Confirm the subscription has quota to create VMs of the required size in the target region.
      • If quota is insufficient, request a quota increase for the needed VM sizes or choose a different target region with sufficient capacity, then retry replication.

    If replication continues to fail after these checks, collect the detailed job error information from the Recovery Services vault and open a support ticket, referencing the job ID and error code 150060.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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