An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
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:
- Verify VM provisioning state
- In Azure portal, open Resource Explorer → Subscriptions → your subscription → ResourceGroups → your VM’s resource group → Resources → your VM.
- In the instance view, confirm
provisioningStateis 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.
- 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.ps1script referenced in the documentation. - Run it with Subscription ID, VM Resource Group, and VM name; ensure it completes without errors, then retry enabling replication.
- 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.comto confirm connectivity and certificate trust. - Retry the enable replication job.
- 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.confinC:\ProgramData\Microsoft Azure Site Recovery\Configwith:[proxy] Address=http://<proxy-ip> Port=<port> - Only unauthenticated proxies are supported.
- On Windows, verify Internet Explorer proxy settings or configure
- 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: