Hey Folks!
I have created a virtual network with a point-to-site VPN gateway with some cloud service instances deployed and I can successfully RDP over the VPN and the internet (both) to the role instances and VMs. So far so good.
What I would like to achieve is however to disable public RDP endpoint so RDP sessions can only be established via the VPN tunnel using the RFC1918 addresses of my VNET, however I am unable to remove the public RDP endpoint.
How can this be achieved?
My aim is to essentially use my VNET private address range for management access (i.e. RDP, Powershell, etc) and use the internet for the web application services hosted on the cloud service instances.
Any guidance would be much appreciated.
Thanks