Skip to content

Commit

Permalink
adding hello world example
Browse files Browse the repository at this point in the history
  • Loading branch information
rjmax committed Apr 27, 2015
1 parent 43f3f3a commit 20b26f1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions helloWorld.json
@@ -0,0 +1,13 @@
{
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {},
"variables": {},
"resources": [],
"outputs": {
"result": {
"value": "Hello World",
"type" : "string"
}
}
}

0 comments on commit 20b26f1

Please sign in to comment.