Forum Discussion
Deleted
Jun 28, 2019why azure vmss with LB require public ip address
I am trying to create vmss with load balancer but I don't need public ip as I want to keep both private, however when I create VMSS keep creating load balancer with public ip which is reachable from ...
- Jun 29, 2019
Hello, raindrop.
Please go with this. Hope this will Helpful for you.
https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-ip-addresses-overview-arm
Bryan Haslip
Jun 29, 2019Iron Contributor
There is a difference between an internal LB and an external LB. You can create both from the marketplace inside the Azure portal. The main difference is the public LB allows you to assign a public address to the front end and route to a pool of private IP's or services. The internal LB has an internal address on the front end and has the same capability to route to IP's or services on the back end. I would suggest reviewing the following link to see if you run into any other limitations.
https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-standard-overview
Deleted