Skip to content

Instantly share code, notes, and snippets.

@austinsonger
Created July 19, 2020 06:05
Show Gist options
  • Save austinsonger/62cf5f7451f05e91bc2e3b2d2fdd7b54 to your computer and use it in GitHub Desktop.
Save austinsonger/62cf5f7451f05e91bc2e3b2d2fdd7b54 to your computer and use it in GitHub Desktop.
Creating a single reserved IPv6 public IP
$myOwnIPv6Address = New-AzPublicIpAddress `
-name PIPv6_<Region> `
-ResourceGroup <Resource Group Name> `
-Location "<Region>" `
-Sku Standard `
-allocationMethod static `
-IpAddressVersion IPv6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment