1
votes

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

1

1 Answers

2
votes

OK, just found that for web/worker roles we don't need any PS scripting. Just need to update the service configuration & definition files as mention on this blog post, under the: Cloud Services: New Networking Capabilities in the Service Model section.