Azure Networking PowerShell Reference
This section provides comprehensive documentation for Azure networking cmdlets in PowerShell. Manage your virtual networks, load balancers, application gateways, firewalls, and more with ease.
Core Networking Concepts
Understand the fundamental building blocks of Azure networking to effectively design and implement your solutions.
Key Cmdlet Categories
Explore the cmdlets for managing various Azure networking resources.
Virtual Network Management
Cmdlets for creating, configuring, and managing virtual networks and subnets.
Get-AzVirtualNetwork
New-AzVirtualNetwork
Add-AzVirtualNetworkSubnetConfig
Set-AzVirtualNetwork
Remove-AzVirtualNetworkLoad Balancer Management
Cmdlets for configuring and managing Azure Load Balancers.
Get-AzLoadBalancer
New-AzLoadBalancer
Add-AzLoadBalancerFrontendIpConfig
Add-AzLoadBalancerBackendAddressPoolConfig
Add-AzLoadBalancerRuleConfig
Set-AzLoadBalancer
Remove-AzLoadBalancerApplication Gateway Management
Cmdlets for managing Azure Application Gateways.
Get-AzApplicationGateway
New-AzApplicationGateway
Add-AzApplicationGatewayFrontendIPConfig
Add-AzApplicationGatewayBackendAddressPool
Add-AzApplicationGatewayHttpListener
Add-AzApplicationGatewayRequestRoutingRule
Set-AzApplicationGateway
Remove-AzApplicationGatewayNetwork Security Group (NSG) Management
Cmdlets for managing NSG rules and associations.
Get-AzNetworkSecurityGroup
New-AzNetworkSecurityRuleConfig
Add-AzNetworkSecurityGroup
Set-AzNetworkSecurityGroup
Remove-AzNetworkSecurityGroup
Set-AzNetworkInterfaceIpConfig
-NetworkSecurityGroupPublic IP Address Management
Cmdlets for managing public IP addresses.
Get-AzPublicIpAddress
New-AzPublicIpAddress
Set-AzPublicIpAddress
Remove-AzPublicIpAddressAdvanced Topics
- VPN Gateway Configuration
- ExpressRoute Connectivity
- Azure Firewall Management
- Traffic Manager Profiles
For a complete list of Azure networking cmdlets and their detailed parameters, please refer to the Az PowerShell Module documentation.