Just replicated two VM's into Azure from my on premises test servers.
They are in Azure fine but when I do a test failover they end up in a state Waiting for Action. That I discover is waiting for me to take some action on the server.
I try to RDP to the servers(I do have RDP endpoints defined) but always get an error about not being able to connect.
The onpremises servers have RDP enabled (which is how I access them) but to make sure I also put in exceptions in Firewall for RDP for all networks and waiting for the settings to replicate.
Based on another thread I tried to telnet to the server
telnet servername-test.cloudapp.net 49839
but get no response.
I also created a VM in Azure directly and I can access that one fine using RDP. Based on another suggestion I tried to RDP to my replicated servers using this test VM (assuming that went through the internal Azure cloud network, not the Internet) but still no joy.
I have also tried to resize the server, shut it down and bring it up but that also didn't change anything.
Basically I am now at an impasse so any hints on further actions I can take would be really helpful.
Thanks