0
votes

How can I deploy a VMSS on Azure behind a LB where each instance in the VMSS has it own separate public ip?

I'm currently using the following quickstart template: https://github.com/Azure/azure-quickstart-templates/tree/master/201-vmss-ubuntu-autoscale

Thanks in advance

1

1 Answers

0
votes

In order to do that, I would associate two networkinterfaces to each VM. One would be associated to one of the public IP address, the other would be associated to the backend address pool of the load balancer.

Hope this helps

Best regards

Stéphane