Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 10, 2020 18:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabriciosanchez/8f838c0a1771188b832af059382bc86c to your computer and use it in GitHub Desktop.
Save fabriciosanchez/8f838c0a1771188b832af059382bc86c to your computer and use it in GitHub Desktop.
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