Reputation: 3447
We have a public load balancer attached to the VM scale set of our Service Fabric Cluster. I have created a new internal private load balancer to attach to the VM's for better security. But when I go into Add in the Backend Pool configuration of the new private load balancer, the option to add the VM scale set is not there. In fact the screen looks different than the Add screen in the public load balancer: (the public load balancer has a dropdown menu for "Associated to" where you choose Virtual Machine Scale Set, whereas the private load balancer doesn't have that menu - it just has a virtual network dropdown and single Virtual Machine dropdown, and neither have what I need in their lists). I've attached two screenshots for reference.
My questions:
Upvotes: 0
Views: 842
Reputation: 28284
For your questions:
You can refer to this quickstart to create a Basic load balancer by using the Azure portal and select type Internal.
Upvotes: 1
Reputation: 72191
what you could do - attach internal load balancer, migrate traffic to that and detach public load balancer after that.
Upvotes: 1