Skip to content

Instantly share code, notes, and snippets.

@Jandev
Created July 5, 2018 10:01
Show Gist options
  • Select an option

  • Save Jandev/eb04653d093b1148dd43f012fabb6491 to your computer and use it in GitHub Desktop.

Select an option

Save Jandev/eb04653d093b1148dd43f012fabb6491 to your computer and use it in GitHub Desktop.
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
},
"variables": {
},
"resources": [
],
"outputs": {
"test": {
"type": "object",
"value": "[deployment()]"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment