@faraz ahmad the cleanup process didn’t fully remove all resources associated with the test VM, leading to lingering configurations. Documentation highlights that incomplete cleanup can cause IP address conflicts, as noted in troubleshooting guides
See https://learn.microsoft.com/en-us/azure/site-recovery/site-recovery-failover-to-azure-troubleshoot
The most likely because of your issue is a DNS resolution problem, where DNS records were updated during test failover (either manually or through automation) and not reverted after cleanup, leading to cached incorrect entries on the primary VM. Restarting the VM cleared its DNS cache, restoring normal operation. To prevent recurrence, ensure DNS changes are reverted post-cleanup, verify no lingering resources in Azure, and monitor application behavior during future tests. If issues persist, contact Microsoft Support with detailed logs and configurations for further investigation.
😊 If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!