I created a virtual machine (not classic, using the Resource Manager) on the new Azure portal, but I need to connect because of the firewall.
I found a bunch of articles explaining how to solve them by editing the endpoint settings for RDP, but there is nothing like that on the new portal!
Incoming and outgoing rules are the firewall rules that I understand, and do not give anything.
I connected to it from home and tried changing the RDP listening port to something not blocked by a firewall with the following shell script power:
Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" -Name "PortNumber" -Value 443
By rebooting the virtual machine, the I / O rule -ddd on the portal has changed, but it is still not possible to connect.
source
share