Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 10, 2020 19:04
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/27550b3e4c0d7cada2c57e4105018059 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/27550b3e4c0d7cada2c57e4105018059 to your computer and use it in GitHub Desktop.
Creating a frontend port.
# step 2 - configure the front-end IP port for the public IP endpoint
$fp01 = New-AzApplicationGatewayFrontendPort `
-Name "frontend-port443" `
-Port 443
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment