Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 10, 2020 19:09
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/c3d9c5703731b780e8772695f08b2174 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/c3d9c5703731b780e8772695f08b2174 to your computer and use it in GitHub Desktop.
Creates a frontend IP configuration.
# step 3 - configure the front-end IP with the public IP endpoint
$fipconfig01 = New-AzApplicationGatewayFrontendIPConfig `
-Name "frontend1" `
-PublicIPAddress $publicip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment