Skip to content

Instantly share code, notes, and snippets.

@tas50
Created July 14, 2017 16:58
Show Gist options
  • Save tas50/02906b5aada6511eb232c8b33ba62f86 to your computer and use it in GitHub Desktop.
Save tas50/02906b5aada6511eb232c8b33ba62f86 to your computer and use it in GitHub Desktop.
{
"compute": {
"location": "westus",
"name": "timtest",
"offer": "UbuntuServer",
"osType": "Linux",
"platformFaultDomain": "0",
"platformUpdateDomain": "0",
"publisher": "Canonical",
"sku": "17.04",
"version": "17.04.201706191",
"vmId": "8d523242-71cf-4dff-94c3-1bf660878743",
"vmSize": "Standard_DS1_v2"
},
"network": {
"interface": [{
"ipv4": {
"ipAddress": [{
"privateIpAddress": "10.0.1.5",
"publicIpAddress": "52.160.95.99"
}],
"subnet": [{
"address": "10.0.1.0",
"prefix": "24"
}]
},
"ipv6": {
"ipAddress": []
},
"macAddress": "000D3A33AF03"
}]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment