Azure Networking - #14 - Azure Load Balancer

  Рет қаралды 16,517

Azure Academy

Azure Academy

Күн бұрын

#TheAzureAcademy #AzureNetworking #AzureLoadBalancer
Learn how the Azure Load Balancer can help you today at The Azure Academy
Azure Load Balancer distributes inbound flows that arrive at the load balancer's front end to backend pool instances. These flows are according to configured load balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a virtual machine scale set.
Azure ILB Docs - 1:15
Build Azure ILB - 2:45
Check out Azure ILB - 4:45
Azure ILB Solution - 7:50
Test Azure ILB - 13:20
Upgrade to Standard ILB - 14:28
Test HA Ports - 16:55
📲 Follow Azure Academy
►Twitter: / msazureacademy
►LinkedIn: / dean-cefola-2902934b
►Facebook: / azure-academy-87979521...
💰 Support Azure Academy
►Patreon: / azureacademy
📡 Contact Azure Academy
►Email: Dean.Cefola@Microsoft.com
►MAIN Channel: / azureacademy
🤣Playlists
►Azure Governance: aka.ms/AzureAcademy-Governance
►Azure Fundamentals: aka.ms/AzureAcademy-Fundamentals
►Azure Blueprints: aka.ms/AzureAcademy-Blueprints
►Azure AD Series: aka.ms/AzureAcademy-AzureAD
►Azure ARM Templates: aka.ms/AzureAcademy-ARMTemplates
►Azure Automation: aka.ms/AzureAcademy-Automation
►Azure Networking: aka.ms/AzureAcademy-Networking
►Azure Migrations: aka.ms/AzureAcademy-Migrations
►Azure Backup: aka.ms/AzureAcademy-Backups
►Azure New Features: aka.ms/AzureAcademy-NewFeatures
►Windows Virtual Desktop: aka.ms/AzureAcademy-WVD
►Cloud Adoption Framework:aka.ms/AzureAcademy-CAF

Пікірлер: 36
@ExpertInvisible
@ExpertInvisible 4 жыл бұрын
Great work. HA Port is really a good feature... 👍
@AzureAcademy
@AzureAcademy 4 жыл бұрын
Glad you like it, I think so too!
@mozbius
@mozbius 2 жыл бұрын
Wow! Thank god for your channel!!! How is it that you make things so simple to understand!?!? It blows my mind!!! I sure ain't going to complain!!!! I am right away SUBSCRIBING and RINGING that bell out!!!
@AzureAcademy
@AzureAcademy 2 жыл бұрын
That’s awesome, thanks for letting me know! Is your focus only on networking or are there other topics you are interested in…and any requests for new video topics?
@vijayt7857
@vijayt7857 4 жыл бұрын
Wow HA Port is very good feature and your explanation is spot on...👌👌 Thank you Dean👍...
@AzureAcademy
@AzureAcademy 4 жыл бұрын
Thanks Vijay!
@sunils5834
@sunils5834 4 жыл бұрын
Thanks for the knowledge sharing! really helpful.
@AzureAcademy
@AzureAcademy 4 жыл бұрын
Glad it was helpful! Let me know what was most helpful...and please share The Azure Academy with others!
@prerna4497
@prerna4497 3 жыл бұрын
Great video
@AzureAcademy
@AzureAcademy 3 жыл бұрын
👍👍
@agassijoel3343
@agassijoel3343 4 жыл бұрын
Dean this is lovely. You are awesome. You have to make a udemy course this is must. Thanks for the tutorial again.
@AzureAcademy
@AzureAcademy 4 жыл бұрын
Thanks agassi joel for your kind words. I have been told this a few times...and I am sure I could make a bunch of $$$ on Udemy or Pluralsight. However I do this because I want to help the community without everyone needing to pay. Most people use Azure because their company does, but not every company pays for YOU to learn. I wanted to create high quality content so everyone who wants to can learn about Azure can, for free! I have my patreon page linked in every video if anyone wants to support my efforts as a way to say thank you www.patreon.com/AzureAcademy
@ExpertInvisible
@ExpertInvisible 4 жыл бұрын
@@AzureAcademy God bless you Dean... You are great and been much helpful....💯
@AzureAcademy
@AzureAcademy 4 жыл бұрын
Thank you, HE already has! 😊 Stay safe out there.
@rivardyortela
@rivardyortela Жыл бұрын
Hi Dean, if the users connect to the environment using a client VPN, they can remote desktop to one VM in the host pool. However, if the user loses connection, how can you guarantee that the same user session on the VM is maintained when the user reconnects?
@AzureAcademy
@AzureAcademy Жыл бұрын
The purpose of a load balancer it to change up which device on the backend received the connection. So if I connect right now I RDP to VM 1, then I disconnect...and hour later I RDP and I want to land on VM1...so how can I guarantee that when the connection through the load balancer wants to send you to VM2? The answer is don't RDP through the load balancer. Even something like direct server return would work for this, but only in the short term. Once your session connection has expired, your next RDP will be treated as a new session Normally RDP is a function reserved for administration or troubleshooting. I would use Bastion to connect directly to VM1 when I need to RDP not do it through the LB. Bastion also adds extra security and encryption to the connection that you won't get with Port 3389 over the LB. Watch my Bastion video for all the info. kzbin.info/www/bejne/npfCqp-Xa5iZgpI
@sahelihalder4636
@sahelihalder4636 4 жыл бұрын
Awesome Dean. Can we have similar videos for Application Gateway and Traffic Manager?
@AzureAcademy
@AzureAcademy 4 жыл бұрын
They are in the works...stay tuned!
@sahelihalder4636
@sahelihalder4636 4 жыл бұрын
@@AzureAcademy Great!! Waiting for your mind-blowing easy explanation
@AzureAcademy
@AzureAcademy 4 жыл бұрын
😁😎👍
@James-sc1lz
@James-sc1lz 3 жыл бұрын
Can you cover adfs, load balancers etc in Azure. Thanks
@AzureAcademy
@AzureAcademy 3 жыл бұрын
Already covered ADFS James - kzbin.info/www/bejne/gmnNool5jM9jf8U
@bineeshphilip278
@bineeshphilip278 4 жыл бұрын
What is the use case for public load balancer? Is the traffic directly hitting lb, no firewall between internet and LB?
@AzureAcademy
@AzureAcademy 4 жыл бұрын
When used with a public ip, yes the traffic is going from Internet to the LB, then according to the rules it is allowed or denied etc The case for public LB is if you need non-http/https traffic and a regional resource.if you need a global non-http/https resource use traffic manager If you are using http/https traffic and you need a regionally located Resource...use application gateway...if you need a global resource use front door
@bineeshphilip278
@bineeshphilip278 4 жыл бұрын
Thanks for the update. Ideally on-prem environment, three will be a firewall between internet and LB. So firewall is not needed in Azure deployment if we are deploying public LB? So Lb will act as a firewall as well?
@AzureAcademy
@AzureAcademy 4 жыл бұрын
load balancer is not a firewall. however based on the NAT rules or LB Rules the load balancer will balancer traffic for the backend resources. for example: SQL - The load balanced port is 1433. So when you hit the load balancer IP with 1433 the connection is allowed and routed to the back end. but on port 80 the connection would be dropped.
@bineeshphilip278
@bineeshphilip278 4 жыл бұрын
Thank you so much for the quick update. Btw how dow we enable the firewall features like Ddos protection,etc if allowing internet traffic to LB without firewall.
@AzureAcademy
@AzureAcademy 4 жыл бұрын
everything in Azure has DDoS protection across all networks by default. Additionally you can setup DDoS Standard on any virtual network...this is a paid service
@shatabdisingh4320
@shatabdisingh4320 2 жыл бұрын
Hello, thanks for the video but I have a question. I created a load balancer for service in AKS, and the load balancer got approved to be accessible from AKS Network Subnet Group. The load balancer has an external IP address corresponding to an internal service. But I'm not able to access the IP address provided by the load balancer.
@AzureAcademy
@AzureAcademy 2 жыл бұрын
Do you mean you can’t access the public IP or the internal private IP of the load balancer? Do your load balancer rules all use the same that AKS is listening on?
@shatabdisingh4320
@shatabdisingh4320 2 жыл бұрын
@@AzureAcademy I can't access the public IP address. Yes load balancer has same rules that of AKS listeners.
@shatabdisingh4320
@shatabdisingh4320 2 жыл бұрын
I have one more question. If someone deployed something in AKS, and I want to know what was the exact yaml file they used to deploy any pods or service. How can I do that?I want to know the exact deployment file.
@AzureAcademy
@AzureAcademy 2 жыл бұрын
Verify that the network security group / firewall is also allowing the same port open for that traffic
@AzureAcademy
@AzureAcademy 2 жыл бұрын
I am still learning AKS…but I believe that all deployments go through the Azure control plane…so you can check the Azure deployments for that resource group…if that does not speed the exact ymal files used…it will show all the logs
@celestesphere1390
@celestesphere1390 2 жыл бұрын
Horrible animations on slide changes... just keep it simple
@AzureAcademy
@AzureAcademy 2 жыл бұрын
LOL…thanks for the feedback ☺️
Proximity Placement Groups - Azure Fundamentals - #31
18:46
Azure Academy
Рет қаралды 5 М.
Azure Load Balancer Deep Dive
49:28
John Savill's Technical Training
Рет қаралды 63 М.
I CAN’T BELIEVE I LOST 😱
00:46
Topper Guild
Рет қаралды 104 МЛН
孩子多的烦恼?#火影忍者 #家庭 #佐助
00:31
火影忍者一家
Рет қаралды 49 МЛН
Heartwarming: Stranger Saves Puppy from Hot Car #shorts
00:22
Fabiosa Best Lifehacks
Рет қаралды 21 МЛН
Looks realistic #tiktok
00:22
Анастасия Тарасова
Рет қаралды 90 МЛН
Azure Storage - #5 - Azure Disk Encryption
26:49
Azure Academy
Рет қаралды 15 М.
Azure Fundamentals - #25 - AzureDNS
17:17
Azure Academy
Рет қаралды 35 М.
Getting Started with Azure Internal Load Balancers
15:34
Travis Roberts
Рет қаралды 9 М.
Azure Virtual Network Overview
52:33
John Savill's Technical Training
Рет қаралды 64 М.
Azure Fundamentals EVERY Admin NEEDS To Know...
22:54
Azure Academy
Рет қаралды 37 М.
Protect Azure Bastion | Azure Fundamentals - #23
13:53
Azure Academy
Рет қаралды 9 М.
Azure Traffic Manager Tutorial | DNS load balancer intro
20:57
Adam Marczak - Azure for Everyone
Рет қаралды 48 М.
Getting Started with Public Load Balancers in Azure
16:57
Travis Roberts
Рет қаралды 6 М.
Azure Load Balancer: How It Works and How To Use It | K21Academy
22:48
iPhone 16 с инновационным аккумулятором
0:45
ÉЖИ АКСЁНОВ
Рет қаралды 7 МЛН
Самый дорогой кабель Apple
0:37
Romancev768
Рет қаралды 323 М.
Klavye İle Trafik Işığını Yönetmek #shorts
0:18
Osman Kabadayı
Рет қаралды 618 М.
Easy Art with AR Drawing App - Step by step for Beginners
0:27
Melli Art School
Рет қаралды 8 МЛН