Skip to content

Instantly share code, notes, and snippets.

@rahulroshan96
Created January 8, 2018 07:31
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 rahulroshan96/275fa5b22590a80252f4ff519cd39e30 to your computer and use it in GitHub Desktop.
Save rahulroshan96/275fa5b22590a80252f4ff519cd39e30 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": {
"greetingMessage": {
"value": "Hello World",
"type" : "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment