Forum Discussion
why azure vmss with LB require public ip address
- 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
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