Skip to content

Instantly share code, notes, and snippets.

@Ercenk
Last active August 29, 2015 14:20
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 Ercenk/d06b323d796fb4d44cff to your computer and use it in GitHub Desktop.
Save Ercenk/d06b323d796fb4d44cff to your computer and use it in GitHub Desktop.
Full Scale 180 blog post on Azure ARM templates using complex JSON objects in templates
"networkSettings": {
"virtualNetworkName": "[parameters('virtualNetworkName')]",
"addressPrefix": "10.0.0.0/16",
"subnet": {
"name": "couchSubnet",
"prefix": "10.0.0.0/24"
},
"nodesIpPrefix": "10.0.0.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment