0
votes

Hello I have Virtual Machine Scale Set behind Load Balancer Basic and I would like to migrate to Load Balancer Standard tier. Is it possible with no downtime, or do I have to simply remove backend LB pool for basic and afterwards create backend pool for my VMSS within the LB Standard? Thank you in advance.

1

1 Answers

0
votes

Since you can't add multiple load balancers to VMSS, the only alternative you'd have for no downtime would be to place an alternative load balancer there for a while.

Build an HA PRoxy box out front, configure it to load balance your apps, switch over DNS to the new IP. When DNS has propagated delete old load balancer, build new one. switch back.

If you're using the frontend IP rather than DNS, then I can't think of a way to do this without downtime. But swapping frontend IP to a temp VM would be quicker than deleting / recreating an LB.