An Azure internal load balancer (ILB) offers a network load balancing between the virtual machines that reside inside a Cloud Service or a virtual network with a regional scope.
Prerequisites
Now, let's get started with the following steps:
Sign in to the online Microsoft Azure Portal.
Click New > Networking > Load balancer.
![New]()
In the Create load balancer blade, type a Name for your load balancer account.
![balancer]()
Under Scheme, select Internal.
![Internal]()
Click Virtual network and then select the virtual network where we want to create the load balancer.
![virtual network]()
Click Subnet and then select the subnet where we want to create the load balancer.
![create]()
Under Resource group, either specify the name of a new resource group for the load balancer or click select existing and select an existing resource group and click Create.
![create]()
After some time, we will get Load Balancing Service in Azure Dashboard.
![Dashboard]()