ASR replication from on prem to Azure

prasantc 976 Reputation points
2025-01-31T04:37:40.6833333+00:00

I am implementing and disaster recovery or mission critical workload VMs in on premise to Azure. Along with the application VM on premise has a VDI infrastructure. I am planning keep few running instances of AVD VMs with published app and VM on the cloud and peer to ASR vnet. In case, application ASR failover I need to point those users access from AVD allowing application serving traffic from ASR failed VM through AVD. Virtual app and desktop are the only way to access the failed application workload. AVD would not know the IP of ASR workload until it fails over and brings the compute up. Would it be possible to create traffic manager profile with private IP endpoints and point on prem Citrix and AVD to traffic manager thus seamlessly redirect traffic to Azure and allow end user connection to the cloudUser's image

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

1 answer

Sort by: Most helpful
  1. Ashok Gandhi Kotnana 3,540 Reputation points Microsoft Vendor
    2025-01-31T06:41:21.6733333+00:00

    Hi @prasantc,

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    Azure Traffic Manager operates on a DNS-based mechanism. For any on-premises VM to be recognized, it must have a public IP and a DNS name to ensure proper resolution.

    Similarly, in Azure, the VM setup should include a public IP and a DNS name so that both the on-premises and Azure public IPs can be configured in Traffic Manager using priority routing.

    Alternatively, if you want to avoid assigning public IPs to individual VMs, you can:

    • Disable the public IP on the VM and use only a private IP.
    • Add your vm's in the Load Balancer with a public IP in front of the VMs.

    Noe: But the endpoint should have a public DNS not private DNS then only it will work

    Refer: https://learn.microsoft.com/en-us/azure/traffic-manager/traffic-manager-faqs#what-types-of-traffic-can-be-routed-using-traffic-manager

    Feel free to reach out if you have any further questions or need additional information—I’m happy to assist!

    Please provide your valuable comments User's image

    Please do not forget to "Accept the answer” and “upvote it” wherever the information provided helps you, this can be beneficial to other community members.it would be greatly appreciated and helpful to others.


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.