We are moving from AWS to Azure.
I've deployed four classic VMs using the portal GUI, they reside in a VNet called "vnetdata" in a subnet called "Subnet-01". By deploying them through the GUI, every VM has its own cloud service. I need to internally load balance them over port 5111. The documentation provided shows how to do it for one cloud service having all VMs. How can I merge the VMs into one cloud service? And if I do create the load balancer using CLI, what (or where) is the DNS name or the endpoint for the load balanced service?