Skip to content

Instantly share code, notes, and snippets.

@johnlokerse
Created February 20, 2022 16:09
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 johnlokerse/0d7e5ae39c49b6a659495479d961c02d to your computer and use it in GitHub Desktop.
Save johnlokerse/0d7e5ae39c49b6a659495479d961c02d to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"myString": {
"type": "string"
},
"myInt": {
"type": "int"
},
"myArray": {
"type": "array"
},
"myBool": {
"type": "bool"
},
"myObject": {
"type": "object"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment