This video provides an explanation of how to configure an Azure load balancer by using PowerShell.
- [Instructor] In the last video, we created … PS-LoadBalancer using PowerShell. … Now, we will see how we can configure … the load balancer with PowerShell. … We can see that I have opened the Azure Cloud Shell … in a different tab, and I will open the editor … and add some of the commandlets … that I will use in this video. … This first commandlet, … adds the reference … of the load balancer into the variable: $LoadBalancer. … So, now I can reference it within other commandlets. … And, I will do the same with $Backend, … by adding the reference to the backend address pull config. … Great, now that I have those variables set up, … I can perform configurations, like for example, … create an inbound NAT rule config. … If we go into the portal, … we can see, … that there are no NAT rules created in this load balancer. … So, I will execute … this commandlet … to create a new one. … We can see that … I'm executing Add-AzLoadBalancerInboundNATRuleConfig … to create a new NAT rule configuration. …
Author
Released
11/15/2019- External and internal load balancers
- Configuring a load balancer front end and back end
- Configuring load balancing rules
- Creating load balancers using PowerShell
- Creating application gateways using PowerShell
- Configuring a web application firewall
Skill Level Intermediate
Duration
Views
Related Courses
-
Azure Administration: Manage Identities
with Sharon Bennett1h 15m Intermediate
-
Introduction
-
1. Implementing Azure Load Balancers
-
Load balancer overview2m 35s
-
-
2. Implementing Azure Application Gateways
-
Application gateway overview1m 56s
-
-
Conclusion
-
Next steps43s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Configure a load balancer using PowerShell