How to update the VMSS to use the existing LB in Azure e.g. I have LB1 with 2 IIS webserver in Availability Set Now i need to configure the auto scaling created VMSS with existing IIS server Image but how to apply scaling with my existing LB1 as VMSS is creating the different LB.
Asked
Active
Viewed 265 times
2 Answers
1
You can associate an existing LB with a scaleset however it cannot be done via the portal. Rather you need to use CLI or PowerShell

micahmckittrick
- 1,476
- 8
- 11
1
You can check out the below script which I created for attaching a VMSS to an existing Internal Standard Load balancer.
Link: https://gallery.technet.microsoft.com/VMSS-with-Standard-ILB-4f231dfa

msrini-MSIT
- 1,444
- 1
- 7
- 11