Skip to content

Instantly share code, notes, and snippets.

@andreaswasita
Created July 28, 2014 05:57
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/c21e652fb5c1ab54bfeb to your computer and use it in GitHub Desktop.
Save andreaswasita/c21e652fb5c1ab54bfeb to your computer and use it in GitHub Desktop.
$svc="AZSEDB"
$ilb="SQLILB"
$subnet="Azure-BackEnd"
$IP="10.0.1.100"
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