Skip to content

Instantly share code, notes, and snippets.

Created February 17, 2017 00:10
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 anonymous/976cd76f72fb2267ddcabee53a014e07 to your computer and use it in GitHub Desktop.
Save anonymous/976cd76f72fb2267ddcabee53a014e07 to your computer and use it in GitHub Desktop.
# For Htt
Get-AzureVM -ServiceName "Service Name" -Name "Web01" | Add-AzureEndpoint -Name "Name of endpoint" -Protocol "tcp" -PublicPort 80 -LocalPort 80 -LBSetName "LB Name" -ProbePort 80 -ProbeProtocol "http" -ProbePath '/' | Update-AzureVM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment