Azure load balancer in 20 minutes

Опубликовано: 13 Март 2026
на канале: AiceBreakers
2,809
82

In this tutorial you will learn how to deploy public load balancer using azure portal. We will configure frontend-ip,health probe,balancing rules and add backend pool in the loadbalancer.

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬

0:00 Intro
0:47 Overview of load balancer
4:21 points to remember on load balancer
5:17 virtual machine creation and windows IIS
6:55 disable public ip in the virtual machine
7:53 public load balancer creation
9:11 fronend ip configuration
9:32 backend pool
12:05 health probe
13:05 load balancer rule
14:46 testing load balancer
16:07 Recap of the setup

Type of Loadbalancer

A public load balancer can provide outbound connections for virtual machines (VMs) inside your virtual network.Public Load Balancers are used to load balance internet traffic to your VMs.These connections are accomplished by translating their private IP addresses to public IP addresses.

An internal (or private) load balancer is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.

Points to remember on Loadbalancer
********************************************

1. Load balancer doesn't store customer data.

2. Basic load balancer is open to the internet by default.

3.Azure Load Balancer uses a hashing algorithm for distribution of inbound flows (not bytes)

How to create windows virtual machine in azure portal
   • Azure Virtual Machine Tutorial | Creating ...  


FaceBook page for Azure Jobs , Discussion and Swags give-away
  / azure-beginner-community-105043518449984  


#az104 #azuretutorial #az500 #azureloadbalancer #howto