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/cc6ad5dcdd1a429e7a2b to your computer and use it in GitHub Desktop.
Save Ercenk/cc6ad5dcdd1a429e7a2b to your computer and use it in GitHub Desktop.
Imitating conditional imperative construct in Azure ARM template
"properties": {
"mode": "Incremental",
"templateLink": {
"uri": "[concat(variables('templateBaseUrl'), 'jumpbox-resources-', parameters('jumpbox'), '.json')]",
"contentVersion": "1.0.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment