Hi.
Is creating an internet facing load balancer the best way to route external traffic to an Azure VM, or is there a simpler option? I don't need to load balance the traffic, all I need to do is direct traffic from a static external IP to one server, but endpoints cannot be setup on VMs when using the RM deployment model. Can I simply assign a static external IP to the VM's nic and filter the traffic with a network security group?
Thanks.