An Azure native disaster recovery service. Previously known as Microsoft Azure Hyper-V Recovery Manager.
Based on your description the Azure Site Recovery (ASR) appliance and vCenter connectivity are both healthy and we can see successful communication to the prod.migration.privatelink endpoint. This confirms that the control-plane communication is working correctly. However, the fact that no VMs appear during replication setup typically points to a networking or configuration gap rather than a discovery feature limitation.
Is VMware discovery supported with Private Endpoint?
Yes, VMware VM discovery is supported when using Private Endpoints with Azure Site Recovery. However, this setup introduces strict networking and DNS dependencies that must be correctly configured. Microsoft confirms that private endpoints restrict vault access to specific VNets, and proper DNS + connectivity must be in place for the service to function correctly.
- This article provides instructions for you to perform the steps Enable replication for private endpoints in Azure Site Recovery - Azure Site Recovery | Microsoft L…
What is likely causing the issue?
- DNS resolution for Private Link is incomplete
When using private endpoints, ASR requires correct resolution of service FQDNs such as:
-
*.privatelink.siterecovery.windowsazure.com
If these entries are missing or not resolvable to private IPs, some operations (like VM discovery) may fail even though the appliance appears healthy.
Microsoft explicitly highlights that DNS configuration is required to map ASR service endpoints to private IPs when using Private Link.
- This article provides instructions for you to perform Replicate on-premises machines by using private endpoints Enable replication for on-premises machines with private endpoints - Azure Site Recovery | Microsof…
- Incomplete or inconsistent Private Endpoint configuration
ASR uses multiple underlying microservices behind the vault. If private endpoints are:
- Partially configured
- Missing required DNS integration
- Created out of sequence
then certain operations (like discovery) may not function properly.
Microsoft notes that private endpoints must be configured correctly and in sequence, otherwise the vault may not function as expected.
- Missing outbound connectivity to required services
Even when Private Endpoint is enabled, ASR still requires outbound communication to:
- Azure AD (authentication)
- Storage accounts (cache/logs)
- Site Recovery endpoints
Microsoft confirms that outbound connectivity to required URLs is still necessary, especially for authentication and replication workflows.
- This article describes the common issues related to network connectivity when you replicate Troubleshoot connectivity for Azure to Azure disaster recovery with Azure Site Recovery - Azure Sit…
- Standard VMware discovery conditions (secondary validation)
Additionally, Microsoft notes that VM discovery may fail if:
- vCenter permissions are insufficient
- Duplicate VM UUIDs exist
- Credentials are incorrect
This article describes some common issues and specific errors you might encounter when you replicate on-premises VMware VMs and physical servers to Azure using Site Recovery Troubleshoot replication issues for disaster recovery of VMware virtual machines and physical serve…
If you find the answer helpful, please click "upvote" and accept it. This will help others in the community with similar questions easily find the solution.