A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
Hi @Fatimaezzahra A. MobiArchitects
Error 60001 in Azure Migrate indicates that the appliance-based discovery handshake did not complete successfully. While Microsoft Support is correct that assessment is not required when the source workloads are already Azure virtual machines, replication cannot bypass discovery, and this is where the confusion commonly arises in Azure-to-Azure cross-tenant scenarios.
It is important to clarify a key architectural point:
Azure Migrate appliances are designed primarily for on-premises VMware and Hyper-V discovery and migration. They are not the recommended or supported mechanism for Azure-to-Azure cross-tenant VM migrations. In cross-tenant Azure scenarios, persistent discovery failures (including error 60001) are frequently expected behavior, not misconfiguration.
Although Azure Migrate can register Azure VMs for assessment, the replication workflow still depends on appliance-based infrastructure discovery, which assumes on-premises connectivity models (guest-based WinRM/SSH access, credential validation, and local runspace creation). These assumptions often do not hold true for Azure-to-Azure and especially cross-tenant environments, even when basic VM connectivity is confirmed.
As a result:
Skipping assessment does not remove the replication discovery requirement.
Repairing or redeploying the appliance does not address the underlying design limitation.
Error 60001 in this context does not reliably indicate a networking or credential issue.
Supported and Recommended Approach
For Azure-to-Azure cross-tenant virtual machine migration, Microsoft’s supported solution is:
Azure Site Recovery (ASR)–based replication, configured directly between the source and target tenants.
With Azure Site Recovery:
No Azure Migrate appliance discovery is required.
Replication operates at the Azure platform level.
Cross-tenant scenarios are supported through appropriate role assignments in the target tenant.
Appliance discovery errors such as 60001 are avoided entirely.
Summary
- Error 60001 occurs because Azure Migrate appliance discovery is not designed for Azure-to-Azure cross-tenant replication.
- Assessment can be skipped, but replication discovery cannot.
- This behavior is expected and not a configuration defect.
- Azure Site Recovery is the supported and recommended solution for cross-tenant Azure VM migrations.
Reference