Unable to access Azure VM
Hello.
I’ve a Windows Server 2019 VM on an Hyper-V Host and I have a daily image backup of this VM on an Azure Storage Account (software used MSP360).
I’ve performed a restore on Azure of this VM with no problem I can also reach the shared folder on the VM using the Public IP assigned on Azure).
When I try to connect using RDP I’ve the error “The number of connections to this computer is limited and all connections are in use right now”.
The Azure Agent is installed (i’ve installed it on the VM present on the Hyper-V host) and I can run commands on the restored Azure VM.
The following items were already configured correctly on the VM OnPrem:
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Connections
Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Session Time Limits
Before I ran the last backup from which I then restored I made sure that all remote sessions were disconnected.
On the Azure VM I have:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp\ MaxInstanceCount is set to a value of 0xffffffff (the maximum value possible)
qwinsta show
>services 0 Disc console 1 Conn 31c5ce94259d4... 65536 Listen rdp-tcp 65537 Listen
I’ve tried also to reset NIC and to Redeploy the VM.
Some ideas?
Thank you.