Skip to content

Instantly share code, notes, and snippets.

@andreaswasita
Last active August 29, 2015 14:08
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 andreaswasita/96290d29994d5e251b33 to your computer and use it in GitHub Desktop.
Save andreaswasita/96290d29994d5e251b33 to your computer and use it in GitHub Desktop.
$svc="techedadfs"
$ilb="adfsilb"
$subnet="App Subnet"
$IP="10.0.1.55"
Add-AzureInternalLoadBalancer -ServiceName $svc -InternalLoadBalancerName $ilb –SubnetName $subnet –StaticVNetIPAddress $IP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment