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/6cf20c0f73655fb13e29 to your computer and use it in GitHub Desktop.
Save Ercenk/6cf20c0f73655fb13e29 to your computer and use it in GitHub Desktop.
Full Scale 180 blog for Azure ARM templates
"parameters": {
"commonSettings": {
"value": "[variables('commonSettings')]"
},
"networkSettings": {
"value": "[variables('networkSettings')]"
},
"storageAccountNamePrefix": {
"value": "[parameters('storageAccountNamePrefix')]"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment