I'm trying to figure out how to configure azure ILB (internal load balancer) for web/worker roles within a cloud service. I found documentation for PS scripting with Add-AzureEndpoint which relate to VMs, and I didn't found how to configure it to worker role. The main issue is - how to configure it to all role instances. shall I do it for each instance separately? so when ever I will change the number of instances I will have to reconfigure it?
Thanks, Tal