Created
July 28, 2014 05:57
-
-
Save andreaswasita/c21e652fb5c1ab54bfeb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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