Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Creates a new IP configuration for AG.
# Create Application Gateway configuration
# step 1 - create App GW IP config
$gipconfig = New-AzApplicationGatewayIPConfiguration `
-Name "gatewayIP" `
-Subnet $appgatewaysubnetdata
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment