Skip to content

Instantly share code, notes, and snippets.

@artisticcheese
Created April 20, 2018 20:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save artisticcheese/53c092680b1b39c7a83924a5724e1495 to your computer and use it in GitHub Desktop.
Save artisticcheese/53c092680b1b39c7a83924a5724e1495 to your computer and use it in GitHub Desktop.
PS C:\gd\Documents\dockerswarmarm> Get-AzureRmPublicIpAddress -Name swarmhostsoei4cappgwpip -ResourceGroupName swarm-rg | select IPaddress
IpAddress
---------
13.84.214.117
PS C:\gd\Documents\dockerswarmarm> Invoke-webrequest 13.84.214.117
StatusCode : 200
StatusDescription : OK
Content : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" cont...
RawContent : HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 703
Content-Type: text/html
Date: Fri, 20 Apr 2018 20:22:30 GMT
ETag: "b3cd316bd1d31:0"
Last-Modified: Tue, 10 Apr 2018 20:32:46 GMT
Server:...
Forms : {}
Headers : {[Accept-Ranges, bytes], [Content-Length, 703], [Content-Type, text/html], [Date, Fri, 20 Apr 2018 20:22:30 GMT]...}
Images : {@{innerHTML=; innerText=; outerHTML=<IMG alt=IIS src="iisstart.png" width=960 height=600>; outerText=; tagName=IMG; alt=IIS; src=iisstart.png; width=960; height=600}}
InputFields : {}
Links : {@{innerHTML=<IMG alt=IIS src="iisstart.png" width=960 height=600>; innerText=; outerHTML=<A href="http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409"><IMG
alt=IIS src="iisstart.png" width=960 height=600></A>; outerText=; tagName=A; href=http://go.microsoft.com/fwlink/?linkid=66138&amp;clcid=0x409}}
ParsedHtml : mshtml.HTMLDocumentClass
RawContentLength : 703
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment