I am trying to configure my load balancer in Microsoft Azure, but got stuck as "CREATE A LOAD-BALANCED SET" option is disabled (grayed out).
I did the following steps:
- I had created an ubuntu image.
- I started 2 VMs using the ubuntu image under the same cloud service (xysite.cloudapp.net)
- In the management portal, I clicked on VM1->Endpoint->"Add standalone endpoint".
- According to Azure load balancer example, I should have "CREATE A LOAD-BALANCED SET" option enabled to create the set. For me, this option is disabled. :-(
Can someone please help me on configuring the Azure load balancer?
Thanks!