How to create an Azure Load Balancer with PowerShell
·652 words·4 mins·
100
views
·
5
likes
Azure PowerShell
Get-AzLocation
Get-AzResourceGroup
Get-AzSubscription
Load Balancer
Login-AzAccount
Microsoft
Microsoft Azure
Networking
New-AzLoadBalancer
New-AzLoadBalancerBackendAddressPoolConfig
New-AzLoadBalancerFrontendIpConfig
New-AzLoadBalancerProbeConfig
New-AzLoadBalancerRuleConfig
New-AzPublicIpAddress
Select-AzSubscription
Virtual networks
This post is part of a series in which I will show how to create different resources in Microsoft Azure. Today I will show you how to create an essential component: an Azure Load Balancer.