Skip to content

Instantly share code, notes, and snippets.

@fabriciosanchez
Created April 10, 2020 18:53
Show Gist options
  • Save fabriciosanchez/19e3a935c77e35d65887cb872358f937 to your computer and use it in GitHub Desktop.
Save fabriciosanchez/19e3a935c77e35d65887cb872358f937 to your computer and use it in GitHub Desktop.
Does allocate a public IP.
# Create a public IP address for the Application Gateway front-end
$publicip = New-AzPublicIpAddress `
-ResourceGroupName $resGroupName `
-name "aumanager-appgw-pip" `
-location $location `
-AllocationMethod Dynamic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment