1

Is there any possibility to link a scaleset to an internal Azure Load Balancer? I want to have a private scaleset that's not opened to the public for increasing security.

Thank you!

Jason Ye
  • 13,710
  • 2
  • 16
  • 25
George Lica
  • 1,798
  • 1
  • 12
  • 23

1 Answers1

2

Is there any possibility to link a scaleset to an internal Azure Load Balancer?

Yes, we can use PowerShell to deploy VMSS with the internal load balancer.

About use PowerShell to create VMSS, please refer to this link.

About use PowerShell to create internal load balancer, please refer to this link.

Here a similar case, please refer to it.

Jason Ye
  • 13,710
  • 2
  • 16
  • 25