How to deploy an Azure Application Gateway
·941 words·5 mins·
100
views
·
5
likes
Add-AzVirtualNetworkSubnetConfig
Azure PowerShell
Connect-AzAccount
Get-AzApplicationGateway
Get-AzSubscription
Get-AzVirtualNetwork
Get-AzVirtualNetworkSubnetConfig
Microsoft
Microsoft Azure
New-AzApplicationGateway
New-AzApplicationGatewayBackendAddressPool
New-AzApplicationGatewayBackendHttpSetting
New-AzApplicationGatewayFrontendIPConfig
New-AzApplicationGatewayFrontendPort
New-AzApplicationGatewayHttpListener
New-AzApplicationGatewayIPConfiguration
New-AzApplicationGatewayRequestRoutingRule
New-AzApplicationGatewaySku
New-AzPublicIpAddress
Security
Select-AzSubscription
Select-Object
Set-AzApplicationGateway
Set-AzApplicationGatewayWebApplicationFirewallConfiguration
Set-AzVirtualNetwork
Virtual networks
Hi, today I want to talk to you about Azure Application Gateway. This Azure resource is a web traffic load balancer that redirects traffic (HTTP or HTTPS) to specific resources in a back-end group.