The second type of load balancer in Microsoft Azure is a public load balancer. The main difference is that a public load balancer is assigned a public IP address in the frontend and all requests are coming over the internet. The requests are then distributed to the endpoints in the backend.
Creating a public load balancer
Getting ready
Before you start, open the browser and go to the Azure portal via https://portal.azure.com.
How to do it...
In order to create a new public load balancer with the Azure portal, we must follow these steps:
- In the Azure portal, select Create...